When users simultaneously press Shift and Tab, the keys are sometimes registered as Shift+Tab, and sometimes as Shift+Backtab. So we need to match received Shift+Tab against shortcuts containing Shift+Backtab, and vice versa. Previously the code only checks for the first case. This commit adds checks for the second case. BUG: 438991 FIXED-IN: 6.0wilder/Plasma/6.2
parent
a02545e8f5
commit
bc73e14e68
1 changed files with 6 additions and 5 deletions
Loading…
Reference in new issue