NUMLOCK help

Discussion, questions and support.
Post Reply
TokyoMike
Posts: 35
Joined: May 10th, ’18, 07:01

Post by TokyoMike » Feb 15th, ’20, 01:07

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!
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » 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
TokyoMike
Posts: 35
Joined: May 10th, ’18, 07:01

Post by TokyoMike » Feb 16th, ’20, 02:25

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.
Post Reply