Full screen (F11) and focus mode: hide the signatures, keep the data
F11 switches the Senzoukria window to real OS full screen in every window and chart frame. Focus mode is a separate, persisted preference that removes the visual signatures of the screens while tables and controls stay in place.
Senzoukria · Documentation · Updated September 2026
Where to find it
- Full screen
- F11 toggles; F11 again leaves. Esc does not leave full screen
- Focus mode
- Button at the top right of the V2 screens; default off; stored per machine under the key senzoukria.visual-v2
- Reduce motion
- Settings → General → "Reduce motion"; the OS prefers-reduced-motion setting is also honoured
What it does
F11 asks the OS window to enter full screen, so the Windows taskbar disappears. The shortcut is bound in the main window, in each detached window and inside the chart frames: since the footprint runs in an iframe, a key press with the chart focused is delegated to the window that contains it. Outside the desktop runtime the key does nothing.
Focus mode is not a layout change. It removes the visual signatures — the session horizon and grid background of the Welcome dashboard, and the equivalent signature figures of the other V2 screens. The components are not hidden with CSS; they are not mounted at all, so a hidden decoration never loads data or keeps subscriptions.
Settings
| Setting | Default | What it changes |
|---|---|---|
| F11 | Windowed | Toggles OS full screen for the current window. Idempotent; a second press restores the window |
| Focus mode (button) | Off — label reads "Focus mode" | On: signatures are unmounted on every screen at once; the label becomes "Show signatures". Tooltip: "Hide or show the visual signatures of the screens. Tables and controls stay where they are." |
| Reduce motion | Off | Cuts interface animations and transitions. Charts are not affected |
| OS prefers-reduced-motion | Follows the system | Components that animate in JavaScript (drawing a signature, revealing a link) skip the transition |
How to use it
Press F11 while on the chart to use the whole screen for the footprint; the top bar stays, because it is the app's title bar. Press F11 again to come back; Esc is intentionally not an exit, matching browser behaviour.
Click the focus button once and the preference applies everywhere, including after a restart: it is a preference of the person, not of a screen. Only a stored value of exactly true turns the mode on; a corrupted value falls back to signatures shown.
A signature frame reports four states: loading, empty (with the action that fills it), error (the raw message) and ready. A dash is not a zero and an error is not an empty state.
Limits or pitfalls
Boundaries of these two features:
- Focus mode does not change chart rendering, indicator panels or tables; it only removes decorative figures.
- F11 is a window-level toggle: a detached window and the main window each keep their own full-screen state.
- The button label describes what the click will do, not the current state — "Show signatures" means the mode is currently on.
Related pages
This page in other languages
Frequently asked questions
- F11 does nothing when the chart has the focus. Why?
- That was the case before the chart frame delegated the key to its parent window (fixed 2026-09-15). Update the app; every chart frame now forwards F11 to the window it lives in.
- Is Focus mode the same as Reduce motion?
- No. Focus mode removes visual signatures; Reduce motion keeps them but disables interface animations. Both can be on at once.