From 5ead8c07e7017a3b6054e209361d850e5e3a0d5c Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 9 Nov 2025 20:22:36 +0200 Subject: [PATCH] fix --- docs/shortcuts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/shortcuts.md b/docs/shortcuts.md index 96cf90a3..077f1a77 100644 --- a/docs/shortcuts.md +++ b/docs/shortcuts.md @@ -11,7 +11,7 @@ Operating systems deal with modifier keys differently, so it's difficult to get ## Sending a shortcut -When you press a magic key, the web UI starts accumulating a sequence of modifier keys you press, for example, `Ctrl L` and `Alt L` in `Ctrl+Alt+Del`, and displays a guiding overlay: +When you press a magic key, the web UI starts accumulating a sequence of modifier keys you press, for example, `Ctrl Left` and `Alt Left` in `Ctrl+Alt+Del`, and displays a guiding overlay: ![Shortcuts overlay](shortcuts/shortcut-overlay.png) @@ -76,10 +76,10 @@ You can define which key to use as the magic key. Follow these steps: 3. Select the key the you will use as the magic key. -![Selecting the magic key](shortcuts/web-ui-magic-key-selector.png) +![Selecting the magic key](shortcuts/web-ui-magic-key-selector.png){ height="450" } -PiKVM defaults to `Ctrl Right` on all major desltop systems, but the list of available keys is platform-specific: +PiKVM defaults to `Ctrl Right` on all major desktop systems, but the list of available keys is platform-specific: - **Windows**: `Ctrl`, `Alt`, `Shift`, and `Meta`. - **macOS**: `Ctrl`, `Option`, and `Shift`. -- **Linux**: `Ctrl`, `Alt`, `Shift`, and `Meta`. \ No newline at end of file +- **Linux**: `Ctrl`, `Alt`, `Shift`, and `Meta`.