FrodeSolheim / fs-uae

Cross-platform Amiga emulator with a slight focus on gaming, but also with solid support for productivity apps including just-in-time (JIT) compilation.
https://fs-uae.net/
GNU General Public License v2.0
475 stars 95 forks source link

Key presses do not depress when emulator loses focus (Alt+Tab) #350

Open ztronzo opened 2 months ago

ztronzo commented 2 months ago

Alt-Tabbing out of FS-UAE would still be sending the keystrokes Alt and Tab as pressed down, even when the emulator loses focus.. This may cause strange effects when focusing back to the emulator (example: Workbench software, tab selectable menus, CLI etc.)

as a potential workaround, I used: keyboard_key_alt_tab=action_none

So when both keys are pressed at once, they are ignored in the emulator, but they are always performed on the host OS to toggle between apps.