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
Hi, I was browsing through the issues the other they and I found this PR which in theory added keyboard event support, I've been trying to get it to work to add keyboard shortcuts to my app, but no matter what I do, I get no events whatsoever:
// my root window View<Viewstyle={tw('flex-row h-full')}focusablevalidKeysDown={['c']}onKeyDown={e=>{console.warn('key down');}}>
Am I doing it wrong, or is this really not working?
Expected Behavior
No response
Actual Behavior
No response
Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce the bug
Hi, I was browsing through the issues the other they and I found this PR which in theory added keyboard event support, I've been trying to get it to work to add keyboard shortcuts to my app, but no matter what I do, I get no events whatsoever:
Am I doing it wrong, or is this really not working?
Expected Behavior
No response
Actual Behavior
No response
Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: