Macro penrose_proc::validate_user_bindings[][src]

validate_user_bindings!() { /* proc-macro */ }
Expand description

This is an internal macro that is used as part of gen_keybindings to validate user provided key bindings at compile time using xmodmap.

It is not intended for use outside of that context and may be modified and updated without announcing breaking API changes.

validate_user_bindings!(
    ( "M-a", "M-b" )
    (
        ( ( "M-{}", "M-S-{}" ) ( "1", "2", "3" ) )
    )
);