My laptop has only one 'enter' key, though it seems it acts
like it was the numeric pad enter key. So I can do nothing
under Fuse, neither type BASIC lines nor accept menu entries.
This is happening on Ubuntu and Fedora with the packages
available on the website, but not Windows.
I had this same problem with the openMSX emulator and could fix it
by touching the configuration so it 'maps' the enter key to the
right one, but I can't find any Fuse configuration file nor
documentation about it anywhere.
Anyone?
Thanks in advance,
//.arce
This is most easily dealt with by using xmodmap to remap the keypad
enter key to produce the same character as the return key on a normal
keyboard with a command similar to:
$ xmodmap -e "keysym 104 = 0xff0d"
The development version of Fuse will respond to both keys.
Fred
Thanks, Fred, that's more or less what I did!
//.arce