I have created three keyboard shortcuts to right-click menu items on my Mac that work in any application:
When text is selected:
Capitalize is Ctrl+C
Make Lower Case is Ctrl+L
Make Upper Case is Ctrl+U
Makes sense but now that is laid out I'd like to create an Applescript to invoke these shortcuts with just the CAPS key.
What I'd like is:
When text is selected:
Double-click CAPS invokes Ctrl+C
If text is UC single click CAPS invokes Ctrl+L
If text is LC single click CAPS invokes Ctrl+U
Otherwise CAPS acts as normal.
Is there a way to do this? Keyboard Settings wouldn't allow me to use CAPS as a hotkey/shortcut.