VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
68 stars 22 forks source link

Tabs quit working on some Dialogs #166

Closed ejaquay closed 3 months ago

ejaquay commented 9 months ago

A side effect of making some config dialogs truely modeless (so they close properly on VCC exit) is "Tab" for moving between controls and "Enter" for activating the default push button no longer works. The fix is to hook the dialog event handler to capture and handle these keystrokes where needed. See the new "Disassembly Window" for a way this can be done.

ejaquay commented 3 months ago

These will be fixed when specific instances are reported to be an issue