vscode keyboard language changes on display language change - keyboard

my keyboard language changes whenever I change the display language of the editor , even thought my computer language never changes. Help please!.
Regards

Related

Cinnamon input language change on UP key event

I have Intellij IDEA installed on my Debian Jessie with Cinnamon. It has shortcut ALT+SHIFT+F10. The problem is that the input language change shortcut is ALT+SHIFT, so when I try to use IntelliJ shortcut it works, but it also changes the language.
Moreover, on my work computer under Windows 10, the language doesn't change. I think it is because, on Windows, language switching is performed after I release the keys, and on Debian when keys are pressed.
So how should I set language change shortcut on keyUp event? Again, my goal is to use IntelliJ ALT+SHIFT+F10 shortcut without immediate language switching (assigned to ALT+SHIFT).
Regards!
Keyboard shortcuts on Cinnamon are changed in the Keyboard Settings Screen. To begin editing shortcuts click on the menu button, navigate to preferences and scroll down until you see "Keyboard".
Note, on my system I do not have anything mapped to alt+shift so you might have another application that is listening on that key combination.

Calabash - iOS Simulator fails to select keyboard language

I’m novice at Calabash testing and faced an obstacle while trying to make a multi-language app.
Here is my test scenario:
- I select a textfield.
- Enter a string with one language and then enter some text with another.
And here occurs the obstacle: when I try to switch the language through the tests - it fails. I mean the application tries to find a symbol for the next language and loops endlessly because current keyboard layout doesn’t contain it.
The only solution I found yet is to switch a layout manually but thats not an option actually for real testing.
How could I fix it?
There are two steps:
Use Calabash command line tools to change the language and locale of the simulator.
Launch the app with arguments to set the preferred language and locale.
The complete reference can be found on this Calabash iOS wiki page: Change Locale and Language
# Set the simulator language to Swiss German and locale to Swiss French
$ calabash-ios sim locale de-CH fr_CH
# In your Before hook, tell Calabash to launch the app in the locale and language.
options = {
# Launch with Swiss German as the primary language and Swiss French as the locale.
:args => ["-AppleLanguages", "(de-CH)",
"-AppleLocale", "fr_CH"]
}
launcher.relaunch(options)

Getting the pressed key regardless of the keyboard locale?

Let's say I pressed "=" on my English keyboard. If I switch my keyboard language to Turkish, pressing the same key gives me a "-". So I am easly able to say that my operation system interprets the key presses.
My question is, is it possible to get the a key's real value so that no matter which language is used, I can know which key is pressed? Later, I need to use this value(s) with RegisterHotKey.
You use virtual key codes, vs keyboard scan codes which are language dependant.
You didn't specify a programming language, but these should be independant of language and OS. Virtual-Key Codes link

how to change language of language selection dialog in inno-setup?

My customer wants installer's language selection dialog to be in english, but there's no English in selectable languages list now. And i do not want to add English because i have a set of my own strings in installer which will also require eng. localization. I don't need English anywhere except language selection dialog. Is there a way to either set that dialog message language manually or add english as default language and remove it from combo-box?
The text strings on that dialog come from the language file so if you want that to display in english, you must have the english language strings included.
You may be able to hack around this by adding custom message text for each language you support replacing with the english version
[Messages]
russian.SelectLanguageTitle=Select Setup Language
russian.SelectLanguageLabel=Select the language to use during the installation:
polish.SelectLanguageTitle=Select Setup Language
polish.SelectLanguageLabel=Select the language to use during the installation:
chinese.SelectLanguageTitle=Select Setup Language
chinese.SelectLanguageLabel=Select the language to use during the installation:

How do you package a keyboard layout for Windows 8?

I've been searching for a way to do this. I use a slightly modified Colemak keyboard layout and I can't figure out how to add it as a supported input method in the new language selection in Windows 8. The installer that the Colemak guys distribute sort of works; you can choose the layout after installing it, but it forces the EN-us language, and can't be chosen for other languages.
If anyone knows how to do this properly, I'm sure the Colemak guys would appreciate hearing about it, and it would let me make the modifications I want to.
I don't know if this is the exact issue but there is a problem with MSKLC-generated layouts in Win8 (DP&CP).
You can choose the language if you make your custom keyboard layout with MSKLC: in the "Properties" part, or, if it does not work (though I'm sure it does), you can edit the .klc file manually.
Build it and setup with the executable. You are done.

Resources