Question about keyboard C64 in VICE

Hi, a very handy solution for using many games in the Vice Core is setting the controller to behave like a keyboard and mapping as needed. For example, setting Y Button is Keyboard_SPACE, or B Button as Keyboard_ENTER

However, the C64 has some special keys like RUN/STOP and RESTORE which I don’t know how to set this way, since there is no Keyboard_RUNSTOP or Keyboard_RESTORE.

Any ideas?

Thanks in advance.

The keys are listed here: https://docs.libretro.com/library/vice/#keyboard

RUN/STOP is Escape and it is already mapped by default to L2. RESTORE is PageUp.

Many thanks, I’m really ashamed I did not read that before.