indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 18 forks source link

Feature Request: Generic keybinding interface and menu #16

Open indigodarkwolf opened 3 years ago

indigodarkwolf commented 3 years ago

This seems like a fairly bog-standard feature and idea, since there are other things where keybinds may be useful, add a generic interface for mapping key bindings to specific features, actions, and toggles.

This could, and maybe even should, include the debugging keys on the ASM Monitor window.