mcdermj / buster

Buster D-Star Reflector Client for MacOS X
Other
15 stars 7 forks source link

Default Hotkey Setting #12

Closed mcdermj closed 9 years ago

mcdermj commented 9 years ago

There is an "unset" X on the hotkey widget that resets it to nothingness. This is bound to the hotkey in the NSApplication subclass. I don't know what it sets the value of the variable to in this state and this could be causing problems for people. Investigate what the value is and fix it so that it defaults to F5.

mcdermj commented 9 years ago

The default hotkey sets the keycode as 0, therefore this shouldn't cause a problem in the new remodel code.