Hotkeys for Cudatext. To see the available options, change the settings in the dialog "Help | Command palette" and look at the changes in settings/keys.json.
Declarations
Type
JSON valueDefault
{ }Example
{
"116" = {
name = "column select: page up";
s1 = [ ];
};
"153" = {
name = "delete char right (delete)";
s1 = [
"End"
];
};
"2823" = {
name = "code tree: clear filter";
s1 = [
"Home"
];
};
"655464" = {
name = "caret to line begin";
s1 = [ ];
};
"655465" = {
name = "caret to line end";
s1 = [ ];
};
}