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

[Feature]: Keyboard entry on MacOS #2310

Open
BitcoinErrorLog opened this issue Oct 11, 2024 · 3 comments
Open

[Feature]: Keyboard entry on MacOS #2310

BitcoinErrorLog opened this issue Oct 11, 2024 · 3 comments
Labels
enhancement New feature or request feature request A user has an idea for the app

Comments

@BitcoinErrorLog
Copy link
Contributor

Describe the problem

Bitkit runs nicely on MacOS, but I wish I could use my physical keyboard to type instead of the onscreen keyboard.

Describe the solution

No response

Additional context

Low-priority, just a little side wish!

@BitcoinErrorLog BitcoinErrorLog added enhancement New feature or request feature request A user has an idea for the app labels Oct 11, 2024
@pwltr
Copy link
Collaborator

pwltr commented Nov 7, 2024

@BitcoinErrorLog Keyboard entry works for me, I don't get the onscreen keyboard. One thing to try is to hit CMD + Shift + K that's how you switch from onscreen to physical in the simulator.

@BitcoinErrorLog
Copy link
Contributor Author

What about PIN entry?

@pwltr
Copy link
Collaborator

pwltr commented Nov 8, 2024

What about PIN entry?

It's really only incidental that the app mostly works on MacOS. In the case of the NumberPad (PIN and Amount screens) it is a custom UI and not a <TextInput /> component that only listens to click events. For this issue specifically we can try something like react-native-external-keyboard but if the plan is to support desktop we should think about targeting that more cleanly and keep mobile and desktop code separate since the APIs will vary widly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request A user has an idea for the app
Projects
None yet
Development

No branches or pull requests

2 participants