Skip to content

Commit 948bd89

Browse files
committed
fix F2 rename: add renameFile to HotKeyDefaults fallback bindings — was missing so F2 never resolved
1 parent d422657 commit 948bd89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GUI/Sources/HotKeys/HotKeyDefaults.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ enum HotKeyDefaults {
2121
HotKeyBinding(action: .moveFile, keyCode: 0x61, modifiers: .none), // F6
2222
HotKeyBinding(action: .newFolder, keyCode: 0x62, modifiers: .none), // F7
2323
HotKeyBinding(action: .deleteFile, keyCode: 0x64, modifiers: .none), // F8
24+
HotKeyBinding(action: .renameFile, keyCode: 0x78, modifiers: .none), // F2
2425
HotKeyBinding(action: .packFiles, keyCode: 0x60, modifiers: .option), // ⌥F5
2526
HotKeyBinding(action: .unpackFiles, keyCode: 0x65, modifiers: .option), // ⌥F9
2627
HotKeyBinding(action: .compareContent, keyCode: 0x08, modifiers: .control), // ⌃C

0 commit comments

Comments
 (0)