Mirage2/user_config/usr/share/mirage2/key-bindings.json

12 lines
376 B
JSON
Raw Permalink Normal View History

2023-04-23 17:06:16 +00:00
{
"keybindings": {
"help" : "F1",
"rename_files" : ["F2", "<Control>e"],
"delete_files" : "Delete",
"trash_files" : "<Shift><Control>t",
"tear_down" : "<Control>q",
"open_files" : "<Control>o",
2023-04-23 21:47:33 +00:00
"paste_files" : "<Control>v"
2023-04-23 17:06:16 +00:00
}
}