Macro shrs::keybindings
source · macro_rules! keybindings { (|$state:ident| $($binding:expr => ($desc:expr, $func:block)),* $(,)*) => { ... }; }
Expand description
Macro to easily define keybindings
macro_rules! keybindings { (|$state:ident| $($binding:expr => ($desc:expr, $func:block)),* $(,)*) => { ... }; }
Macro to easily define keybindings