Skip to content

Problems on a non-English Windows #1

@jvanegmond

Description

@jvanegmond

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}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions