A few days ago, I found out that the O key on my keyboard doesn't work. I have seen a few similar topics with this problem, but none of them seemed to be solved.
When I tap the key - nothing happens.
When I hold it - outputs "oooooo".
When I use Shift - "O".
And when I turn Caps Lock on and hold Shift - "o".
It doesn't even work when I am using a USB keyboard either. From what I have read, it seems to be an issue with Compiz, window manager of Unix. However, I did not manage to find the solution to this problem.
Is there anyone who encountered the same issue or/and manage to solve it?
PS: I'm using Ubuntu 14.04 LTS.
PPS: This is the output of xev
when I press the O key:
FocusOut event, serial 37, synthetic NO, window 0x4000001,
mode NotifyGrab, detail NotifyAncestor
FocusOut event, serial 37, synthetic NO, window 0x4000001,
mode NotifyUngrab, detail NotifyPointer
FocusIn event, serial 37, synthetic NO, window 0x4000001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 2 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
KeyRelease event, serial 37, synthetic NO, window 0x4000001,
root 0xc6, subw 0x0, time 2214796, (177,133), root:(2162,185),
state 0x10, keycode 32 (keysym 0x6f, o), same_screen YES,
XLookupString gives 1 bytes: (6f) "o"
XFilterEvent returns: False
Ctrl
-Alt
-F1
. You can switch back to your normal desktop by pressingCtrl
-Alt
-F7
, or sometimesF8
orF9
. – alienth Sep 22 '15 at 12:35