Show
Ignore:
Timestamp:
07/24/08 01:55:10 (5 years ago)
Author:
dennis
Message:

Die SendUnicodeChar-Methode um den GDK-Workarround von Matthias Wächter ergänzt.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • windows/autohotkey/neo20.ahk

    r687 r688  
    48314831   { 
    48324832      StringLower, charCode, charCode 
    4833       send "^+u" . SubStr(charCode,3) . " " 
     4833      send % "^+u" . SubStr(charCode,3) . " " 
    48344834   } else { 
    48354835      VarSetCapacity(ki, 28 * 2, 0)