Renamed settings folder; hyphenated event names

This commit is contained in:
2024-02-25 16:19:14 -06:00
parent ea62eb280c
commit b1096055b7
28 changed files with 55 additions and 163 deletions

View File

@@ -1,24 +1,24 @@
{
"keybindings": {
"help" : "F1",
"rename_files" : ["F2", "<Control>e"],
"open_terminal" : "F4",
"refresh_tab" : ["F5", "<Control>r"],
"delete_files" : "Delete",
"tggl_top_main_menubar" : "Alt_L",
"tggl_top_main_menubar" : "<Control>0",
"trash_files" : "<Shift><Control>t",
"tear_down" : "<Control>q",
"go_up" : "<Control>Up",
"go_home" : "<Control>slash",
"grab_focus_path_entry" : "<Control>l",
"open_files" : "<Control>o",
"show_hide_hidden_files" : "<Control>h",
"keyboard_create_tab" : "<Control>t",
"keyboard_close_tab" : "<Control>w",
"keyboard_copy_files" : "<Control>c",
"keyboard_cut_files" : "<Control>x",
"paste_files" : "<Control>v",
"show_new_file_menu" : "<Control>n"
"rename-files" : ["F2", "<Control>e"],
"open-terminal" : "F4",
"refresh-tab" : ["F5", "<Control>r"],
"delete-files" : "Delete",
"tggl-top-main-menubar" : "Alt_L",
"tggl-top-main-menubar" : "<Control>0",
"trash-files" : "<Shift><Control>t",
"tear-down" : "<Control>q",
"go-up" : "<Control>Up",
"go-home" : "<Control>slash",
"grab-focus-path-entry" : "<Control>l",
"open-files" : "<Control>o",
"show-hide-hidden-files" : "<Control>h",
"keyboard-create-tab" : "<Control>t",
"keyboard-close-tab" : "<Control>w",
"keyboard-copy-files" : "<Control>c",
"keyboard-cut-files" : "<Control>x",
"paste-files" : "<Control>v",
"show-new-file-menu" : "<Control>n"
}
}