You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: