Page 1 of 1

Auto Keyboard Layout ( Why nobody willing to help ? )

Posted: 04 Jun 2023, 03:01
by pgeugene
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

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

Posted: 08 Jun 2023, 18:31
by mikeyww
Hello,

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

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

Posted: 09 Jun 2023, 09:07
by Huh-Say What
@pgeugene, what were you thinking looking for help in the 'Ask for Help' section?
:lol:

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

Posted: 09 Jun 2023, 09:20
by mikeyww
I don't have an answer but was noticing that no one had replied.

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

Posted: 09 Jun 2023, 09:28
by RussF
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

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

Posted: 09 Jun 2023, 09:41
by Huh-Say What
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.