I'd like to delete the latest entry from the clipboard history, is that doable using AutoHotkey?
To be specific, suppose I have run Clipboard := "foo"
, I want to remove the "foo" entry from the clipboard history.
I'd like to delete the latest entry from the clipboard history, is that doable using AutoHotkey?
To be specific, suppose I have run Clipboard := "foo"
, I want to remove the "foo" entry from the clipboard history.