mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 17:47:13 +00:00
8f67a668ea
The v1.7.2 floating "⛶ Fullscreen" corner button at 0.45 opacity was still 80px of permanent clutter in the top-right of the remote session display before fullscreen was entered. This PR moves the manual fullscreen action into the existing Ctrl+Alt+Shift session-menu panel (next to the Home button), removing the floating overlay entirely. The per-entry `fullscreen_on_connect` flag and the in-fullscreen top bar (entry name + Exit + Disconnect) are unchanged. Esc-key forwarding via navigator.keyboard.lock still applies. Also adds an "In-session keyboard shortcuts" section to docs/web-sessions.md documenting the Ctrl+Alt+Shift panel toggle, Ctrl+V clipboard paste-sync, Esc behaviour, and the disable_copy / disable_paste interaction. Closes #156.