Auto Keyboard Layout ( Why nobody willing to help ? )

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
pgeugene
Posts: 25
Joined: 27 Jun 2019, 04:36

Auto Keyboard Layout ( Why nobody willing to help ? )

Post by pgeugene » 04 Jun 2023, 03:01

I found a script from https://gist.github.com/christianrondeau/00d7cd5848f33e029f00ce2b6b935ab9
My pc has English-US and Chinese-PRC keyboards
I modified lines 15 to 19 per script instruction to below values
Line 11 of the script stated "They must be set twice in the language ID"

global DefaultLanguage := "en-US"
global DefaultLanguageIndentifier := "0x04090409"
global SecondaryLanguage := "zh-CN"
global SecondaryLanguageIndentifier := "0x08040804"
global SecondaryLanguageWindowTitles := "cmd.exe"

unfortunately it is not working at all

Any help is much appreciated
Thank you

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

Re: Auto Keyboard Layout ( Why nobody willing to help ? )

Post by mikeyww » 08 Jun 2023, 18:31

Hello,

I saw that there is a forum at the GitHub site, so you could ask your question there.

User avatar
Huh-Say What
Posts: 25
Joined: 24 Apr 2023, 20:44

Re: Auto Keyboard Layout ( Why nobody willing to help ? )

Post by Huh-Say What » 09 Jun 2023, 09:07

@pgeugene, what were you thinking looking for help in the 'Ask for Help' section?
:lol:

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

Re: Auto Keyboard Layout ( Why nobody willing to help ? )

Post by mikeyww » 09 Jun 2023, 09:20

I don't have an answer but was noticing that no one had replied.

RussF
Posts: 1242
Joined: 05 Aug 2021, 06:36

Re: Auto Keyboard Layout ( Why nobody willing to help ? )

Post by RussF » 09 Jun 2023, 09:28

From Github:

Code: Select all

global SecondaryLanguageWindowTitles := "VIM,Visual Studio,PowerShell,cmd.exe,ConEmu"
Perhaps if you put the application window titles that you want to use (i.e. Notepad) it might work. It doesn't look like the author is supporting it anymore. I don't use different keyboard layouts, so I can't help you any further.

@Huh-Say What - very constructive. :roll:

Russ

User avatar
Huh-Say What
Posts: 25
Joined: 24 Apr 2023, 20:44

Re: Auto Keyboard Layout ( Why nobody willing to help ? )

Post by Huh-Say What » 09 Jun 2023, 09:41

Sorry @RussF, I just found the title kinda funny, especially when I saw the only constructive answer was basically go back to github. LOL.
Sorry for my sense of humor. I honestly found that funny. I will crawl back to my cave now.

Post Reply

Return to “Ask for Help (v1)”