golang-design/hotkey

Export Hotkeys

Closed this issue · 0 comments

I'd like to save the hotkey struct to a datastore on file so the user dosn't have to re enter the desired hotkey.

Seems like I need to store the hotkey via string function and reconstruct it at runtime?
Would be better to have the fields declared public so I can easily export them