I have the following shortcut, but its not working. Please see image below, any ideas?
Problem with shortcuts
-
- Posts: 35
- Joined: Apr 25th, ’23, 17:20
What's not working? What would you like to do?
-
- Posts: 35
- Joined: Apr 25th, ’23, 17:20
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.
I think the shortcut is working. Try this code
Code: Select all
Send ^c
Sleep 50
Send {Right}
Send ^v