Hi all,
I'm trying to find a Keyboard Maestro solution to this annoying issue that occurs in Outlook in Chrome.
In summary, when you press the Option key in Outlook, it displays letters that can be used to navigate the menus, e.g.:
And apparently, there's no way to disable this setting...
In my case, I have remapped a bunch of Command+<key>
shortcuts to Option+<key>
using Keyboard Maestro, e.g. ⌘+c --> ⌥+c for copy, etc. This means that when I'm in Outlook and I go to copy or paste something, the command is interrupted by the annoying Outlook shortcut that can't be disabled.
Given this background, here's what I'm hoping to do:
- Disable the option key specifically in Outlook tabs in Chrome only when it is pressed by itself. (My (possibly ill-founded) hope is that when it is pressed with a second key, it won't trigger the annoying Outlook shortcut).
Per this post, I was thinking that I could add an If Then Else action to limit the macro to Outlook tabs in Chrome; however, it seems that you can't use only a modifier key as the hot key trigger in a macro.
Any other ideas are welcome!