Type
Function Signature
(hook-fn raw-key)
Description
Gets triggered after a key on the keyboard has been pressed, while the key manager is in :raw
mode. raw-key
is a struct containing the raw :key
code and :modifiers
.
This hook will not fire, if the key manager is in :command
mode.