Language Changes

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
hemsith14_
Posts: 296
Joined: 07 Nov 2020, 08:37

Language Changes

Post by hemsith14_ » 21 Jan 2022, 15:38

Hey, would appreciate your help with the following:

1. Changing the input language to US English automatically upon script start.
2. Changing the input language to US English automatically upon program start (chrome for example).

User avatar
mikeyww
Posts: 26588
Joined: 09 Sep 2014, 18:38

Re: Language Changes

Post by mikeyww » 21 Jan 2022, 17:00

viewtopic.php?f=76&t=84357

You could then set up a WinWaitActive loop for Chrome that also does this.

hemsith14_
Posts: 296
Joined: 07 Nov 2020, 08:37

Re: Language Changes

Post by hemsith14_ » 21 Jan 2022, 17:28

I've put "PostMessage, 0x50, 0, 0x4090409,, A" in the beginning of the script, but it does not prevent the message:
The hotkey "hotkey" will not be active because it does not exist in the current keyboard layout.
I want the script to be switched to English, so this error will not appear anymore.

User avatar
mikeyww
Posts: 26588
Joined: 09 Sep 2014, 18:38

Re: Language Changes

Post by mikeyww » 21 Jan 2022, 17:52

Although I cannot see the script, perhaps using the Hotkey command would solve the problem.

Post Reply

Return to “Ask for Help (v1)”