The hotkey works, but the keys pass through #61
Unanswered
AlexanderBlackman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example,the global hotkey works, but still leaves - - - in any text document I might be writing.
public IEnumerable<Key> SkipTodoHotkey = new List<Key> { Key.LeftCtrl, Key.LeftShift, Key.OemMinus };
keyHook.SubscribeCombination(hk.SkipTodoHotkey, () => { Default.Send(new TTWHotkeyPressedMessage(HotkeyMSG.SkipTask)); });
Beta Was this translation helpful? Give feedback.
All reactions