Hi
Is there anyway I can catch the keystrokes?
I want to do some action when I enter F1+ a keystroke (.eg. F1G)
*This post is locked for comments
You can override the task method on a form. There are only some key combinations that you can use (in the Task macro)
public int task(int _p1){ #task int ret;
if (_p1 == #taskF1) { // This happens when the user hits F1 }
ret = super(_p1);}
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Community Member 4
Nayyar Siddiqi 2
NNaumenko 2