Create the following easy Autohotkey script: SetTitleMatchMode, 2 #IfWinActive, Microsoft Excel { LAlt & Tab:: Send, {Alt Down}{Tab}{Tab}{Alt Up} Return } #IfWinActive Put it in the Windows autostart and it works like a charm!! Reply robs.rectangle@gmail.com says: February 9, ...
Install AutoHotkey_L Double click on "AutorepeatScript.ahk" to enjoy much fast arrow-keys (or put the file into your autostart-folder) (You can adjust the repeat delay and rate in the script, see '; Configurable by user'). Hope this helps! Share Improve this answer Follow a...
' NOTE: if you want to run something before starting pstart, do it below this line. (guide to running programs is at the end of the script) ' Now lets run pstart, and wait for it to exit before we continue objShell.Run strdriveletter & "\PRG\Autostart\pstart.exe", 1, TRUE ' ...