Closed dylman123 closed 4 years ago
Look at implementing a mix of NSWindow and HotKeys. Maybe this will allow for greater customisation of keyboard presses...?
maybe put all keyboard presses in NSWindow except for the return key which can override the text field with HotKey??
Also can finesse the clicking into the textField based on the current app state mode.
Figured out that it's better to have most keyboard shortcuts handled by NSWindow. Then to override part of the TextField, I used the onCommit arg. And for some extra control, I used HotKeys for escape and tab keys.
The use of keyboard shortcuts will allow for a TextField or TextEditor input for the caption text!