I don't want hotkeys to fire up when this or this is happening. How can I do that?
Something I'm expecting:
#IfWinActive ahk_exe Explorer.exe
.::
if(!namingfile){
run, "C:\Users\david\AppData\Local\Programs\Microsoft VS Code\bin\code"
}
return
#IfWinActive
How do I check for !namingfile
?
EDIT: I forgot to mention I also want it to ignore in the file address bar. I guess it should try to detect if I'm editing some text? I'm trying to achieve this question.