Page 1 of 1

NUMLOCK help

Posted: Feb 15th, ’20, 01:07
by TokyoMike
Hello! I would like to know if it is possible to register a "long press" for a key. I would like to have my numlock key perform the following functions:

1. Single press - functions as normal and performs NUMLOCK on/off
2. Long press - executes "delete" to clear the calculator entry (like CLEAR or ALL CLEAR).

I found some software that can do this called KeyManager from ATNSoft but to be honest I don't want to purchase their software for this one function only and Fastkeys does SO MUCH MORE for me.

Thanks for any help you can provide!

Re: NUMLOCK help

Posted: Feb 15th, ’20, 12:44
by Marko
Why not just restricting it to Calculator (no need for long press)?

Shortcut: NumLock
Type: Command
Command:

Code: Select all

Send {Escape}
Window: Calculator

Re: NUMLOCK help

Posted: Feb 16th, ’20, 02:25
by TokyoMike
Marko wrote: Feb 15th, ’20, 12:44 Why not just restricting it to Calculator (no need for long press)?

Shortcut: NumLock
Type: Command
Command:

Code: Select all

Send {Escape}
Window: Calculator
As usual, your solution is much simpler and elegant than mine! Thanks! This works perfectly.