You are not logged in.
Pages: 1
in awesome is OK, but in plasma is bad "control_L" :
# when I press "control" key , xev output:
FocusIn event, serial 37, synthetic NO, window 0x4400001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 2 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 0 0 0 0
FocusOut event, serial 37, synthetic NO, window 0x4400001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 37, synthetic NO, window 0x4400001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 2 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 0 0 0 0
FocusOut event, serial 37, synthetic NO, window 0x4400001,
mode NotifyGrab, detail NotifyAncestor
ClientMessage event, serial 37, synthetic YES, window 0x4400001,
message_type 0x14e (WM_PROTOCOLS), format 32, message 0x14c (WM_DELETE_WINDOW)how to find the reason ?
Last edited by sevk (2024-03-23 06:35:16)
Offline
The key is passively grabbed (like a global shortcut would do)
sleep 5; xdotool key "XF86LogGrabInfo"Then press control and hold it until xdotol has fired.
The grabs will then be listed in your xorg log and ctrl should™ be the passive one and reveal the PID (and maybe command) of the grabbing process.
Offline
Offline
There's no active grab and no passive grab on key 37
Is this plasma on wayland?
Can you see ctrl+m in xev?
Offline
ctrl_L is auto SOLVED , but now , F12 is auto pressed randomly
Last edited by sevk (2024-03-23 07:43:16)
Offline
Sorry, ctrl_l is what?
Is this a notbook?
Otherwise do you have a spare keyboard?
Offline
control_L is automatically gone back to normal .
now F12 is auto pressed randomly https://0x0.st/Xr50.tar
Offline
Is this a notebook?
Otherwise do you have a spare keyboard?
Offline
I used a spare keyboard and it's all back to normal , thanks
Offline
Pages: 1