Bug 184258

Summary: Unable to assign shortcut (hotkey) to "Kill Process"
Product: [Unmaintained] ksysguard Reporter: Sasha Unspecified <sasha2048>
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: alexo.tmp
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sasha Unspecified 2009-02-13 23:14:58 UTC
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.
Comment 1 bill p. (aka google01103) 2009-05-15 16:03:48 UTC
second this
Comment 2 alex s.a. 2009-05-16 12:25:32 UTC
and add
to kill DELETE key
to renice F7 and F8 keys
Comment 3 Sebastien Martel 2009-07-21 16:47:13 UTC
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
Comment 4 Sebastien Martel 2009-07-21 17:05:06 UTC
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