Shortcut for custom commands

Hi, is it possible to define shortcut for commands defined by myself?

For example, I defined following command for me to quickly insert a reference copied in PDF:

:commands [
    ["PDF Link" [[:editor/input "[📌]((()))" {:backward-pos 3}]]]
 ]

Is it possible to define a shortcut for it?