You are not logged in.

#1 2022-05-05 23:30:19

PenaflorPhi
Member
Registered: 2021-09-27
Posts: 4

Something is remapping Caps Lock to Esc.

Caps Lock stops working after a while, I'm not sure what's triggering this behavior because it works normally on boot and it works for a while after login. I tried using xev to see if the key is being registered, it is giving me this

KeyPress event, serial 33, synthetic NO, window 0x4200001,
    root 0x3b2, subw 0x0, time 1766188, (-218,55), root:(493,465),
    state 0x2010, keycode 66 (keysym 0xff1b, Escape), same_screen YES,
    XKeysymToKeycode returns keycode: 9
    XLookupString gives 1 bytes: (1b) "
mbLookupString gives 1 bytes: (1b) "
FilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x4200001,
    root 0x3b2, subw 0x0, time 1766292, (-218,55), root:(493,465),
    state 0x2010, keycode 66 (keysym 0xff1b, Escape), same_screen YES,
    XKeysymToKeycode returns keycode: 9
    XLookupString gives 1 bytes: (1b) "
FilterEvent returns: False

It looks almost the same as what I get when I press the Escape key.

KeyPress event, serial 33, synthetic NO, window 0x4200001,
    root 0x3b2, subw 0x0, time 1846624, (257,-302), root:(968,108),
    state 0x10, keycode 9 (keysym 0xff1b, Escape), same_screen YES,
    XLookupString gives 1 bytes: (1b) "
mbLookupString gives 1 bytes: (1b) "
FilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x4200001,
    root 0x3b2, subw 0x0, time 1846776, (257,-302), root:(968,108),
    state 0x10, keycode 9 (keysym 0xff1b, Escape), same_screen YES,
    XLookupString gives 1 bytes: (1b) "
FilterEvent returns: False

According to Solaar my keyboard still has 40% charge, disconnecting the keyboard dongle works sometimes, rebooting the computer always work. Any suggestion?

Offline

#2 2022-05-06 06:25:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,684

Re: Something is remapping Caps Lock to Esc.

setxkbmap -print -query
xmodmap -pk | grep 66

Offline

Board footer

Powered by FluxBB