pebble / qemu

Pebble fork of qemu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaling key presses are wrong

unwiredben opened this issue · comments

The sdl.c code intercepts Ctrl+Alt+Plus and Ctrl+Alt+Minus to let the user adjust scaling while the emulator is running. However, the key codes it uses don't work right. On my US keyboard, it was Ctrl+Alt+] that scaled up and Ctrl+Alt+/ that scaled down. A Mac used on the #pebble Slack chat room reported that none of those worked. Making this saner would be very useful.