I want to setup hotkeys for the numpad 1 key. In #215 (comment) , KeyboardEvent.is_keypad is mentioned as a workaround. How do you check that KeyboardEvent property when you add hotkeys via the add_hotkey API? I don't see a way to access the KeyboardEvent in the add_hotkey callback.
Thanks