keyboard-layout Questions
7
Solved
Is there any way to detect the current keyboard layout using JavaScript? I found this,
but it only detects if the visitor is on the english layout. I need to know the exact layout as a string, e.g...
Antivenin asked 17/1, 2012 at 9:30
5
Solved
This is an exact duplicate of this question; however the code linked in the accepted answer is nearly 11 years old, and this comment in the code leads to my duplicate question:
The keysym -> UTF...
Tatouay asked 23/1, 2012 at 10:18
5
Solved
Sometimes I use vim to write non-US text, and when I wanna use any command in normal mode, I need to change layout to US. It's possible to do that automatically?
PS. I can do mapping like this, bu...
Shoplifter asked 11/6, 2012 at 15:58
3
Solved
Is there a way to programmatically find out what kind of keyboard a computer has (i.e. where keys are located, and what extra keys are present in which locations)?
A little error is acceptable, if...
Uranian asked 18/1, 2011 at 0:50
4
Solved
Is there any way to make IdeaVim understand russian layout in modes other than Input? In my .vimrc I have
set keymap=russian-jcukenwin
so I can switch languages in VIM by pressing Ctrl+^ and re...
Mcbrayer asked 28/7, 2013 at 5:14
3
Solved
when I upgraded from gnome 3.4 to gnome 3.6 I realized that I could not change my keyboard layout using Alt+Shift anymore. so I installed gnome-tweak-tool and in Typing tab I selected Alt+Shift fro...
Dyspepsia asked 5/1, 2013 at 13:5
2
Solved
It is a known issue that in windows 10 when you decide to add multiple languages you end up with several keyboards that you can not get rid off. A well known solution that I have used in order to h...
Exsanguinate asked 18/2, 2021 at 20:3
2
Is there a way to detect current keyboard layout in Tkinter?
It is necessary to process keyboard accelerators correctly for such languages as Russian, French, Greek (see my other question for deta...
Twowheeler asked 23/1, 2013 at 5:1
6
I'm looking for some kind of reference which shows the frequency of symbols of popular programming languages. I'm trying to design an optimal keyboard layout for programming.
If there is no such r...
Bulgaria asked 6/8, 2010 at 6:40
1
I am using Visual Studio Code with English keyboard layout switched in Windows when programming, but when I am using my computer for general use I use Slovak keyboard layout. Sometimes it can get r...
Terminable asked 23/4, 2018 at 19:34
1
I am using the decade-old Microsoft Keyboard Layout Creator 1.4 to create a custom keyboard. I have validated my keyboard within the software and no problems arose. I have also tested my keyboard (...
Carving asked 8/11, 2019 at 11:55
0
On Chrome OS, ctrl + space is used to change current keyboard layout.
This is very inconvenient when using a computer for programming. Usually, this keyboard shortcut is triggers the help popup. F...
Gerick asked 14/6, 2019 at 13:47
4
Solved
Problem
I am trying to do:
xdotool type 'date;'
but instead of the expected
date;
I get:
dateq
I have a greek keyboard, but when I issue the command the language is set to US. A note: when greek...
Friedman asked 25/7, 2013 at 8:51
5
Solved
OK, this is a slightly weird question.
We have a touch-screen application (i.e., no keyboard). When users need to enter text, the application shows virtual keyboard - hand-built in WinForms.
Maki...
Paulinapauline asked 19/3, 2009 at 10:44
3
Solved
I just installed Xcode and iOS Simulator.
My Mac's Dvorak keyboard layout is not working when I type in the iOS Simulator.
When I type in Dvorak, it shows up in the iOS Simulator as if I was typing...
Yean asked 7/10, 2013 at 10:59
1
Solved
As we all know, Windows's keyboard layouts are thread-specific. When a layout changes, a message is dispatched to the foreground thread by the shell. So if one wants to obtain the most recent syste...
Kokanee asked 21/8, 2018 at 9:41
4
Solved
I'm sitting here feeling silly - the vim help tells me to hit CTRL] (to follow links in the help) and I can't get it!? Same problem with ^Wc (close a split window)
I have a German keyboard and esp...
Disorganize asked 20/5, 2009 at 15:50
2
Solved
I have tried GetKeyboardLayoutName() and GetKeyboardLayout() for getting the current keyboard layout, but they both give me the default layout and changing the layout doesn't affect the output!
wh...
Arlenarlena asked 12/9, 2012 at 0:25
9
Solved
I'm running Mac OS X and GNU Emacs 22.3.1. I use a swedish keyboard. I am unable to type braces { }, [ ] in emacs. When trying to type braces I get parenthesis. Since I'm quite new to Mac and emacs...
Masque asked 31/7, 2010 at 4:55
1
To my surprise I couldn't find this question already answered anywhere, so here I am asking, hoping that understanding the idea behind it would help me learn their positions faster.
So, why are th...
Breechcloth asked 14/2, 2014 at 15:20
1
Solved
Oddly, this seems like it should be something that's been done before: I want to swap the numbers and symbols on the 1–0 keys across the top of my keyboard so that:
When I hit the 6 key, an * is ...
Lewiss asked 10/7, 2017 at 21:33
1
Solved
This question is originally posted by me in Microsoft Community at:
https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/msklc-under-windows-10-create-custom-keyboard/8c5a7...
Phoenician asked 22/5, 2017 at 21:21
3
Does there exist a modified Colemak keyboard layout designed specifically for programming?
I went cold-turkey on the Colemak keyboard layout a few days ago and I really like it for normal typing, ...
Vallombrosa asked 20/2, 2013 at 13:50
4
Solved
I want to change keyboard layout in Linux by programming,
What X11's API function does this?
Fervency asked 12/7, 2010 at 17:43
2
Solved
I need to get localized character on keypress event. For example: on a Czech keyboard I need to get ř not 5 character (key code 53) (see Czech keyboard layout). Is there any other way to get charac...
Openair asked 24/3, 2011 at 13:32
1 Next >
© 2022 - 2024 — McMap. All rights reserved.