How to add 'swap' with Marks when using 'shortcut userCustomized' #962
-
I know that it is easy to swap the case letter for using local and global marks like this:
However, I am using Marks via a shortcut I have the following, and it works normally.
But when I add swap like this
It gives an error saying incorrect command entered.
This does not give an error but has no effect i.e. local and global marks casing is not switched. I would very much appreciate any answers or hints. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Um...
All following items are "command parameters", and their syntax is |
Beta Was this translation helpful? Give feedback.
-
It works -- thank you very much @gdh1995 |
Beta Was this translation helpful? Give feedback.
Um...
shortcut xxx command="yyy"
is just likemap <some-shortcut> yyy
, so you just need:All following items are "command parameters", and their syntax is
name=JsonValue
, likeswap
,swap=false
andswap="123"