Lukas Holecek
Lukas Holecek
Is this still an issue? Sorry, I have not been able to look into this yet.
The latest [Move to Trash](https://github.com/hluk/copyq-commands/tree/master/Application#undoable-move-to-trash) command will move any removed item to the separate `(trash)` tab (not only if the item is removed with Delete key or Remove from menu/toolbar)....
Ah, I forgot there is a predefined command "Move to Trash" in the app. It a very simple alternative that works only from menu or if you press a custom...
You can use an older version of the command, which moves to trash only on a custom shortcut: https://github.com/hluk/copyq-commands/blob/6dc0439f7ff8d660d7d1bee019ee94860a3dd068/Application/undoable-move-to-trash.ini
Not sure what do you mean. More complex commands are available in the [copyq-commands](https://github.com/hluk/copyq-commands) repo instead of the app itself, because changing the built-in commands requires releasing a new version...
"Move to Trash (Undoable)" basically works by connecting to "item-removed" event, there is no simple way around this (a shortcut cannot be assigned here). You can add a **new command**...