Change default Paste Last Transcription shortcut to ⌘⌥V (Command+Option+V)
This commit is contained in:
parent
1b4f09731b
commit
3304680797
@ -122,7 +122,7 @@ class HotkeyManager: ObservableObject {
|
|||||||
self.miniRecorderShortcutManager = MiniRecorderShortcutManager(whisperState: whisperState)
|
self.miniRecorderShortcutManager = MiniRecorderShortcutManager(whisperState: whisperState)
|
||||||
|
|
||||||
if KeyboardShortcuts.getShortcut(for: .pasteLastTranscription) == nil {
|
if KeyboardShortcuts.getShortcut(for: .pasteLastTranscription) == nil {
|
||||||
let defaultPasteShortcut = KeyboardShortcuts.Shortcut(.v, modifiers: [.control])
|
let defaultPasteShortcut = KeyboardShortcuts.Shortcut(.v, modifiers: [.command, .option])
|
||||||
KeyboardShortcuts.setShortcut(defaultPasteShortcut, for: .pasteLastTranscription)
|
KeyboardShortcuts.setShortcut(defaultPasteShortcut, for: .pasteLastTranscription)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user