Help! I've lost the key command for "move" :-)

Please,
there was a command that seemingly moved a note to the right or left the amount of it’s own duration, yes?
I started customizing my key commands and seem to have lost this very useful function! :blush:
What is it called in the KC editor?

Anybody?
Thanks, Benji

Are you editing the .json file? I don’t think it’s editable through the UI.
I belive this is the command in the .json file:

               {
                  "EventEdit.Move?Direction=Right" : [ "Alt+Right", "Alt+Num+Right" ]
               },
               {
                  "EventEdit.Move?Direction=Left" : [ "Alt+Left", "Alt+Num+Left" ]
               },