search for: ifwinactive

Displaying 3 results from an estimated 3 matches for "ifwinactive".

2009 May 27
1
a simple trick to get autoclose parenthesis on windows
...(http://autohotkey.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 Cogni...
2009 Sep 16
2
EVENT_event_to_vkey and keyc2vkey
I need access to either the array keyc2vkey or the function EVENT_event_to_vkey in wine/dlls/winex11.drv/keyboard.c from a wine application. Any idea on how to get at these from a normal winelib app? or how i could compile variations of these functions into a shared library instead of a driver... Thanks
2009 Jun 01
1
installing sn package
...(http://autohotkey.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 Cogni...