vc64web/virtualc64web

improve mapping of (short cut) keys

Closed this issue ยท 2 comments

currently we got this

image

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 ๐Ÿ˜€

image

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 ๐Ÿ˜Ž

image

To create a keyboard mapping without any visible button one can drag the action button into the offscreen so that it becomes invisible.

With the newly invented reset position button the user can make it visible again. ๐Ÿ˜Ž