When I launch qemu-pebble with the --vnc option(VSCode plugin Emulator button), I get the following error:
Error: Exit code 1
qemu-pebble: -vnc :1,key-delay-ms=0: could not read keymap file: ‘none’
In qemu-pebble 10.1.5-pebble5, keymaps are no longer included, and the format seems to be slightly different. …or so Claude Code told me.
Because of this, I couldn’t start the emulator using the VS Code plugin, which was a problem.
I asked Claude Code for help, and it seems they copied the keymap from an older SDK version (4.9.148 / qemu-pebble 2.5.0-pebble8) and fixed it nicely. The emulator ran fine after that, but I’m not entirely sure how it was done.
Are there any plans to fix this?
By the way, when I tried to create an issue at GitHub - coredevices/qemu: QEMU, but Pebble · GitHub , it seemed like there wasn’t an open issue yet, so I posted it here instead. I apologize if this isn’t the right place to post this.