General keyboard topics, including keyboard hardware and keyboard functionality in software.
4
votes
2answers
84 views
Grub 'incompatible license' error
The other day, I was using a laptop for general desktop use when its keyboard began to act up. Most of the keys on the keyboard's right side stopped working entirely and key combinations such as Ctrlu ...
1
vote
0answers
18 views
Sun type 5 keyboard via serial port replicator
I'm running Ubuntu 12.04 on an HP G60 laptop with a Targus serial port replicator to USB and a custom cable between the keyboard and the replicator
I ran modprobe sunkbd.
Nothing works for the Type ...
0
votes
1answer
25 views
Why is my Yellow Dog keyboard layout wrong?
I just installed Yellow Dog on my PowerBook G4, and it worked, and noticed my mac keyboard. Then, suddenly, the layout went wrong. Most keys don't do anything, and I have letters instead of arrow ...
2
votes
2answers
50 views
Fix keyboard chattering/bouncing on the software side
I have a mechanical keyboard (Noppoo Choc Mini with Cherry MX Blue switches) and after a few weeks, some key presses are getting sent two times even though I press a single time. I found out that this ...
3
votes
3answers
338 views
Enabling Numeric Keypad
I have trouble with the numeric keypad (NumLock keys) being unusable while typing.
While I don't think it's GUI specific, this happens both in Gnome and KDE. Sometimes it works in TTY, other times it ...
3
votes
3answers
171 views
Ubuntu 12.04 Gnome 3 “freezes” randomly - not a normal freeze though
Since upgrading to 12.04, I've randomly experienced this strange phenomenon where my mouse mostly doesn't work and keyboard mostly does. I have not been able to identify a cause for this. Sometimes it ...
4
votes
0answers
521 views
Fix Fn-keys for keyboard illumination
I've tried following the Ubuntu hotkeys/media keys troubleshooting guide and /usr/share/doc/udev/README.keymap.txt.gz to make the Fn keys work. After copying the map file and modifying ...
15
votes
7answers
4k views
How do I get current keyboard layout?
I'm wondering is there any command line tool, that returns current keyboard layout.
I have XkbLayout set to us, ru.
Update: setxkbmap returns layout settings, not selected layout. E.g.:
$ setxkbmap ...
5
votes
2answers
1k views
Remapping Caps Lock with xmodmap doesn't work
When I program I like to swap these keys:
Esc ↔ Tab
Ctrl ↔ CapsLock
In ~/.xmodmap, I have specified these re-mappings:
keycode 66 = Control_L
keycode 37 = Caps_Lock
keycode 23 = Escape
keycode 9 = ...
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 ...
4
votes
1answer
121 views
Set window manager's meta key depending on connected Xserver
Situation
A linux server is running an xdm supporting XDMCP, it is connected to from various different Linux and OS X boxes using XDMCP via an X -query <server> command.
Once the user is ...
4
votes
3answers
1k views
Why is the US international keyboard layout on Debian different?
Edit: I realized that the "problem" was not only in Ubuntu but in Debian itself and Ubuntu just inherited it, so I had this migrated from Ask Ubuntu
I have been using Linux on and off for 10 years, ...
2
votes
1answer
140 views
How to force release of a keyboard modifiers
Sometimes, when I use synergy between my machines when one is using full-screen VirtualBox guest I get stuck with some weird key modifiers turned on. If they exist on my keyboard (like Shift_L) I can ...
0
votes
1answer
65 views
Mouse and keyboard not working in FreeBSD 9.0
Could not use keyboard and mouse at KDM log in screen in FreeBSD 9.0 KDE
Typed on nano:
hald_enable="YES"
dbus_enable="YES"
local_startup=${local_startup} /usr/local/kde4/etc/rc.d"
kdm4_enable="YES"
...
1
vote
1answer
146 views
How to make Compose work in GTK and Qt apps?
I used Gnome for a long time, but preferred vanilla X input method (xim) over the default GTK behaviour. I just set GTK_IM_MODULE and QT_IM_MODULE enviroment variables to xim, and didn't have any ...