For my StrangeLoop workshop I had to do a lot of powerpoint work. To streamline this, I made over 20 AutoHotKey shortcuts to run various ribbon commands. To avoid polluting my keyboard I built them all into a general-purpose system. All shortcuts started by clicking the thumb mouse button and then quickly pressing 1-2 keys in sequence. #IfWinActive ahk_exe POWERPNT.EXE pp_func() { pp_cmd := Map("a2", {cmd: "{alt}adu.2", info: "Set animation time to .2 seconds"} , "fh", {cmd: "{alt}hgoh", info...