Apple "option" keyboard shortcuts and touch typing

I had a similar issue but solved it in a different way.

I simply "modified" the keyboard layout to the level it suits my needs and uses.

If you press and hold a certain key example "a" a pop up will show me all options for it.

pop up

Here is how it works.

Find a file in /System/Library/Input Methods/PressAndHold.app/Contents/Resources that is your keyboard Keyboard-??.plist (in my case it is called Keyboard-de.plist (German keyboard)

Copy that file to your Desktop (to modify it) since you can not modify the original file.

Open it (it will open in Text mode)

Find for example the "c" it looks like this (and I added the Portuguese ç)

<key>Roman-Accent-C</key>
    <dict>
        <key>Direction</key>
        <string>left</string>
        <key>Keycaps</key>
        <string>C Č č Ç</string>
        <key>Strings</key>
        <string>C Č č ç</string>
    </dict>

now add any "c" accents you like to use (Open the Character Viewer and find it) and just drag it over to the text file.

Once done replace the original keyboard-??.plist file with yours.

Now you have a highly customized keyboard specific to your uses, and no need to remember some finger breaking key combination to get it.