programs.cudatext.hotkeys
Home-Manager option
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.
type: JSON valueDefault
{ }Example
declared in: <home-manager/modules/programs/cudatext.nix>source unavailable{ "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 = [ ]; }; }