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