puter/packages
Sam Atkins 4ef3e53de3 fix(Terminal): Accept input from Chrome on Android
Xterm.js produces two kinds of events: onKey and onData. On a desktop,
these are effectively the same, but on mobile, IME inputs produce data
but not key presses. By listening to onData instead of onKey, we get
that input.

With some experimentation, I also found that we don't need the code to
handle enter, home, end, or Ctrl-Shift-V. All of these function as
expected without that code, so we can remove it and simplify this
further. :^)
2024-05-14 16:10:30 +01:00
..
backend fix: Fix phoenix app prefix and TokenService test 2024-05-13 18:17:39 -04:00
phoenix Remove xterm dependency from Phoenix 2024-05-14 16:10:30 +01:00
puter-js chore: Amend empty blocks in upload.js 2024-05-02 17:31:17 +01:00
puter-js-common Rename workspace modules to avoid confusion 2024-04-23 04:06:15 -04:00
terminal fix(Terminal): Accept input from Chrome on Android 2024-05-14 16:10:30 +01:00