LICENSE
README.md
pyproject.toml
src/anywhereinput/__init__.py
src/anywhereinput/__main__.py
src/anywhereinput/_connection_requests.py
src/anywhereinput/_constants.py
src/anywhereinput/_ip.py
src/anywhereinput/_permissions.py
src/anywhereinput/_safe_print.py
src/anywhereinput/auth.py
src/anywhereinput/client.py
src/anywhereinput/config_cmd.py
src/anywhereinput/config_loader.py
src/anywhereinput/launcher.py
src/anywhereinput/logging_config.py
src/anywhereinput/mouse_worker.py
src/anywhereinput/qr_display.py
src/anywhereinput/tunnel_manager.py
src/anywhereinput/zrok2_repair.py
src/anywhereinput.egg-info/PKG-INFO
src/anywhereinput.egg-info/SOURCES.txt
src/anywhereinput.egg-info/dependency_links.txt
src/anywhereinput.egg-info/entry_points.txt
src/anywhereinput.egg-info/requires.txt
src/anywhereinput.egg-info/top_level.txt
src/anywhereinput/admin/__init__.py
src/anywhereinput/admin/_activity_log.py
src/anywhereinput/admin/_approval_dialog.py
src/anywhereinput/admin/_capture_modes.py
src/anywhereinput/admin/_client_dialog.py
src/anywhereinput/admin/_connection_notification.py
src/anywhereinput/admin/_engine_status.py
src/anywhereinput/admin/_info_panel.py
src/anywhereinput/admin/_main_window.py
src/anywhereinput/admin/_server_worker.py
src/anywhereinput/admin/_settings_panel.py
src/anywhereinput/admin/_status_bar.py
src/anywhereinput/admin/_token_dialog.py
src/anywhereinput/admin/_token_store.py
src/anywhereinput/admin/_tray_app.py
src/anywhereinput/admin/_tunnel_status.py
src/anywhereinput/admin/_utils.py
src/anywhereinput/admin/_welcome_wizard.py
src/anywhereinput/admin/main_window/__init__.py
src/anywhereinput/admin/main_window/_client_management.py
src/anywhereinput/admin/main_window/_log_management.py
src/anywhereinput/admin/main_window/_metrics.py
src/anywhereinput/admin/main_window/_notifications.py
src/anywhereinput/admin/main_window/_request_management.py
src/anywhereinput/admin/main_window/_server_control.py
src/anywhereinput/admin/main_window/_token_management.py
src/anywhereinput/admin/main_window/_ui_helpers.py
src/anywhereinput/admin/main_window/_ui_setup.py
src/anywhereinput/screen_capture/__init__.py
src/anywhereinput/screen_capture/base.py
src/anywhereinput/screen_capture/models.py
src/anywhereinput/screen_capture/utils.py
src/anywhereinput/screen_capture/backends/__init__.py
src/anywhereinput/screen_capture/backends/macos.py
src/anywhereinput/screen_capture/backends/windows.py
src/anywhereinput/screen_capture/backends/x11.py
src/anywhereinput/server/__init__.py
src/anywhereinput/server/_rate_limiter.py
src/anywhereinput/server/_request_handlers.py
src/anywhereinput/server/_token_handlers.py
src/anywhereinput/server/server_broadcast.py
src/anywhereinput/server/server_clients.py
src/anywhereinput/server/server_core.py
src/anywhereinput/server/server_http.py
src/anywhereinput/server/server_lifecycle.py
src/anywhereinput/server/server_messages.py
src/anywhereinput/server/server_ws.py
src/anywhereinput/static/app.js
src/anywhereinput/static/base.css
src/anywhereinput/static/client.html
src/anywhereinput/static/components.css
src/anywhereinput/static/controls.css
src/anywhereinput/static/favicon.ico
src/anywhereinput/static/stream.css
src/anywhereinput/static/core/AnywhereInputClient.js
src/anywhereinput/static/core/ConnectionManager.js
src/anywhereinput/static/core/EngineMonitor.js
src/anywhereinput/static/core/ScreenManager.js
src/anywhereinput/static/input/ControlButtons.js
src/anywhereinput/static/input/KeyboardHandler.js
src/anywhereinput/static/input/ScreenClickHandler.js
src/anywhereinput/static/input/TouchpadHandler.js
src/anywhereinput/static/ui/ScreenStatusOverlay.js
src/anywhereinput/static/ui/UIManager.js
src/anywhereinput/static/utils/Permissions.js
src/anywhereinput/static/utils/RequestConnect.js
src/anywhereinput/static/utils/Storage.js
src/anywhereinput/static/utils/Viewport.js
tests/test_admin_app.py
tests/test_auth.py
tests/test_capture_modes.py
tests/test_cli.py
tests/test_client_handler.py
tests/test_config.py
tests/test_config_loader.py
tests/test_logging_config.py
tests/test_qr_display.py
tests/test_rate_limiter.py
tests/test_regression.py
tests/test_request_handlers.py
tests/test_safe_print.py
tests/test_screen_capture.py
tests/test_screen_capture_factory.py
tests/test_screen_capture_linux.py
tests/test_screen_capture_macos.py
tests/test_screen_capture_utils.py
tests/test_screen_capture_windows.py
tests/test_server_edge_cases.py
tests/test_token_handlers.py
tests/test_tunnel_manager.py
tests/test_zrok2_repair.py