OS: Arch Keyboard layout is: German (Switzerland) I created a custom keyboard shortcut for "xfce4-terminal --drop-down". Used key was "§", which is "tilde" in US Layout (the key on top of TAB and bottom of ESC). The shortcut worked nice. I bit later i recognized that any key press of "s" will not trigger to print the char "s".. Output of "xev" if i press "s" (with shortcut enabled) is following: ############ FocusOut event, serial 37, synthetic NO, window 0x4c00001, mode NotifyGrab, detail NotifyAncestor FocusIn event, serial 37, synthetic NO, window 0x4c00001, mode NotifyUngrab, detail NotifyAncestor KeymapNotify event, serial 37, synthetic NO, window 0x0, keys: 70 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ############ If i remove the shortcut, "s" will be available again. I can reproduce this behavior on another arch desktop system.
the shortcut will be saved as `<property name="section" type="string" value="xfce4-terminal --drop-down"/>`
➜ xfce4-keyboard-settings --version xfce4-keyboard-settings 4.12.4 (Xfce 4.14pre2) Copyright (c) 2008-2018 The Xfce development team. All rights reserved. Please report bugs to <http://bugzilla.xfce.org/>.
I tried to reproduce it, but was not able to trigger the bug. Any reason why xfce4-settings is still at version 4.12?
*** This bug has been marked as a duplicate of bug 12928 ***