I have many hotkeys to navigate chrome very efficiently but they get in the way when I try to type anything anywhere.
Can't figure out how to have autohotkey respond to a textfield being active or to the cursor caret being in effect
I've tried using (!A_CaretX) but I'm not really sure how to.
For example, I want it so when I press "d", it opens a new tab, however when in a text field, I'll probably want key press "d" to output character "d" instead of opening a new tab. Toggleing "suspend mode" through other hotkeys is out of the question.
I also need the hotkeys to go back to working as soon as I'm outside a text field