Problem with shortcuts

Suggestions, feature requests and bug reports.
Post Reply
mr9bitbyte
Posts: 35
Joined: Apr 25th, ’23, 17:20

Post by mr9bitbyte » Jun 15th, ’23, 20:04

I have the following shortcut, but its not working. Please see image below, any ideas?
Image
User avatar
Marko
Posts: 1813
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jun 15th, ’23, 20:27

What's not working? What would you like to do?
mr9bitbyte
Posts: 35
Joined: Apr 25th, ’23, 17:20

Post by mr9bitbyte » Jun 15th, ’23, 22:19

the command is not excecuting, like the shortcut is not working. when I press Ctrl+Shift+D nothing happens. All the command is doing is a Ctrl+C and Ctrl+V, thats why is called duplicate.
User avatar
Marko
Posts: 1813
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jun 16th, ’23, 17:36

I think the shortcut is working. Try this code

Code: Select all

Send ^c
Sleep 50
Send {Right}
Send ^v
Post Reply