vc64web / virtualc64web

vc64web - Commodore C64 Emulator for iPad iPhone Android and the Web with CSDb access for thousands of demos at your fingertip.
https://vc64web.github.io/doc/about.html
GNU General Public License v3.0
44 stars 4 forks source link

improve mapping of (short cut) keys #197

Closed mithrendal closed 1 year ago

mithrendal commented 1 year ago

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 keyboardinstead of a visible character.

Lets do it 😀

mithrendal commented 1 year ago
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 😎

mithrendal commented 1 year ago
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. 😎