How to force file moves into named queue?

Hi, I am trying to use the "QUEUE=MyQueue" command to force file moves initiated by pressing CTRL+2 to always go into the same queue, but I can't get it to work.
In the copy shortcut, CTRL+1, I did this, and it works:

@icon:recursivefilter,COPYFILTER=Toggle
@keydown:none
Copy QUEUE=MyQueue
@keydown:shift
Copy AS

However, in the Move shortcut I have this, which doesn't work:

@keydown:none
@script VBScript
COPY MOVE QUEUE=MYQueue 
@keydown:shift
Copy MOVE AS

I have tried the following, none of which works:

COPY MOVE QUEUE=MYQueue
QUEUE=MYQueue 
COPY MOVE
COPY QUEUE=MYQueue 
MOVE

Can anyone tell my how I should write this, please?
The documentation(I could only find documentation for Copying, not moving...) just says to add QUEUE= somewhere, but not where...

What is @script VBScript doing in there? I don't think you want that.

I didn't actually add that, it came like that. For both commands are as they were when I installed DOpus; the only change I've made was to try to force the queueing...
I'll try removing it though, and see what happens.

Hmmmm, that's odd, it wasn't on my other machine, and after I removed it, "Copy MOVE QUEUE=MyQueue does seem to work...
TBH, I'm not going to say it definitely wasn't an accidental click when looking around at options...
Thanks for your very swift help...