can applescript get any other clipboard item other than the last one?
Which other item? The clipboard contains only one item
I did not intend to take the meaning of “clipboard”, literally.
I meant the item which was previously the clipboard.
e.g.
if i do Cmd+C after selecting “a”, then “a” becomes my clipboard
after that
if i do Cmd+C after selecting “b”, then “b” becomes my clipboard
now i want applescript to get “a” for me
is that possible?
(Why I want to do that is a long story :))