[][src]Macro penrose::gen_keybindings

macro_rules! gen_keybindings {
    {
        $($binding:expr => $action:expr),+;
        forall_workspaces: $ws_array:expr => { $($ws_binding:expr => $ws_action:tt),+, }
    } => { ... };
}

make creating all of the key bindings less verbose