Restructuring src folder

This commit is contained in:
2023-11-12 00:49:16 -06:00
parent 39959dc947
commit 2de4de6b22
234 changed files with 1275 additions and 883 deletions

View File

@@ -0,0 +1,23 @@
{
"keybindings": {
"help" : "F1",
"rename_files" : ["F2",
"<Control>e"],
"open_terminal" : "F4",
"refresh_tab" : ["F5",
"<Control>r"],
"tggl_top_main_menubar" : "<Control>0",
"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",
"create_tab" : "<Control>t",
"keyboard_close_tab" : "<Control>w",
"copy_files" : "<Control>c",
"cut_files" : "<Control>x",
"paste_files" : "<Control>v",
"create_files" : "<Control>n"
}
}