Implement keyboard
Closed this issue · 1 comments
return007 commented
- Design keyboard
- The keyboard design should be such that the keys are properly spaced and not too small for the mobile interface.
- Should be adjustable according to landscape and portrait mode.
- Common keys should be there.
- Feedback to the user that the key click happened (maybe a key tap sound)
-
Javascrpt side code to interact with the server on keypress action
-
Server side code to handle keypress.
return007 commented
A few things pending are:
- Implement shift key functionality.
- Implement Caps lock functionality.