I would like to have some way to drag and drop multiple files easily with “only a mouse” ie no keyboard.
I have written an applescript in extra suites to make this happen.
In the mouse control panel I select the applescript app and assign it to the right click button on my magic mouse.
This is the coding
tell application "Extra Suites"
ES click mouse
ES shift down
end tell
I then try to touch the first file with the left mouse button then click the last file with the right button, however it just clicks the second with no multiple files selected.
Is this the right approach or is there an easier way to select multiple files and drag them to another location without having a keyboard to push the shift key?
Why is the coding not selecting the shift down?