https://bugs.kde.org/show_bug.cgi?id=381447
Bug ID: 381447
Summary: Kickoff opens with Super_L (left win) even when using
"Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt"
Product: plasmashell
Version: 5.10.2
Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Application Launcher (Kickoff)
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
This is a regression bug.
Definitions:
CTRL := The physical left control key (on the keyboard)
ALT := The physical left alt key (on the keyboard)
WIN := The physical left win key (on the keyboard)
Control_L := The event for the left control key (X-Server)
Alt_L := The event for the left alt key (X-Server)
Super_L := The event for the left super key (X-Server)
I'm using a standard laptop keyboard. With the Keyboard model set to ("System
Settings" -> "Input Devices" -> Keyboard -> Hardware): "Generic | Generic
101-key PC".
Setting the scene:
Under "System Settings" -> "Input Devices" -> Keyboard -> Advanced nothing
is checked.
Running xev gives me the following key-event combinations:
CTRL -> Control_L
ALT -> Alt_L
WIN -> Super_L
The kickoff menu opens when I hit WIN.
Next steps
Under "System Settings" -> "Input Devices" -> Keyboard -> Advanced -> "Ctrl
position" check the "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt"-box.
Hit apply.
Logout, reboot or do nothing.
What now happens
Running xev gives me the following key-event combinations:
CTRL -> Super_L
ALT -> Control_L
WIN -> Alt_L
The kickoff menu STILL opens when I hit WIN and does not open when I hit
CRTL
How it worked in the past (probably plasmashell 5.9.x) and how it should work
All key-event combinations were the same as of now.
The kickoff menu was bound to the Super_L event and not to the WIN key
--
You are receiving this mail because:
You are watching all bug changes.