-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nautilus go up folder cmd + up doesnt work #118
Comments
I assume keeping it in the cmd key position would be the preferred option? If macs Finder has an equivalent I'd use that, but not sure if they do. |
currently none of them work on ubuntu with kinto, my preference would be cmd UP for go up |
Ok, I will look at adding it tomorrow or you can also just checkout the latest and new alpha branch and install the xkeysnail version of kinto.
That will replace the xkb/kintox11 version of Kinto and you can also add new keymaps in this file here.
Also the new service can be controlled via this
If you want to see more output just stop the service then run the config directly.
|
@medyagh I haven't forgot about you. I got most of the xkeysnail implementation worked out and up on the dev branch now. I will probably take a look at this ticket and a few others in the coming days, but you can also make a PR if you want. xkeysnail makes adding the desired hotkeys you want a snap, once you know the wm_class name. (aka use xprop --spy or something similar) and then update the ./xkeysnail-config/kinto.py file. Info is in the readme on the dev branch as well.
|
Also to note nautilus keymaps would either supersede wordwise outright or need to be added in a way that allows for both wordwise and nautilus keymaps, so it could actually be a more difficult keymap to implement than I first assumed, but not that hard at all. Modifications to kinto.py and caret_status_xkey.sh is probably all that it needs. I would think your Super key or Alt key on a mac keyboard would still function though, so the middle key rather, even with no keymap, but my preference would be to bring it back to the Cmd key position normally and keep wordwise. |
Closing. I don't think wordwise is that important for Nautilus so I am going to call this done. Besides that I am not yet happy with the dynamic wordwise solution for the browsers as it sometimes causes modifier keys to stick after browser usage (all depends on timing). I will likely need to integrate it into a custom fork of xkeysnail. I doubt I will package it in a way that make it into the actual program as it is a niche feature I don't think anyone else would want. |
on ubuntu 20.04 inside nautilus the alt or cmd arrows do not work to navigate up or down
could be a regression of this issue ? #2
The text was updated successfully, but these errors were encountered: