Skip to content
Commit c8b77179 authored by Yifan Zhu's avatar Yifan Zhu Committed by Xaver Hugl
Browse files

tabbox: match Shift+Backtab against Shift+Tab

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.0


(cherry picked from commit bc73e14e)
parent 26d36b9a
Pipeline #612735 passed with stage
in 20 minutes and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment