Open ghost opened 11 years ago
Currently it seems to have been written to handle correctly only non-sequence shortcuts. For a sequence shortcut, each part of the sequence must satisfy the check…
Refer to shouldHandleShortcut() and bind() to determine how to handle this
shouldHandleShortcut()
bind()
Currently it seems to have been written to handle correctly only non-sequence shortcuts. For a sequence shortcut, each part of the sequence must satisfy the check…
Refer to
shouldHandleShortcut()
andbind()
to determine how to handle this