libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

DOSBox Shortcuts not working #105

Open angomania opened 5 years ago

angomania commented 5 years ago

The original Dosbox shortcuts are ot working. For example CTRL+F4 (change a CD).

I´m loading every game with it own config. For example this is my warcraft 2 config:

[autoexec]
keyb.com GR 437
mount C ".\_roms\dosbox"
imgmount D ".\_roms\dosbox\war2\CD\wc2.iso" ".\_roms\dosbox\war2\CD\wc2exp.iso" -t iso
C:
cd \war2
WAR2.EXE
exit

The CD change in original dosbox is working fine with CTRL+F4.

andres-asm commented 5 years ago

The "shortcuts" are implemented in the SDL keymapper which doesn't exist here. Someone would have to implement the disc interface for this to work.

On Sat, Sep 22, 2018 at 3:52 AM angomania notifications@github.com wrote:

The original Dosbox shortcuts are ot working. For example CTRL+F4 (change a CD).

I´m loading every game with it own config. For example this is my warcraft 2 config:

[autoexec]keyb.com GR 437 mount C "._roms\dosbox" imgmount D "._roms\dosbox\war2\CD\wc2.iso" "._roms\dosbox\war2\CD\wc2exp.iso" -t iso C: cd \war2 WAR2.EXE exit

The CD change in original dosbox is working fine with CTRL+F4.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/libretro/dosbox-libretro/issues/105, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0HK5QQUAXx0j33Gc1XGG6WA7dBVkks5udfpcgaJpZM4W1LsZ .

angomania commented 5 years ago

Thank you for this info. Didn´t find anything with google ;)

I saw your up-to-date SV build on github. Could you provide a core for RA windows 64bit? (dosbox_svn_libretro.dll). I´m not a programmer :)