mousetrap icon indicating copy to clipboard operation
mousetrap copied to clipboard

Shortcuts that are a combination (f+i) are saved under the second key - if there is a collision in that second key, the callbacks can misfire

Open milemons opened this issue 2 years ago • 1 comments

Example: I have two shortcuts: i which will navigate my page and f+i which will add a new item to the page. If I just press i while selected on an item on the page, it will match with the f+i shortcut because that is saved under the self._callbacks[i] even though it is a combination.

milemons avatar Nov 15 '21 17:11 milemons

See #323

Persola avatar Aug 30 '22 23:08 Persola