-
Notifications
You must be signed in to change notification settings - Fork 53
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
Keyboard shortcuts? #207
Comments
Hi, there are no global hotkeys currently. Should there be? |
For me keyboard shortcuts are a matter of convenience, but for some people (who might not be able to use the mouse at all due to a disability) that might be a question of being able to use udiskie at all. At the moment if I'm able to open the systray menu, I can in theory navigate using only keyboard from there, although there might be other keyboard usability issues I haven't yet discovered. Perhaps udiskie doesn't have to implement a keyboard shortcut system on its own - just providing a way to open the menu programmatically (say from command line) would allow configuring a desired keyboard shortcut in the desktop environment / window manager / etc. Maybe a command like |
Sounds like providing a CLI based menu directly might be even preferrable here. Do other applications have shortcuts to open their systray menus? I'm not aware of any.
For this, udiskie first needs some single-instance + message passing logic (which isn't too hard to do, but I don't have much time atm). After that is added, I think such an option would be a natural addition. |
Not exactly menus, but
I see. |
There's this: https://github.com/fogine/udiskie-dmenu Which is just a wrapper around |
Just having |
Maybe I'm missing some info, but I can't find a way to open the tray menu using keyboard; is it possible? More generally, are there any keyboard shortcuts at all?
The text was updated successfully, but these errors were encountered: