pedgarcia / cpcsdk

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

Whatever I type makes the cursor move up #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Caprice
2. Type something, the cursor moves up.
3. Alt+Tab away, the cursor moves up very quickly

What is the expected output? What do you see instead?
Poor typing.

What version of the product are you using? On what operating system?
SVN Trunk, GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by ma...@fsf.org on 29 Oct 2010 at 2:27

GoogleCodeExporter commented 9 years ago
This is because the emulator doesn't find the Keymap.cfg file.

There are several alternatives for now :

 * run "src/caprice" and not "cd src ; ./caprice"
 * have Keymap.cfg in some system dir where the emu will look for it (not sure which path to use here, /usr/share/reloaded/ or ~/.reloaded/ usedto work at some point)
 * Go to the input settings window and redefine the mapping. It will then be saved in the current directory or somewhere else.

Original comment by pulkoma...@gmail.com on 29 Oct 2010 at 10:34

GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 29 Oct 2010 at 10:34

GoogleCodeExporter commented 9 years ago
That works, thank you.

mattl

Original comment by ma...@fsf.org on 29 Oct 2010 at 10:37

GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 29 Dec 2010 at 8:09