SolarFM/user_config/usr/share/solarfm/key-bindings.json

24 lines
940 B
JSON
Raw Permalink Normal View History

2022-03-07 23:52:43 +00:00
{
"keybindings": {
"help" : "F1",
2022-03-08 01:18:55 +00:00
"rename_files" : ["F2",
"<Control>e"],
2022-03-07 23:52:43 +00:00
"open_terminal" : "F4",
2022-03-08 01:18:55 +00:00
"refresh_tab" : ["F5",
"<Control>r"],
2023-11-12 06:49:16 +00:00
"tggl_top_main_menubar" : "<Control>0",
2022-03-07 23:52:43 +00:00
"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",
2022-03-08 01:18:55 +00:00
"create_tab" : "<Control>t",
2022-03-07 23:52:43 +00:00
"keyboard_close_tab" : "<Control>w",
2022-03-08 01:18:55 +00:00
"copy_files" : "<Control>c",
"cut_files" : "<Control>x",
2022-03-07 23:52:43 +00:00
"paste_files" : "<Control>v",
"create_files" : "<Control>n"
2022-03-07 23:52:43 +00:00
}
}