-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Draft - Mobile Keyboard * Prettier * Modifications * Fixes * Modifications * work around for backspace on mobile * Fixed issues with backspace, space and autocomplete. * Remove unneeded code for backspace * Add inputTextKeycode const and fix special characters * Rely in input event instead of keyup event for mobile keyboard input It seems like the input event is more robust and requires less massaging of the data to get it into the form we want. * Remove named constant for 229 keycode With the changes to remote-screen.html, the 229 value only appears once, so we don't need a named constant for it anymore. * Update style.css Co-authored-by: djclueless <[email protected]> Co-authored-by: Michael Lynch <[email protected]>
- Loading branch information
1 parent
cd1c91c
commit 0de4194
Showing
3 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters