On 09/10/2015 08:09 PM, Tom Breton (Tehom) wrote: > Key shortcuts are unfortunately set in stone at compile-time. It's in > data/rc/ in the source code if you want to play with it.
Rosegarden used to get a free shortcut editor from KDE. When we ported to Qt, we never implemented our own shortcut editor from scratch, so this was a regression compared to the original KDE version. Unless someone comes along who wants a fancy shortcut editor badly enough to write one, what we have is the following workaround (on Linux... I have no idea how to translate this to Windows): Obtain a copy of the source code Create the ~/.local/share/rosegarden/rc directory Copy data/rc/*.rc from the source directory into the newly created ~/.local/share/rosegarden/rc directory Edit to taste with any text editor, being careful not to break the XML tags in so doing Rosegarden now runs with your local modified rc files, with no need to recompile. This is inconvenient, crude, and error prone, but at least it works. I tested the procedure just now, and my notation editor says "RABID TACO MONKEYS FTW!" instead of "Add accent." No recompile necessary. -- D. Michael McIntyre ------------------------------------------------------------------------------ _______________________________________________ Rosegarden-user mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-user
