https://bugs.kde.org/show_bug.cgi?id=336750

Gerry Agbobada <gagbob...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gagbob...@gmail.com

--- Comment #4 from Gerry Agbobada <gagbob...@gmail.com> ---
I can update the issue for the bug submitter, I think I have a similar/related
bug.

On us/altgr-intl or fr/oss layouts, the Alt+2 and Alt+7 combinations were not
working until I unbound Alt+~ and Alt+` in my shortcuts.

>From the output of xev pasted below, it looks like these Alt+2 and Alt+7 combos
were actually read as Alt+~ and Alt+` by Kwin, and then intercepted instead of
being passed to the programs inside.

In the output below, I press Alt, press 1, release 1, press 2, release 2 (the
alt release is not included). The default bindings for Alt+` Alt+~ are
"changing windows within the same application", and JanKusanagi in #kde told me
~ was a problematic shortcut for spanish layouts so that's how I thought about
trying unbinding those.

#### Pressing left Alt (It's kept down all along)
KeyPress event, serial 37, synthetic NO, window 0x7e00001,
    root 0x16a, subw 0x0, time 87780588, (-274,378), root:(688,442),
    state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False


#### Pressing 1
KeyPress event, serial 40, synthetic NO, window 0x7e00001,
    root 0x16a, subw 0x0, time 87781260, (-274,378), root:(688,442),
    state 0x8, keycode 10 (keysym 0x31, 1), same_screen YES,
    XLookupString gives 1 bytes: (31) "1"
    XmbLookupString gives 1 bytes: (31) "1"
    XFilterEvent returns: False

#### Releasing 1
KeyRelease event, serial 40, synthetic NO, window 0x7e00001,
    root 0x16a, subw 0x0, time 87781372, (-274,378), root:(688,442),
    state 0x8, keycode 10 (keysym 0x31, 1), same_screen YES,
    XLookupString gives 1 bytes: (31) "1"
    XFilterEvent returns: False

#### Pressing 2
FocusOut event, serial 40, synthetic NO, window 0x7e00001,
    mode NotifyGrab, detail NotifyAncestor

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

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

#### Releasing 2
KeyRelease event, serial 40, synthetic NO, window 0x7e00001,
    root 0x16a, subw 0x0, time 87781716, (-274,378), root:(688,442),
    state 0x8, keycode 11 (keysym 0x32, 2), same_screen YES,
    XLookupString gives 1 bytes: (32) "2"
    XFilterEvent returns: False

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to