What I'm trying to do is:
set x to current selection, then advance the selection to the next file and then delete x.
I'm doing this because CMD-backspace clears the selection every time and that's annoying!
|
What I'm trying to do is: set x to current selection, then advance the selection to the next file and then delete x. I'm doing this because CMD-backspace clears the selection every time and that's annoying! |
|||||
|
|
I'm a bit confused. When you say 'next file' are you referring to the next file in the selection, or the next file in the whole folder? I'll give you both. Selection
Entire folder
|
|||
|
|
|
You could tell system events to script the keys, such as push the down arrow, then delete by apple (command) + delete |
||||
|
|