https://bugzilla.xfce.org/show_bug.cgi?id=10373

--- Comment #5 from Steve Dodier-Lazaro <[email protected]> ---
I've done a bit of testing just now and could not reproduce the issue in the
way it is described.

Steps to reproduce:
1) Assign command "A" to key "A" e.g., notify-send "no mods"
2) Assign command "S" to key "Super+A" e.g., notify-send "super"
3) Assign command "C" to key "Ctrl+Super+A" e.g., notify-send "ctrl+super"
4) Keep in mind Ctrl+A is already assigned to Select All
5* Press A, notice command S runs instead of command A
6) Press Super+A, command S runs
7) Press Ctrl+A, Select All is performed on focused selectable
8) Press Ctrl+Super+A, command C runs

Analysis:
libfxce4ui treats input coming without modifiers as if it had the "Super"
modifier. However, the presence of another modifier will prevent libxfce4ui
from ignoring the fact that "Super" isn't set.

Expected behaviour on above steps:
5* A runs A
6) Super+A runs S (current behaviour)
7) Ctrl+A runs Select All (current behaviour)
8) Ctrl+Super+A runs C, provided the two modifiers are pressed before A
(current behaviour)

NB this bug does not appear related to priority issues between keys and mods as
discussed in other reports.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to