randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
488 stars 59 forks source link

Can't assign Alt_L key in rpi_sym.vkm #71

Closed dabonetn closed 5 years ago

dabonetn commented 5 years ago

Trying to change the keymap to suit me, I can't get Alt_L seen by bmc, it doesn't seem to understand this key.

Example

Alt_L 7 7 8 / Alt_L = Run Stop /

Doesn't work, but

F11 7 7 8 / Alt_L = Run Stop / Works with F11 as runstop.

Do I have the keysym code wrong?

Thanks.

randyrossi commented 5 years ago

Yup, I just looked. I'm incorrectly using the WINDOWS key as alt left. So if your keyboard has a windows key, you can use that temporarily. I'm releasing an update in a couple days so I will include the fix for this. I'm also going to clean up the key names. It's a mess so it makes making key sym files confusing. Thanks!

On Wed, Sep 11, 2019 at 4:00 PM dabonetn notifications@github.com wrote:

Trying to change the keymap to suit me, I can't get Alt_L seen by bmc, it doesn't seem to understand this key.

Example

Alt_L 7 7 8 / Alt_L = Run Stop /

Doesn't work, but

F11 7 7 8 / Alt_L = Run Stop / Works with F11 as runstop.

Do I have the keysym code wrong?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/71?email_source=notifications&email_token=AAI3HKHGBSZQLYJAV46MJKDQJFE6PA5CNFSM4IVYIU4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HK2AXTA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAI3HKCU5ALSBMIWUWUFNPLQJFE6PANCNFSM4IVYIU4A .

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

randyrossi commented 5 years ago

This should be fixed now.