Hotkeys settings specific to each lexer.
Declarations
Type
attribute set of (JSON value)Default
{ }Example
{
C = {
"153" = {
name = "delete char right (delete)";
s1 = [
"End"
];
};
"655465" = {
name = "caret to line end";
s1 = [ ];
};
};
Python = {
"2823" = {
name = "code tree: clear filter";
s1 = [
"Home"
];
};
"655464" = {
name = "caret to line begin";
s1 = [ ];
};
};
}