Version: (using Devel) Installed from: Compiled sources After installing kde4 from trunk, I noticed that shortcut ctrl+w was not working in firefox to close the tab. After detailed investigation, I found that same is not working in konversation and dolphin also. I changed shortcut to close tabs from ctrl+w to ctrl+shift+t in dolphin and that worked. I wonder how this particular shortcut doesn't work. There may be other such cases.
> kcmshell4 keys Got to the khotkeys component and remove ctrl-w from the "Remap CTRL+W to ..." shortcut. This is the result of me enabling the loading of the already present examples without considering the implications.
That was a nice quick workaround. Following those steps makes it working again. Thanks!
Michael - any chance of having this sorted, rather than the user having to fix it with each install? KDE 4.3 is coming up, and we don't want it to be 'the release where Ctrl+W was pooched'.
Ctrl-key are traditionally application level shortcuts. Using one of these at global level is a Really Bad Idea (TM). This use of Ctrl-W also intereferes with (X)Emacs' "Save As..." shortcut (Ctrl-X Ctrl-W). Please consider fixing Qt Designer (by adding a full key shortcuts configuration tool -- this app is fully open source now!) instead of blocking Ctrl-W at global level. Thanks!
SVN commit 965731 by coles: Removed the global shortcut, enabled by default, that leads to the Ctrl+W shortcut being disabled system-wide. BUG: 190412 M +0 -157 kde32b1.khotkeys WebSVN link: http://websvn.kde.org/?view=rev&revision=965731
I reverted Andrew Coles fix because it didn't fix the problem. khotkeys still grabbed shortcuts for other inactive hotkeys. ctrl-alt-t for example. See https://bugs.kde.org/show_bug.cgi?id=193085 As i wrote in that bug the problem is fixed in trunk.