Skip to content

Commit 2b44d0d

Browse files
v1.2.1: Improved customization options and better Clipboard Editor with hotkeys reference
1 parent b6b9f95 commit 2b44d0d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

AI-Hotkeys-de.ini

20 Bytes
Binary file not shown.

AI-Hotkeys.ahk

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;;;;;;;;;;;;;;;;;;
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
33
;;;;;;;;;;;;;;;;;;
44

55
; 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="
241241

242242

243243
; ==============================================================================
244-
; Default Settings
244+
; Default Settings and Win Hotkeys
245245
; ==============================================================================
246246

247247
global CapsLockHotkeys := true
248248
global ClipboardEditor := true
249249
global Pro := true
250250

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+
251257
; ------------------------------------------------------------------------------
252258
; Load custom variables if an INI file exists in My Documents or in Script Dir
253259
; ------------------------------------------------------------------------------

AI-Hotkeys.ini

20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)