All of my Context Menu keyboard shortcut letters keep changing after installing the latest versions of Directory Opus. I create my own custom Context Menu entries and their keyboard shortcuts by editing the registry directly. It seems that after version 13.7 (?), the shortcuts started changing on their own - Directory Opus no longer uses my shortcuts anymore.
For example, I have a Resource Hacker menu entry that always activated for any file type using the letter R.
My registry key looks like this:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\&Resource Hacker]
"ICON"="D:\\Resource Hacker\\Resource Hacker.ico"
"POSITION"="TOP"
[HKEY_CLASSES_ROOT\*\shell\&Resource Hacker\Command]
@="\"D:\\Resource Hacker\\ResourceHacker.exe\" \"%1\""
I've also noticed that the shortcut changes when right-clicking on different file types:
- If I right-click on an .exe file, the shortcut becomes H (when I want it to be R).
- If I right-click on an .ico file, it becomes o.
How do I make Directory Opus use my desired shortcuts?