dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
351 stars 33 forks source link

Keyboard #737

Closed bnice closed 1 year ago

bnice commented 1 year ago

Hi Dirk,

I am concerned you are removing the support for the touch bar, for a lot of users will still be using Macs that still have the touch bar. I also haven't been able to figure out what the key is for c64 "restore"? An idea might be to display the keyboard key or key combination for the Mac when the user hovers the mouse point over the c64 key on the keyboard dialog on a line at the bottom of the dialog or something? Lastly, It would be nice if the c64 run stop was mapped to the esc key or in general use the same keys as Vice consistence all is ways is nice users.

Ben.

dirkwhoffmann commented 1 year ago

Touch Bar support is unlikely to come back. There are two reasons for this. The first one is simple: My current development machine doesn't have a TouchBar any more, so I can't test this feature. The second reason is that I don't want to spend too much time on Mac-only features any more. This is because I'm still thinking about moving away from the Mac platform (at least in a long term).

bnice commented 1 year ago

Okay, far enough about the Touch Bar it has go at sometime, so it may as well be now especially if you can't test it..

dirkwhoffmann commented 1 year ago

I've added the ability to map the left or right CMD key to Commodore, RunStop, or Control. This makes it easier to handle keys that don't have counterparts on modern keyboards.

Bildschirm­foto 2022-12-28 um 17 05 44

In addition, I've ported the caps-lock option from vAmiga.

dirkwhoffmann commented 1 year ago

v4.6b1 is online.