I'm using autohotkey and have a wonderful script setup (CTRL-SHIFT-O) that I want to be able to call from an icon on the Outlook Ribbon.. So I want to create a macro that essentially types a key combination that autohotkey is waiting for.. I've tried SendKeys and it doesn't send ctrl-shift-O to the point where autohotkey sees it as me pushing them. It must stay internal to Outlook.. is there a workaround?