Files
Python-With-Gtk-Template/user_config/usr/share/app_name/code-key-bindings.json

49 lines
1.1 KiB
JSON
Raw Normal View History

{
"keybindings": {
2025-12-15 22:55:55 -06:00
"show_completion": {
"released": "<Control>space"
},
"line_up": {
"held": "<Control>Up"
},
"line_down": {
"held": "<Control>Down"
},
"zoom_in": {
"held": "<Control>equal"
},
"zoom_out": {
"held": "<Control>minus"
},
"duplicate_line": {
"held": "<Control>d"
},
"go_to": {
"released": "<Control>g"
},
2025-12-15 22:55:55 -06:00
"new_file": {
"released": "<Control>t"
},
"buffer_undo": {
"held": "<Control>z"
},
"buffer_redo": {
"held": "<Control>y"
},
2025-12-15 22:55:55 -06:00
"open_files": {
"released": "<Control>o"
},
"close_file": {
"released": "<Control>w"
},
"save_file": {
"released": "<Control>s"
},
"save_file_as": {
"released": "<Control><Shift>s"
},
"toggle_plugins_ui": {
"released": "<Control><Shift>p"
2025-12-15 22:55:55 -06:00
}
}
}