Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ztronzo opened this issue Sep 3, 2024 · 0 comments
Open

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

ztronzo opened this issue Sep 3, 2024 · 0 comments

Comments

@ztronzo
Copy link

ztronzo commented Sep 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant