Keyboard Shortcut for File> New> Text File

I was wondering if there is a way of assigning a keyboard shortcut to File> New> Text File?

I assume there's not many people interested in creating empty text files but it suits my work flow for some projects. I've devloped a Quickey (Startley) shortcut as makeshift short term solution but would prefer a solution that was embedded in Opus like New Folder is.

Go to Customize -> Keys and create a new hotkey with the command Filetype NEW=.txt.

Jon,

Thank you. It worked. I used the following to create my empty text file.

FileType NEW=.txt NEWNAME=NullTextFile.txt

Until today I didn't know anything about the Opus command language. I'm very impressed.

(PS: For anyone following this thread, choose Customise from the Settings menu to access the Command language area. Read help on Predefined Commands and Opus Raw Commands for further information.)