Questions tagged [keyboard-layout]
253 questions
0
votes
0 answers
How to know the char on a specific keyboard position with JS
Problem
I want to know what letters correspond to the different row of keys in the user's keyboard, using JS. An array representation of what I want would be something like this:
// ANSI QWERTY layout for English - USA
const usaKeyboardLayout = [
…

Daniel Reina
- 5,764
- 1
- 37
- 50
0
votes
0 answers
macOS, Carbon.framework, How to register a new input source with TISRegisterInputSource method
I want to register a new keyboard layout bundle with TISRegisterInputSource method available in Carbon.framework. I have read the documentation but I cannot use that method correctly.
I haven't found any example of how to use it.

Grigor Hakobyan
- 774
- 6
- 8
0
votes
1 answer
I can't type "<" with my Hungarian layout on Windows 10
I use the Hungarian layout (QWERTZ) on Windows 10, and on that layout, if I press Alt Gr + M it should type a < sign. Every single key combination works, other than this. Can somebody help me out?
I have the Hungarian HU (QWERTZ) layout, and it's…
user10804351
0
votes
1 answer
Elementary os i type v but get ü on keyboard
Every time I type in my keyboǎrd some wěird chǎractérs appeǎr (example thís text, that took quite a while to compóse)
I just cannot type V except uppercáse. Prompts show thís:
1
Please note I have been úsing thése layouts for years:
Englísh Int…

Aixarat
- 1
0
votes
2 answers
What is this keyboard layout?
hp probook 450 g3 keyboard azerty layout
Hello everyone, I have an HP Probook 450 G3 laptop with an AZERTY keyboard with an unknown layout (see image). There are keys with 4 symbols and I cannot activate the symbols < and > for programming. Under…

S. TOURE
- 59
- 1
- 5
0
votes
1 answer
Are there keyboard mapping layout files for popular IDEs?
I've been switching various C++ IDE lately. And every one of them has it's own key map. Are there any key map file repository to quickly import layout files for various IDE?
I'm used to Eclipse. Thus expect Ctrl+D to delete line, F5-F7 buttons to…

Дмитрий Званчук
- 145
- 2
- 9
0
votes
0 answers
How to create multilangual Low Level Global Keyboard Hook c#
In my application I use Low Level Global Keyboard Hook in order to detect which keys the user have pressed.
For now what my application does is translating the key to english, no matter what keyboard layout you use.
What i want it to do is to be…

צח חורי
- 371
- 1
- 3
- 9
0
votes
1 answer
What do I do if I can't type double underscore in Python shell and IDLE in Windows 10?
When I try to type the attributes of a class with 1 single underscore between each word I get the following error:
>>> class Dog:
def_init_(self,color,legs):
File "", line 2
def_init_(self,color,legs):
SyntaxError: invalid…

Jude Zambarakji
- 1
- 1
0
votes
2 answers
Getting the Keyboard Layout in WPF C#
I need to get the Current Windows Keyboard Layout for my WPF application to map each key correctly and handle AZERTY as well as QWERTY and QWERTZ (and so on...)
I noticed a problem since I am working with a French layout (azerty) but my windows is…

Keelah
- 192
- 3
- 15
0
votes
1 answer
Keyboard layout switch on the fly in C++ using GetKeyName() function in windows
I am trying to get the key-value for a particular scan-code in various languages
int the following way
Layout: English United States (US keyboard)
16 - Q
17 - W
18 - E
19 - R
20 - T
21 - Y
Layout: French (France Keyboard)
16 - A
17 - Z
18 - E
19 -…

Suyash Dhondkar
- 13
- 2
0
votes
1 answer
Alternative keyboard map for diacritics and other symbols for US layout
Over one year ago I found an alternative keyboard layout/keymap for US keyboards, to help type accents, umlauts, and other diacritics, as well as Greek letters, mathematical symbols, subscripts and superscripts, etc.
It looked super handy, but I…

andrepd
- 587
- 6
- 20
0
votes
2 answers
How i can get the word who user type for a special word in non-english language in any language even c# , javascript
Assume that a Non-English user types Namaste Duniya. I need to show नमस्ते दुनिया in Hindi Language. if i have नमस्ते दुनिया stored in a variable then how i can get the word that was typed by the user through keyboard and to show them in…
user605334
0
votes
0 answers
GetKeyboardLayout(0) return same result
I'm trying to get the layout used in the application by calling
HKL lt = GetKeyboardLayout (0);
Вut I get the same result - lt = 04190419x, regardless of which layout is currently being used. The program is written in Delphi under Windows, GUI is…

Andrey Angerchik
- 51
- 11
0
votes
0 answers
Intellij - keymap with VK_code under windows - how is it mapped?
I am using 2018.2 community edition, and because I use my customized keyboard layout and all virtual keycodes are changed, I see some curiosity here. (To learn what is virtual keycode, here is the link)
Basically, to comment lines of code, we use…

WesternGun
- 11,303
- 6
- 88
- 157
0
votes
1 answer
How to make emacs default keys works in non english keyboard layout
I need to know easy way to make Emacs default key bindings works out of the box or with minimal change at system with several keyboard layouts. For example I taught students and type in English and Russian on my Fedora machine and out of the box…

leanid.chaika
- 2,143
- 2
- 27
- 30