You are not logged in.

#1 2018-11-23 20:02:25

rea
Member
Registered: 2014-03-21
Posts: 21

[SOLVED] While Shift+1 prints "!'', the key 1 prints nothing!

UPDATE - the solution that worked for me: By removing ~/.config/kglobalshortcutsrc file, now that it's reset, I can type 1 by the key 1. My desktop is KDE Plasma and maybe there's kinda conflict by assigning new shortcut for Yakuake drop-down terminal or other software. But I don't know the exact reason for the issue.


_______________________________________________
QUESTION:

When I press the key '1' on my laptop keyboard, it does not print anything on the screen, but Shift+1 prints "!". I have this problem only with the key '1'. It doesn't matter which layout is in use, I tried different layouts and still '1' prints nothing. Other keys work well.

My laptop: Dell Inspiron 5458 and My desktop: KDE Plasma

xev output when I press 1:

FocusOut event, serial 40, synthetic NO, window 0x3a00001,
    mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 40, synthetic NO, window 0x3a00001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 40, synthetic NO, window 0x0,
    keys:  2   4   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   

KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
    root 0x17b, subw 0x0, time 696147, (891,524), root:(891,528),
    state 0x0, keycode 10 (keysym 0x31, 1), same_screen YES,
    XLookupString gives 1 bytes: (31) "1"
    XFilterEvent returns: False

xev output when I press Shift+1:

KeyPress event, serial 40, synthetic NO, window 0x3a00001,
    root 0x17b, subw 0x0, time 697230, (891,524), root:(891,528),
    state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 40, synthetic NO, window 0x3a00001,
    root 0x17b, subw 0x0, time 698223, (891,524), root:(891,528),
    state 0x1, keycode 10 (keysym 0x21, exclam), same_screen YES,
    XLookupString gives 1 bytes: (21) "!"
    XmbLookupString gives 1 bytes: (21) "!"
    XFilterEvent returns: False

xev output when I press 2:

KeyRelease event, serial 40, synthetic NO, window 0x3a00001,
    root 0x17b, subw 0x0, time 694954, (891,524), root:(891,528),
    state 0x0, keycode 11 (keysym 0x32, 2), same_screen YES,
    XLookupString gives 1 bytes: (32) "2"
    XFilterEvent returns: False

Last edited by rea (2018-12-04 17:50:11)

Offline

Board footer

Powered by FluxBB