You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try the code sample appended.
If "Ctrl + Shift + Z" is registerd after "Ctrl + Z", it it does not work
I think this is caused by the HotKeyManager._handleRawKeyEvent method using _hotKeyList.firstWhere to match the hotkey.
Maybe you need sort _hotKeyList after register a new hotkey
or match modifierKey strictly in HotKeyManager._handleRawKeyEvent
Please try the code sample appended.
If "Ctrl + Shift + Z" is registerd after "Ctrl + Z", it it does not work
I think this is caused by the
HotKeyManager._handleRawKeyEvent
method using_hotKeyList.firstWhere
to match the hotkey.Maybe you need sort
_hotKeyList
after register a new hotkeyor match
modifierKey
strictly inHotKeyManager._handleRawKeyEvent
Code sample
The text was updated successfully, but these errors were encountered: