search for: ahk_class

Displaying 2 results from an estimated 2 matches for "ahk_class".

Did you mean: a_class
2009 May 27
1
a simple trick to get autoclose parenthesis on windows
...hotkey.net) to provide this functionality. Simply put the below code in a text file, rename extension as .ahk and doubleclick on it to execute. ------------------ code starts here 8< ------------------ ; Vanilla R ; ============================================================= #IfWinActive, ahk_class Rgui ; autoclose parens (::Send (){left} "::Send ""{left} return ------------------ code ends here 8< ------------------ Silly, but I find it very convenient. Best, -Jose -- Jose Quesada, PhD. Max Planck Institute, Center for Adaptive Behavior and Cognition -ABC-,...
2009 Jun 01
1
installing sn package
...hotkey.net) to provide this functionality. Simply put the below code in a text file, rename extension as .ahk and doubleclick on it to execute. ------------------ code starts here 8< ------------------ ; Vanilla R ; ============================================================= #IfWinActive, ahk_class Rgui     ; autoclose parens     (::Send (){left}     "::Send ""{left} return ------------------ code ends here 8< ------------------ Silly, but I find it very convenient. Best, -Jose -- Jose Quesada, PhD. Max Planck Institute, Center for Adaptive Behavior and Cognition -ABC-,...