[][src]Macro penrose::gen_keybindings_depricated

macro_rules! gen_keybindings_depricated {
    {
        $($binding:expr => $action:expr),+;
        $(forall_workspaces: $ws_array:expr => { $($ws_binding:expr => $ws_action:tt),+, })+
    } => { ... };
}
👎 Deprecated since 0.0.11:

This macro will be removed entirely in an upcoming release.

depricated: please use gen_keybindings as shown in the examples.