We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9690ec commit 2aabfeaCopy full SHA for 2aabfea
globals.ahk
@@ -58,7 +58,7 @@ global well_wishes_section := "WELL_WISHES"
58
59
; Keyboard shortcut PDF paths
60
keyboard_shortcut_filename := "keyboardshortcuts.pdf"
61
-global keyboard_shortcut_url := "https://raw.githubusercontent.com/arlbibek/windows-ahk/master/assets" . keyboard_shortcut_filename
+global keyboard_shortcut_url := "https://raw.githubusercontent.com/arlbibek/windows-ahk/master/assets/" . keyboard_shortcut_filename
62
global keyboard_shortcut_path := config_dir . "\" . keyboard_shortcut_filename
63
64
; Tray menu text definitions
0 commit comments