StatusBar - SHIFT-CTRL-A shortcut not possible
See original GitHub issuenew StatusItem(Key.ShiftMask | Key.CharMask | (Key)65, "~SHIFT-^A~ Select None", () => ...
This does not work.
Neither does Key.ShiftMask | Key.ControlA
which is what I tried first,
Am I missing something or is this just broke?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Remove shortcuts from status bar
If you tap it opens up the shortcut menu. Problem is that it's right next to where the back button is on many...
Read more >Keyboard shortcuts not working in Menubar Application for ...
The Shortcuts do work, but only, when the menu is opened. I guess this is because, the application is in the background for...
Read more >ctrl + shift + arrow up/down not working
I'm now working from home and using my personnal laptop but for an unkowned reason. The must have shortcut ctrl+shift+down, sometimes up as...
Read more >Changing a hotkey (Toggle Comment Ctrl + / ) · Issue #414
Unfortunately it is not possible to run the "toggle comment" hotkey on some ... Adding a different keyboard shortcut for "Hide Status Bar" ......
Read more >How do I focus on the status bar with keyboard in Ubuntu ...
Alt + F10 moves the focus to the top bar. Now to select the indicator applet items, use the left arrow key <...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
While it might be possible to support this on Windows, it will not work on Unix, as there is no way of encoding “control” for uppercase/lowercase, there are only 26 or so control values available, and the kernel does not distinguish those, nor do terminal emulators.
Won’t fix.