I have a keyboard shotrcut set up to enter \[LeftDoubleBracket] and \[RightDoubleBracket] (I use Command-[). It's the only custom shortcut I use but I came to depend on it so much that it bothers me to no end when it's missing.
I add this shortcut by modifying the KeyEventTranslations.tr in the installation directory. This means that whenever Mathematica is re-installed or updated, I need to redo the modification.
Is there a way to add these shortcuts without modifying anything in the installation directory? It's been suggested to me to just copy the modified KeyEventTranslations.tr file to $UserBaseDirectory, but I'd rather not have the
complete file there: I'm worried that if a newer Mathematica changes things in this file, the older KeyEventTranslations.tr in $UserBaseDirectory would override these changes. I'm also worried because I have several versions of Mathematica installed and there might be differences between their KeyEventTranslations.tr files.
To sum up, Im looking for a way to add these shortcuts by putting something in $UserBaseDirecory only (not the installation directory),
without the risk of overriding other shortcuts.