improve mapping of (short cut) keys
Closed this issue ยท 2 comments
mithrendal commented
currently we got this
the problem ist that the input field currently only accepts one character. Mapping Escape
to run stop for example is not possible because Escape
is not a character but a key on the keyboard. So what the user rather wants here is to map a key on the keyboard
instead of a visible character.
Lets do it ๐
mithrendal commented
also additionally added a selection box where we can now show a list
of all action buttons and switch to them.
published to https://vc64web.github.io ๐
mithrendal commented