[systemsettings] [Bug 404115] Ctrl is mapped to alt; Alt is mapped to win no longer fully functions

Vlad Zagorodniy bugzilla_noreply at kde.org
Mon May 20 13:24:47 BST 2019


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

--- Comment #2 from Vlad Zagorodniy <vladzzag at gmail.com> ---
Before setting "Ctrl is mapped to Alt; Alt is mapped to Win":
xmodmap:  up to 4 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x25),  Control_R (0x69)
mod1        Alt_L (0x40),  Alt_R (0x6c),  Meta_L (0xcd)
mod2        Num_Lock (0x4d)
mod3      
mod4        Super_L (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)

After setting "Ctrl is mapped to Alt; Alt is mapped to Win":
xmodmap:  up to 4 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x40),  Control_R (0x6c)
mod1        Alt_L (0x85),  Alt_R (0x86),  Meta_L (0xcd)
mod2        Num_Lock (0x4d)
mod3      
mod4        Super_L (0x25),  Super_R (0x69),  Super_L (0xce),  Hyper_L (0xcf)
mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)

Assigned keycodes look okay. This is maybe a KGlobalAccel issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list