backspace deletes without confirmation

backspace deletes a document or a group without confirmation.

How can i change this in order to have DTPO asking “Sure taht you want delete?”?

Thank you very much

By default an alert should be displayed (contrary to pressing Cmd-Backspace) but this alert can be disabled. But the item isn’t deleted, it’s moved to the trash. And emptying the trash moves the documents to the Finder’s trash so that accidentally deleting stuff is quite unlikely.

Anyway, entering the following command in Terminal.app…


defaults write com.devon-technologies.thinkpro2 DontAskBeforeTrashing -bool FALSE

```...should reenable the alert.

Thank you very much, this worked.

Perhaps it would be good to have an option in the Preferences in future versions?

Thank you