Hi,
just for fun I’ve written a small single-page HTML app which can load Cubase’s “Key Commands.xml” and display it as nice table which you can then print or export or whatever.
Tested with Firefox and Chrome. No idea whether it is useful for anyone (or even me). Sadly it is not possible to use localized descriptions, just the english ones…
I moved my Cubase stuff (including some drum maps) to a github repo:
https://github.com/janminor/cubase
Here is a direct link to the KeyCommands.html app:
https://janminor.github.io/cubase/CubaseKeyCommands.html
Click on the “open file…” button, locate the “Key Commands.xml” file on your hard drive, on Windows it’s in “%APPDATA%\Steinberg\Cubase 10.5_64”(or the respective version, e.g. “9.5_64”). On a Mac, look in “/Users/[username]/Library/Preferences/[program name]/”.
And here the GenericRemote.html app:
https://janminor.github.io/cubase/CubaseGenericRemote.html
You first need to export the config you want from the “Generic Remote” Dialog in Cubase to an xml file and then open that in the web page.