You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyboard mapping is defectuous.
It is impossible to run an application, because " is not printed on screen What steps will reproduce the problem? 1. try to type run" 2. What is the expected output?
run"
What do you see instead?
run# Please use labels and text to provide additional information.
The keyboard mapping is not finished, input.cpp should get the config either from
the Keymap.cfg file or from the wxWindow which handles the input setup. " is typed
with the "é2" key on my french azerty keyboard, but it seems that wxWidgets has
trouble mapping the keys when there are accets on them. Some machines will say it's
key é, and some will say it is "É".
You can alter input.cpp and change the keycode directly if you need it now, or you
can finish the keymapping correctly.
The keymap.cfg is not a complex file, it should not be hard :)
From giot.romain on March 09, 2009 21:52:39
The keyboard mapping is defectuous.
It is impossible to run an application, because " is not printed on screen What steps will reproduce the problem? 1. try to type run" 2. What is the expected output?
run"
What do you see instead?
run# Please use labels and text to provide additional information.
Original issue: http://code.google.com/p/cpcsdk/issues/detail?id=11
The text was updated successfully, but these errors were encountered: