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

MacOS has no keyboard handling? #926

Open
g40 opened this issue Mar 22, 2023 · 1 comment
Open

MacOS has no keyboard handling? #926

g40 opened this issue Mar 22, 2023 · 1 comment

Comments

@g40
Copy link

g40 commented Mar 22, 2023

On Windows 10 the `web view has a keyboard handler which means tab and space bars work as expected for shifting focus between buttons etc.

On MacOS this is not the case. Does the OSX build require the equivalent of Windows ::SetFocus(HWND))) ?

What OS are you using (uname -a, or Windows version)?

Catalina

What programming language are you using (C/C++/Go/Rust)?

C++

What did you expect to see and what you saw instead?

@SteffenL
Copy link
Collaborator

SteffenL commented Aug 16, 2023

By default, macOS limits keyboard navigation to text boxes and lists. To navigate between buttons you need to enable it in the keyboard shortcut settings in macOS.

If that doesn't help then try to check the Safari accessibility settings and enable tab to highlight items.

I'm not sure how much of this applies to web views but that's something we can look into if neither of the above suggestions help.

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

No branches or pull requests

2 participants