https://bugs.kde.org/show_bug.cgi?id=366063
Bug ID: 366063
Summary: Window switcher does not start with specific key
combination
Product: kwin
Version: 5.7.2
Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: effects-various
Assignee: [email protected]
Reporter: [email protected]
I change LEFT ALT to LEFT CTRL using Xmodmap. I register CTRL+TAB as "walk
through window". The key combination LEFT CTRL (originally LEFT ALT) + TAB
switches window to the previous one, but it doesn't display window switcher.
Although, RIGHT CTRL + TAb displays window switcher properly.
Reproducible: Always
Steps to Reproduce:
1. Use xmodmap to change LEFT ALT to LEFT CTRL.
2. Register CTRL+TAB as "walk through window".
3. Press LEFT CTRL (originally LEFT ALT) + TAB.
Actual Results:
Switches window to the previous one, but it doesn't display window switcher.
Expected Results:
Display window switcher.
shell> cat .Xmodmap
clear lock
clear control
clear mod1
keycode 64 = Control_L NoSymbol Control_L
keycode 66 = Control_L NoSymbol Control_L
add mod1 = Alt_L Meta_L
add control = Control_L Control_R
--
You are receiving this mail because:
You are watching all bug changes.