Quote:
|
Originally Posted by Robb
Quote:
|
Originally Posted by Robb
#IfWinActive ahk_class QWidget
|
I think this makes the script unstable - don't use it until I figure what conflict I'm generating in my scripts. Besides, I'm working on a "note taking" script that could simply remap the space bar while the note window is open (or pause the other script) along with opening and positioning the note window away from the most active stacks.
|
If you add your line to the top of the script, it would be best to take out my "Class_Name=QWidget" line.
I also have the following two lines for each hotkey in the script, which check against the variable set up by the "Class_Name=QWidget" line:
WinGetClass, class
If class=%Class_Name%
Adding your line to the top of the script will make any hotkeys that are physically lower down the script, context sensitive, so you wouldn't need to have my two lines of code in there.
I'm looking forward to hearing more about your note taking script.