Key commands from DTP (2016)

Hello. I wrote an AppleScript five years ago to suck notes from Sente into DTP2. It contains key commands via System Events. It must be that the commands have changed, since the script crashes on these. I cannot find a 2016 DTP2 user manual.

Could someone link me to either the old user guide PDF or to any other list of key commands from back in ye olden days?

Please post the script

```
script

```

Hello! It’s CMD-4. That’s the offending command. Can you remember what it did?

Here:

tell application “System Events” to keystroke “4” using command down

As far as I remember this switched to either split view or three-pane view. A script which just imports items should rarely need this.

Vielen Dank! I should have made better comments, for the future’s sake.