summaryrefslogtreecommitdiff
path: root/windows/autohotkey/neo20.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/autohotkey/neo20.ahk')
-rw-r--r--windows/autohotkey/neo20.ahk2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/autohotkey/neo20.ahk b/windows/autohotkey/neo20.ahk
index 30277d1..bfa5b8f 100644
--- a/windows/autohotkey/neo20.ahk
+++ b/windows/autohotkey/neo20.ahk
@@ -4830,7 +4830,7 @@ SendUnicodeChar(charCode)
IfWinActive, ahk_class gdkWindowToplevel
{
StringLower, charCode, charCode
- send "^+u" . SubStr(charCode,3) . " "
+ send % "^+u" . SubStr(charCode,3) . " "
} else {
VarSetCapacity(ki, 28 * 2, 0)