An attribute set that assigns keypress to an action using key code. See https://i3wm.org/docs/userguide.html#keybindings.
Declarations
Type
attribute set of (null or string)
Default
{ }
Example
{
"214" = "exec /bin/script.sh";
}
An attribute set that assigns keypress to an action using key code. See https://i3wm.org/docs/userguide.html#keybindings.
attribute set of (null or string)
{ }
{
"214" = "exec /bin/script.sh";
}