-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
This is a duplicate of http://www.autoitscript.com/forum/topic/68422-hotstrings-string-hotkeys/page-3#entry1173131 for tracking purposes. Reported by Chimp on the AutoIt forums.
I would like to point out that this udf has problems on a non-English Windows operating systems. the problem is that the "supported keys" are localized on non-English versions of Windows. (strange but true). In fact, for example, the following list contains a list of some of the "codes" of special keys returned by Italian windows version.
so you have to take this into account when you pass the first parameter to the function HotStringSet()
English Italian
----------------------------
{CAPSLOCK} {BLOC MAIUS}
{SHIFT} {MAIUSC}
{Left Windows} {WINDOWS SINISTRO}
{SPACE} {BARRA SPAZIATRICE}
{Application} {APPLICAZIONE}
{Right Ctrl} {CTRL (DESTRA)}
{LEFT} {Freccia SINISTRA}