atlus/frontend/js/apps
roberts a5a7b01fd9 Complete rewrite of input forwarding — fix mouse and keyboard events
Root causes fixed:
- _focused was a stray class annotation in @dataclass, causing field
  ordering issues — moved to proper dataclass field
- xdotool type --window WID not supported on all versions — removed
  --window flag, use focused window instead
- xdotool commands with --window may fail silently — switched to
  absolute coordinates (window is at 0,0 filling the display)
- All xdotool errors were silently swallowed — now logged with stderr

Mouse events:
- Use absolute mousemove + click (no --window) since window fills display
- Separate mousemove and click into two calls for reliability
- Fire-and-forget for mousemove to reduce latency

Keyboard events:
- xdotool type (no --window) for printable characters
- xdotool key (no --window) for special keys and modifier combos
- Window focused once via _ensure_focus, not per-event

Diagnostics:
- Backend logs first 5 input events received per WebSocket session
- Backend logs xdotool stderr on failure
- Frontend logs first 10 input events sent + WS state warnings
- Frontend uses capture phase for keyboard events

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 01:22:59 -05:00
..
asi_bridge.js Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
display.js Complete rewrite of input forwarding — fix mouse and keyboard events 2026-03-15 01:22:59 -05:00
editor.js Add package manager, text editor, file manager enhancements, auto-updates 2026-03-14 19:13:13 -05:00
files.js Replace file manager toolbar buttons with hamburger menu 2026-03-15 00:48:33 -05:00
packages.js Fix package manager: better error handling, debug endpoint, robust PATH 2026-03-14 19:33:04 -05:00
services.js Fixed polling agent and status bars. 2026-03-14 22:41:00 -05:00
settings.js Add ethernet link watchdog and prevent disabling last active interface 2026-03-15 00:12:00 -05:00
tasks.js Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
terminal.js Fix terminal session: better error handling, reliable state save 2026-03-14 21:46:08 -05:00