Page 1 of 1

Suspend Hotkeys when mouse cursor is a caret  Topic is solved

Posted: 23 Nov 2021, 01:13
by SteveMylo
SOLVED! (see script below)
I have hotkeys MANY hotkeys that I use all the time in my editing program Davinci Resolve, is there a way to suspend hotkeys when the mouse turns into a caret in a text field? Cause that get's really annoying.

Please note, DaVinci Resolve is one of those rare programs that hide their Menu's, Controls, Edit boxes, ClassNN's and well, everything! and no there isn't a client window for that part of the program, it's just one block, one window.
See pic attached: Image


I figure having an image search constantly looking for a caret 10 hours a day is too much.

I have a 'suspend all' hotkey script that works on all my scripts..... but I want to suspend hotkeys when the mouse pointer turns into the caret, is that possible?

This is the normal 'suspend all script' I have below but obviously needs a hotkey. I'll paste it below anyways.

Code: Select all

#If ( A_Cursor != "IBeam" )

w:: ; hotkey to not work when cursor is a caret

#If