File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
; ;;;;;;;;;;;;;;;;;
2
- ; AI-Hotkeys.ahk ; Version 1.2.0.20241006 - Copyright (C) 2024 Wolfram Ravenwolf
2
+ ; AI-Hotkeys.ahk ; Version 1.2.1.20241007 - Copyright (C) 2024 Wolfram Ravenwolf
3
3
; ;;;;;;;;;;;;;;;;;
4
4
5
5
; This program is free software: you can redistribute it and/or modify
@@ -241,13 +241,19 @@ global URL_WIKIPEDIA_SEARCH := "https://de.wikipedia.org/w/index.php?search="
241
241
242
242
243
243
; ==============================================================================
244
- ; Default Settings
244
+ ; Default Settings and Win Hotkeys
245
245
; ==============================================================================
246
246
247
247
global CapsLockHotkeys := true
248
248
global ClipboardEditor := true
249
249
global Pro := true
250
250
251
+ global WinHotkey_Perplexity := " q"
252
+ global WinHotkey_Dictionary := " b"
253
+ global WinHotkey_Google := " g"
254
+ global WinHotkey_Translator := " t"
255
+ global WinHotkey_Wikipedia := " w"
256
+
251
257
; ------------------------------------------------------------------------------
252
258
; Load custom variables if an INI file exists in My Documents or in Script Dir
253
259
; ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments