Tagged Questions
3
votes
1answer
70 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
78 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
64 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
$ ...
2
votes
1answer
126 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 ...
7
votes
2answers
1k views
How to define a Compose Key in terminal (no desktop environment)?
I would like to define a compose key on my system (Debian Sid "Wheezy"). I have no Xorg (and don't want any desktop environment). Only in terminal.
I would like to set it up on my Alt-Gr key (right ...