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.
Example:
I have two shortcuts:
iwhich will navigate my page andf+iwhich will add a new item to the page.If I just press
iwhile selected on an item on the page, it will match with thef+ishortcut because that is saved under theself._callbacks[i]even though it is a combination.