benoitvallon / react-native-nw-react-calculator

Mobile, desktop and website Apps with the same code
MIT License
5.21k stars 864 forks source link

Handle keyboard input in web version. #34

Closed morsko1 closed 3 years ago

morsko1 commented 7 years ago

Problem:

Not possible to use keyboard in web version.

Solution:

I added hidden component KeyboardHandler which handle keyboard input. This component rendered in AppRender component. KeyboardHandler uses data from keyCodes.json in constants folder.

Result:

Now it is possible to interact with calculator by keyboard.

ximet commented 7 years ago

Cool idea!