Toggling Languages with RAlt Only Happens Once?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
MatanCl
Posts: 10
Joined: 05 Jun 2021, 06:26

Toggling Languages with RAlt Only Happens Once?

15 Jun 2021, 03:46

Hi,

I am trying for days now to fulfill my dream: using one key to toggle between windows languages (instead of space+win).

The only key on my keyboard I do not use is the Right Alt key, but no matter the syntax I try, I can only go from English to Hebrew, and not from Hebrew to English.

When I have tried to the Windows key instead of the right alt, it does work properly (on any of these syntax) - but I do use this key for other shortcuts.

Is there a way to make the RAlt to change languages properly?

Thanks!

Code: Select all

$RAlt::
Send {LWin down}{Space down}{Space up}{Lwin up}
return
I have also tried:

Code: Select all

$RAlt::
Send {LWin down}{Space down}
KeyWait, RAlt
Send {Space up}{Lwin up}
return
User avatar
mikeyww
Posts: 26871
Joined: 09 Sep 2014, 18:38

Re: Toggling Languages with RAlt Only Happens Once?

15 Jun 2021, 06:30

There are many posts about language selection, so you might have a search. Scripts have been posted. A couple are below.

https://www.autohotkey.com/boards/viewtopic.php?f=76&t=84357

https://www.autohotkey.com/boards/viewtopic.php?f=76&t=89526

There are others that I believe specifically handle the language bar.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: lmstearn, roeleboele, ulysim and 379 guests