National keyboard layouts, relocating control keys, etc., generally at the operating system level. See /keyboard-shortcuts for key mappings in applications.
3
votes
1answer
62 views
How to distinguish input from different keyboards?
I want to write an application in Python that you can use with your default keyboard and a specially designed one for the application. I will design it simply by using a small numerical keyboard with ...
0
votes
0answers
37 views
Chromebook: Map Search Key to ctrl, ubuntu [closed]
I've got ubuntu running on chromebook using crouton.
How do I map the search key to the ctrl action.
Similar to this, swapping the caps lock key and the ctrl key.
/usr/bin/setxkbmap -option ...
1
vote
1answer
19 views
Grub2 keyboard layout when decrypting partition
According to the OpenSUSE 12.3 documentation the only keyboard layout which can be used during a Grub2 boot is the "US keyboard layout".
Is there really no way to change the keyboard layout used when ...
1
vote
1answer
37 views
Are the keyboard layouts in X.org actually called the X.org layouts or what?
Just need to know it, semantically. So most Linux/BSD systems using the X windows manager are using these layouts. For example, the "US International with dead keys" is quite different in X from the ...
0
votes
1answer
35 views
How do I get a list of all the available keyboard layouts in X.org?
I know these layouts have two-letter codes like 'us'for the US layout. I need a list of all the layouts available and also to pair the two-letter codes to the proper names of the layout to get the not ...
1
vote
1answer
51 views
Remap altgr key to AC10 in XKB
I'd like to remap the altgr key to AC10 key.
So far, i edited /usr/share/X11/xkb/symbols/us as follows:
// key <AC10> { [ semicolon, colon ] };
key <AC10> { [ Alt_R ]}
After
$ ...
1
vote
1answer
35 views
Visually displaying keyboard layouts of X.org? / Also: where do X.org keyboard layouts came from?
I'd like to visually see how some of the keyboard layouts in X.org look like, as an example in Windows I can see them with a program called Microsoft Keyboard Layout Creator or even on Wikipedia.
...
4
votes
2answers
68 views
Changing one character in keyboard layout
I edited the file /usr/share/X11/xkb/symbols/us and added a definition with my new layout as follows
partial alphanumeric_keys modifier_keys
xkb_symbols "us_pl" {
include "us(basic)"
...
3
votes
1answer
210 views
Use setxkbmap to swap the Left Shift and Left Control
Is it possible to swap the Left Shift and the Left CTRL keys using setxkbmap instead of xmodmap?
EDIT
I have switched to Fcitx, which works way much better with my keyboard layout and customized ...
2
votes
1answer
91 views
Map Super+[Left|Right] to Home/End
How do I map key "Super" so, when combined with Left/Right, it produces keycode Home/End?
My current setxkbmap:
setxkbmap \
-model pc105 \
-layout 'us(dvorak-intl),us(alt-intl)' \
-option \
...
0
votes
0answers
96 views
Exporting (US International) keyboard layout from Debian (Ubuntu) and importing it to Windows 7? [closed]
Here is Windows' US International layout:
(You need at least 10 reputation to post images.)
And here is the Debian (Ubuntu) Implementation, namely US International with dead keys:
(You need at ...
1
vote
1answer
169 views
debian/XFCE Virtualbox Guest on a Mac: how to use home and end keys?
So I have a Mac, and rather than boot debian/XFCE directly and have to configure hardware drivers I'm using VirtualBox.
This means that my multitouch trackpad works well, and I can jump in and out of ...
0
votes
2answers
60 views
German umlaut on Danish keyboard
I use standard Danish QWERTY keyboard (on Debian, if the distro matters). Is it at all possible to write German umlauts such as Ä, Ö, Ü by some key combos (that is without changing the layout to ...
1
vote
1answer
113 views
setxkbmap switches between 2 out of 3 layouts
Issuing that command:
setxkbmap -layout "us,ua,ru" -variant ",winkeys" -option "grp:shift_caps_toggle,grp_led:scroll" -model pc105 -rules xorg
when hitting CAPS+SHIFT I'm switching between English ...
2
votes
1answer
104 views
bind backslash to a non-standard keyboard key
I am using a swiss apple keyboard at the moment. This keyboard requires some unreasonable finger acrobatics to type a backslash (shift+right alt+7). I'd like to bind the backslash to another key ...