question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

StatusBar - SHIFT-CTRL-A shortcut not possible

See original GitHub issue

new 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:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
migueldeicazacommented, Dec 16, 2020

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.

0reactions
tigcommented, Apr 28, 2021

Won’t fix.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found