barotto / IBMulator

The IBM PS/1 emulator.
https://barotto.github.io/IBMulator
GNU General Public License v3.0
112 stars 4 forks source link

Alt-Tab emulation #56

Closed vinriviere closed 2 years ago

vinriviere commented 3 years ago

First of all, hats off for this great emulator! Very intuitive to use. I just love the sounds.

My question: When running IBMulator on Windows, is it possible to simulate Alt-Tab inside the emulator? Because when I run i.e. Windows 3.0 and I press Alt-Tab, that keystroke is handled by the Windows host, not the emulator.

barotto commented 3 years ago

I'm afraid it's not possible rn. (I didn't even know alt-tab was a valid combination in Win 3.0 so it didn't occurred to me to implement it in the emulator...) Thank you for pointing it out though, I'll add this combination to the next version. Or maybe I'll finally implement a proper key mapper!

vinriviere commented 3 years ago

Thanks! For sure Alt-Tab was used by Windows 3.1. That's a key feature to switch between different MS-DOS tasks. I'm not sure about Windows 3.0, this is why I wanted to try. Another one, very useful, is Alt+Enter to switch MS-DOS sessions between fullscreen and windowed. Unfortunately it is not usable in the emulator, for same reasons.