how to change language to EN every x minutes

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
fun_9990
Posts: 47
Joined: 06 Oct 2017, 11:45

how to change language to EN every x minutes

13 Dec 2017, 09:08

; this is Switch the active window's keyboard layout/language to English:
PostMessage, 0x50, 0, 0x4090409,, A ; 0x50 is WM_INPUTLANGCHANGEREQUEST.

i want to send this command every x minutes

how can i do this ?
gregster
Posts: 9014
Joined: 30 Sep 2013, 06:48

Re: how to change language to EN every x minutes

13 Dec 2017, 09:36

Smells like a prank?
Don't think so. But deactivating the (probably unwanted) automatic changing of the layout - I experienced that myself from time to time - may be more effective (right-click on Layout - EN - in systray and remove the checkmark).
Guest

Re: how to change language to EN every x minutes

13 Dec 2017, 10:23

Look at the SetTimer command in the documentation.
fun_9990
Posts: 47
Joined: 06 Oct 2017, 11:45

Re: how to change language to EN every x minutes

13 Dec 2017, 18:55

Guest wrote:Look at the SetTimer command in the documentation.
i do that
please see this command :
SetTimer , PostMessage, 0x50, 0, 0x4090409,, A, 1000
this is mistake
could you please say and help me about currect command

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mebelantikjaya and 306 guests