jhuscott / virtualc64

Automatically exported from code.google.com/p/virtualc64
0 stars 0 forks source link

Keyboard mapping #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Work with a keyboard layout other than german layout (I use the american
version)

2. What is the expected output? What do you see instead?
It is not possible to enter a ". z and y are switched, I haven't tried all,
but I think there will be more unreachable characters.

What version of the product are you using? On what operating system?
V64, Beta 8, OSX 10.5.7

Please provide any additional information below.
Your keyboard mapping seems to be hardcoded for german layout only.

Very nice project indeed.
Thanks
kp

Original issue reported on code.google.com by elkpit...@gmail.com on 3 Jul 2009 at 9:32

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out!

Original comment by dirk.hof...@gmail.com on 3 Jul 2009 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by dirk.hof...@gmail.com on 3 Jul 2009 at 5:51

GoogleCodeExporter commented 9 years ago
Perhaps this is obvious, but I just want to register that this bug basically 
makes the emulator unusable for 
American users, since it's impossible to type LOAD "*",8,1 for disk images.

Original comment by matthew....@gmail.com on 19 Aug 2009 at 2:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi.

This is a great project.

I have made code changes to get the keyboard working on my MacBook Pro, US 
keyboard. I am running OSX 
Snow Leopard.

On github.com I have created my own branch from rev131. Also I fixed some 
compiler warnings and errors in 
my XCode version 3.2. The repository is publicly available here:

http://github.com/carld/VirtualC64Hacks/

I did not register the VirtualC64 project name so that it is available for D. 
Hoffman.

PS I have built the app with my change - it can be downloaded here:

http://cloud.github.com/downloads/carld/VirtualC64Hacks/VirtualC64.dmg

Thanks

Original comment by carl.dou...@gmail.com on 8 Sep 2009 at 8:47

GoogleCodeExporter commented 9 years ago
Internally, standard characters are now identified by their ASCII value and not 
by their keycode. The emulator is 
now compatible with both german and US keyboards (thanks, Carl, for fixing this 
issue!)

Original comment by dirk.hof...@gmail.com on 27 Sep 2009 at 11:12