We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d422657 commit 948bd89Copy full SHA for 948bd89
1 file changed
GUI/Sources/HotKeys/HotKeyDefaults.swift
@@ -21,6 +21,7 @@ enum HotKeyDefaults {
21
HotKeyBinding(action: .moveFile, keyCode: 0x61, modifiers: .none), // F6
22
HotKeyBinding(action: .newFolder, keyCode: 0x62, modifiers: .none), // F7
23
HotKeyBinding(action: .deleteFile, keyCode: 0x64, modifiers: .none), // F8
24
+ HotKeyBinding(action: .renameFile, keyCode: 0x78, modifiers: .none), // F2
25
HotKeyBinding(action: .packFiles, keyCode: 0x60, modifiers: .option), // ⌥F5
26
HotKeyBinding(action: .unpackFiles, keyCode: 0x65, modifiers: .option), // ⌥F9
27
HotKeyBinding(action: .compareContent, keyCode: 0x08, modifiers: .control), // ⌃C
0 commit comments