Version: 4 (using 4.2.00 (KDE 4.2.0), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.27-11-generic There should be possibility to assign shortcut to "Kill Process". P.S.: And to other context menu items too. P.P.S.: The default shortcut for "Kill Process" should be Delete.
second this
and add to kill DELETE key to renice F7 and F8 keys
SVN commit 1000545 by smartel: BUG: 184258 Add shortcut possibilities to various process worksheet action. Simply change to use the existing kde infrastructure of kaction to get free shortcut support within existing settings->configure shortcut menu, in addition this get rid of the warning outputted on startup by kxmlgui complaining of the use of qaction instead of kaction M +31 -30 ksysguardprocesslist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1000545
SVN commit 1000554 by smartel: BUG: 184258 Added default shortcut for term signal, instead of using delete key for SIGKILL using delete key for SIGTERM which I believe is better. SIGKILL should be use only if SIGTERM does not work, and SIGKILL brings up a confirm dialog in ksysguard. In any case, it is a default shortcut so can be reassigned if user want different behavior M +1 -0 ksysguardprocesslist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1000554