- Package:
- xfce4-settings
- Source:
- xfce4-settings
- Description:
- graphical application for managing Xfce settings
- Submitter:
- Date:
- 2011-11-30 19:51:03 UTC
- Severity:
- normal
After recent updates (several days ago, containing much xfce-related stuff) i've noticed that keyboard shortcuts do not work now. first thing i've tried is to delete "~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml", and then to start xfce4-keyboard-settings, so it created new one with default values. but those don't seem to work too. only alt+f2 gives result, others such as ctrl+alt+del or ctrl+esc make no sense, but if i run respective actions manually (e.g. xfdesktop --menu), it works fine. which is also interesting, WM shortcuts, containing in the same file (like alt+f7 to move, alt+f8 to resize, etc) works just fine. btw, i made no changes to configuration before the moment i've noticed this behaviour
Could you: * check if it only happens with shortcuts containing Ctrl * check if it works when you rebind them Regards,
ouch, thanks for this tip, you were right. when in settings manager i bind ctrl+something, it then displays "<Primary>+f2" e.g instead of "<Ctrl>+f2", no matter i use right of left ctrl. and yes, when i rebinded default "ctrl+esc" to "alt+esc", it works. what's wrong with my ctrl keys now? i don't use any gui layout switch, thus keyboard is managed thru xkb both in console and X. here is my /etc/default/keyboard: XKBMODEL="logitech_base" XKBLAYOUT="us,ru" XKBVARIANT=",winkeys" XKBOPTIONS="grp:lwin_toggle,grp:menu_toggle,grp_led:scroll" and i have following keyboard-related packages installed: console-setup console-terminus consolekit keyboard-configuration libxkbfile1 x11-xkb-utils xfce-keyboard-shortcuts xkb-data 2011-326 21:05 Yves-Alexis Perez <corsac@debian.org> wrote:
Which is expected, see http://git.gnome.org/browse/gtk +/commit/?h=gtk-2-24&id=1f6a921158b5a4fa80ea2e844ce25aad04101aaf As far as I know, they should just work. Regards,
well, with <Primary> instead of <Control> they really work, thanks!)) but here is the problem: we still have default values of <Control>+smth in config file. thus we need to update default config as well to follow this new policy. what is more, i think there has to be proper annoucement listed thru apt-listchanges to inform user about such change and tell them what to do to get their hotkeys back (sed 's/<Control>/<Primary>/g' for example), since we can't roughly edit config files for all users (strictly speaking, we can, but it's not a good idea). without such updates there still will be a lot of confusion like in my case. 2011-329 18:07 Yves-Alexis Perez <corsac@debian.org> wrote:
tag 649592@ pending thanks See http://anonscm.debian.org/viewvc/pkg-xfce?view=revision&revision=6238 and http://anonscm.debian.org/viewvc/pkg-xfce?view=revision&revision=6239 That'll be part of the next upload. Regards,
On Wed, 30 Nov 2011 17:44:44 +0100 Yves-Alexis Perez <corsac@debian.org> wrote: Is there any reason why the shortcuts using <Control> works for the shortcuts of the window manager, but not for the keyboard ones?
Because xfwm4 doesn't use GTK+ for that :)
On Wed, 30 Nov 2011 20:17:02 +0100 Yves-Alexis Perez <corsac@debian.org> wrote: Ok, thanks!