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
Also, in web there are form tags which helps to handle Enter key – to send the form. Is there a good way to handle this with react-native-macos?
So the issue is more like 3 questions:
Is it possible to enable such basic hotkeys? (⌘C, ⌘V, etc)
How to properly handle inputs? (to send forms with Enter on any input instead of pressing buttons with cursor)
What about custom hotkeys? It looks like it's possible. Any examples? Any docs? (I feel some lack of docs for react-native-macos – this is pretty sad because I really like this project)
The text was updated successfully, but these errors were encountered:
There are some basic shortcuts like
⌘C
,⌘V
, etcAlso, in web there are
form
tags which helps to handleEnter
key – to send the form. Is there a good way to handle this withreact-native-macos
?So the issue is more like 3 questions:
⌘C
,⌘V
, etc)Enter
on any input instead of pressing buttons with cursor)react-native-macos
– this is pretty sad because I really like this project)The text was updated successfully, but these errors were encountered: