Mapping of keybindings to actions.
Declarations
Type
attribute set of string
Default
{ }
Example
{
"Shift-Control-C" = "eval:selection_to_clipboard";
"Shift-Control-V" = "eval:paste_clipboard";
}
Mapping of keybindings to actions.
attribute set of string
{ }
{
"Shift-Control-C" = "eval:selection_to_clipboard";
"Shift-Control-V" = "eval:paste_clipboard";
}