Bitsum Community Forum

General Category => Process Lasso => Topic started by: BenYeeHua on May 11, 2013, 01:50:14 AM

Title: Feature keystrokes
Post by: BenYeeHua on May 11, 2013, 01:50:14 AM
Just wanna to ask, did you has any plans for shortcut keys?
Like clicking Ctrl+Tab switch between All processes/Active processes, right click on that process, click T for Trim virtual memory, R for Restart process, P for Politely terminate, F for Forcibly terminate etc. :)
Title: Re: Feature keystrokes
Post by: bertie97 on May 11, 2013, 06:23:07 AM
Just moved to 5b & my config is still intact.   8)
Power profiles seem to be switching Ok - events are being logged.
So far so good.

Quote from: BenYeeHua on May 11, 2013, 01:50:14 AM
Just wanna to ask, did you has any plans for shortcut keys?
Like clicking Ctrl+Tab switch between All processes/Active processes, right click on that process, click T for Trim virtual memory, R for Restart process, P for Politely terminate, F for Forcibly terminate etc. :)
& ctrl+shift z for destructive format of all drives  ;D

- Like the idea for a shortcut to call proc terminations
Title: Re: Feature keystrokes
Post by: Jeremy Collake on June 16, 2013, 09:32:38 AM
There are already a few keyboard accelerators (as they are called by the Windows API/SDK).

These include:

DEL = forcibly terminate selected processes
CTRL-A = select all processes
CTRL-G = toggle graph visibility
CTRL-R = toggle RAM load visibility

I need to document these, and add a few more!
Title: Re: Feature keystrokes
Post by: hanemach_gt on June 16, 2013, 09:46:54 AM
Quote from: Support on June 16, 2013, 09:32:38 AM
There are already a few keyboard accelerators (as they are called by the Windows API/SDK).

These include:

DEL = forcibly terminate selected processes
CTRL-A = select all processes
CTRL-G = toggle graph visibility
CTRL-R = toggle RAM load visibility

I need to document these, and add a few more!

I encourage you post them in that thread: https://bitsum.com/forum/index.php/topic,1295.0.html
Title: Re: Feature keystrokes
Post by: Jeremy Collake on June 16, 2013, 09:54:59 AM
Done. I also added them to the Process Lasso documentation (http://bitsum.com/docs/pl/Using%20the%20GUI/using_the_gui.htm#accelerators).