Here’s mine. I think this is pretty obscure.
I can’t type the word “huh”. Huh? Yes, “huh”. On my Dell laptop, running Ubuntu, when I type “huh” quickly, only “hu” comes out. The final ‘h’ gets swallowed. It happens in all applications, and is 100% reproducible. Other letter combinations are fine. Even ‘hhh’, ‘uuu’, ‘uhu’ work just fine. If I type slowly, “huh” works too, but I have to “hesitate” about a half second on the final ‘h’. I have a dual boot set up, and it works fine in Windows, so I know it’s a Linux issue.
I’m almost loathe to troubleshoot and fix it as it’s such an odd quirk - it gives my computer character. What weird combination of keyboard driver/kernel interaction would affect “huh” but nothing else?!
For the terminally curious, ‘xev’ does provide clues; it looks like the final ‘h’ of ‘huh’ is accompanied by a rogue, phantom ‘u’ keypress. I’ll spoiler it to spare those who don’t enjoy low-level geeky stuff.
[spoiler]
KeyPress event, serial 35, synthetic NO, window 0x4800001,
root 0xb0, subw 0x0, time 23741714, (87,57), root:(866,184),
state 0x10, keycode 43 (keysym 0x68, h), same_screen YES,
XLookupString gives 1 bytes: (68) "h"
XmbLookupString gives 1 bytes: (68) "h"
XFilterEvent returns: False
KeyPress event, serial 35, synthetic NO, window 0x4800001,
root 0xb0, subw 0x0, time 23741826, (87,57), root:(866,184),
state 0x10, keycode 30 (keysym 0x75, u), same_screen YES,
XLookupString gives 1 bytes: (75) "u"
XmbLookupString gives 1 bytes: (75) "u"
XFilterEvent returns: False
KeyRelease event, serial 35, synthetic NO, window 0x4800001,
root 0xb0, subw 0x0, time 23742010, (87,57), root:(866,184),
state 0x10, keycode 43 (keysym 0x68, h), same_screen YES,
XLookupString gives 1 bytes: (68) "h"
XFilterEvent returns: False
KeyRelease event, serial 35, synthetic NO, window 0x4800001,
root 0xb0, subw 0x0, time 23742033, (87,57), root:(866,184),
state 0x10, keycode 30 (keysym 0x75, u), same_screen YES,
XLookupString gives 1 bytes: (75) "u"
XFilterEvent returns: False
[/spoiler]Anyone else have any obscure computer problems they’d like to share?