Auto Hot Key is a very useful tool for setting up shortcuts.
Some of the shortcuts I've set up are below. Note that many are specific to my monitor size. ; version 0.06 ::hs::&showheader=@headerfrequent ::4z::for z = lbound(a) to ubound(a):? z,a(z):next ^J:: ; Use Ctrl+J to start/stop Movies & TV application and not leave outlook as activewindow ; I changed from Ctrl+H to J because I save not having to move index finger WinActivate, ahk_exe ApplicationFrameHost.exe WinWaitActive, ahk_exe ApplicationFrameHost.exe Sleep, 200 WinGet, ID, ID, A Send, {SPACE} CoordMode, Mouse, Screen ; Outlook notes full screen on left ; below will activate the window ; for import ; useful for edit coment window ; Click, 897, 586 ; use for minute click caption Click, 616, 10 return ^O:: ; Use Ctrl+O to start/stop Movies & TV application and not leave outlook as activewindow ; I changed from Ctrl+H to J because I save not having to move index finger Click, 1894, 512 ;Sleep, 200 WinGet, ID, ID, A CoordMode, Mouse, Screen ; Outlook notes full screen on left ; below will activate the window ; for import ; useful for edit coment window Click, 616, 10 ; use for minute click caption ; Click, 616, 10 return ^+J:: ; Use Ctrl+J to start/stop Movies & TV application and not leave outlook as activewindow ; I changed from Ctrl+H to J because I save not having to move index finger WinActivate, ahk_exe ApplicationFrameHost.exe WinWaitActive, ahk_exe ApplicationFrameHost.exe Sleep, 200 WinGet, ID, ID, A Click, 529, 593 CoordMode, Mouse, Screen ; Outlook notes full screen on left ; below will activate the window ; for import ; useful for edit coment window ; Click, 897, 586 ; use for minute click caption Click, 616, 10 return ^H:: Send Health -{SPACE} ::wb::Productivity - clean up whiteboard ::pr.::Productivity -{SPACE] ::lola::Home - Health Fun - take Lola for a walk and podcast ::br::Needs - br2 ::tt:: ::ih::indiehackers.com ::nap::Needs - Take a nap ::pds::15min - Prev Day's Summary aka PDS aka postmortem ::rd::RuleDiet - ::ec::asp,http://t2do.com/editprog.asp?prog= ::ck::Home - Clean Kitchen and make coffee ::dc::Declutter - ::pro.::Procrastinate - ::jog::Health - Fun - Jog and podcast ::bike::Health - Fun - Bike and podcast ::brk::Health - Take a break ::5w::Who:{Enter}What:{Enter}Where:{Enter}When:{Enter}Why:{Enter}How:{Up} :: ^T:: Send 15min -{SPACE} ;^I:: Send Work - IBOR -{SPACE} ;^+d:: Send {DELETE}{DELETE}{DELETE}{DELETE}{DOWN} ::tbl:: ^+SPACE:: Winset, Alwaysontop, , A ^+M:: Send, {Space}{Delete}{End} TargetTitle := "15minlog2" #IfWinExist, ahk_exe chrome.exe ^+L:: WinActivate, ahk_exe chrome.exe WinWaitActive, ahk_exe chrome.exe Sleep, 2000 WinGet, ID, ID, A Send, ^1 return ^W:: Send, Work -{SPACE} ; Ctrl+Shift+T - random select and autotrack ^+P:: WinActivate, ahk_exe chrome.exe WinWaitActive, ahk_exe chrome.exe ControlClick, X863 Y278 Sleep, 500 Send, ^1 Sleep, 500 ControlClick, X206 Y401 ;^+T:: ; video related to play/pause ; WinActivate, ahk_exe chrome.exe ; WinWaitActive, ahk_exe chrome.exe ; ControlClick, X870 Y281 ; Sleep, 500 ; Send, ^1 ; Sleep, 500 ; ControlClick, X202 Y326 ^+V:: ;WinActivate, ahk_exe ApplicationFrameHostchrome.exe ;WinWaitActive, ahk_exe ApplicationFrameHostchrome.exe CoordMode, Mouse, Screen Click 2167, 847 ;Sleep, 500 ;Send, {Space} Sleep, 100 Click, 584, 10 |