Created
January 1, 2020 09:54
-
-
Save fidergo-stephane-gourichon/153ef6c0626eb0750314fe897adb9bf2 to your computer and use it in GitHub Desktop.
Bug in xfconf-query regarding setting keys shortcuts?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Let's query some keyboard shortcut | |
xfconf-query -c xfce4-keyboard-shortcuts -p '/xfwm4/default/<Alt><Shift>Tab' ; echo $? | |
cycle_reverse_windows_key | |
0 | |
# So far so good. | |
# Let's remove that shortcut. | |
xfconf-query -c xfce4-keyboard-shortcuts -p '/xfwm4/default/<Alt><Shift>Tab' -r | |
# Behavior when trying shortcut is correct: shortcut no longer works, which is intended. | |
# But xfconf-query does not say so: | |
xfconf-query -c xfce4-keyboard-shortcuts -p '/xfwm4/default/<Alt><Shift>Tab' ; echo $? | |
cycle_reverse_windows_key | |
0 | |
# Bug? |
Interestingly, content of xfce4-keyboard-shortcuts.xml appears correct.
<property name="<Alt><Shift>Tab" type="empty"/>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Xubuntu 19.10 AMD64 with included XFCE, v4.14.