Newton_Editor/user_config/usr/share/newton_editor/key-bindings.json

15 lines
512 B
JSON
Raw Normal View History

2023-03-18 04:17:38 +00:00
{
"keybindings": {
"help" : "F1",
"open_terminal" : "F4",
2023-03-18 22:04:31 +00:00
"tggl_top_main_menubar" : "<Alt>h",
2023-03-18 04:17:38 +00:00
"tear_down" : "<Control>q",
2023-03-18 22:04:31 +00:00
"toggle_highlight_line" : "<Control>h",
2023-03-18 04:17:38 +00:00
"open_files" : "<Control>o",
"keyboard_create_tab" : "<Control>t",
"keyboard_close_tab" : "<Control>w",
2023-03-18 22:04:31 +00:00
"keyboard_scale_up_text" : "<Control>equal",
"keyboard_scale_down_text" : "<Control>minus"
2023-03-18 04:17:38 +00:00
}
}