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

13 lines
407 B
JSON
Raw Normal View History

2022-03-07 17:45:37 -06:00
{
"keybindings": {
"help" : "F1",
"guake_key" : "",
"rename-files" : ["F2", "<Control>e"],
"open-terminal" : "F4",
"refresh-tab" : ["F5", "<Control>r"],
"load-interactive-debug" : "<Control>d",
"tggl-top-main-menubar" : "Alt_L",
"tear-down" : "<Control>q"
2022-03-07 17:45:37 -06:00
}
}