Assume I am placing a user entry in my “Main.sublime-menu” and the “args” assignment of that entry is relatively long.
If I want to create a keyboard shortcut to the same command, I have to repeat essentially the whole block (in particular, the whole content of the “args” dictionary) in my “Default (Linux).sublime-keymap”.
Is there any way to avoid the redundancy in this situation?