atlus/backend
roberts 8d2a228599 Fix input forwarding: special chars, mouse events, and typing latency
Keyboard:
- Use xdotool type for printable characters (handles @, #, !, etc.)
- Use xdotool key only for non-printable keys and modifier combos
- Remove --sync from every keystroke — focus set once, not per-event
- Skip release events (xdotool key already handles press+release)

Mouse:
- Remove windowactivate --sync from every click — focus set once
- Fire-and-forget for mousemove events to reduce latency
- Add _xdotool_fire() for non-blocking subprocess calls

Performance:
- _ensure_focus() activates window once, skips on subsequent calls
- Eliminated redundant --sync flags that added 100-300ms per event
- Added _reap() helper to prevent zombie processes from fire-and-forget

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 01:14:21 -05:00
..
routers Improve window discovery, add app context menu with Start/Stop/Restart 2026-03-15 01:05:19 -05:00
ws Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
__init__.py Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
auth.py Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
config.py Run terminals and GUI apps as the authenticated user, not root 2026-03-15 00:35:52 -05:00
display.py Fix input forwarding: special chars, mouse events, and typing latency 2026-03-15 01:14:21 -05:00
main.py Disable browser caching for all static assets 2026-03-15 00:54:59 -05:00
netwatch.py Add ethernet link watchdog and prevent disabling last active interface 2026-03-15 00:12:00 -05:00
privdrop.py Run terminals and GUI apps as the authenticated user, not root 2026-03-15 00:35:52 -05:00
requirements.txt Fix robustness issues across backend and frontend 2026-03-14 17:41:43 -05:00
sessions.py Run terminals and GUI apps as the authenticated user, not root 2026-03-15 00:35:52 -05:00