From 4815ec3debc144b66efc473642aee7cf5395e842 Mon Sep 17 00:00:00 2001 From: Klaus Becker <97029552+KlsBecker@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:38:51 -0300 Subject: [PATCH] Correct keyboard shortcuts for display and color commands - Updated the default keyboard shortcuts for the following commands: - 'Show current page number' - 'Show cursor position in document coordinates' - 'Invert colors in the document' This update ensures that the shortcuts match the expected behavior, improving accessibility and user experience. --- docs/md/Keyboard-shortcuts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/md/Keyboard-shortcuts.md b/docs/md/Keyboard-shortcuts.md index d14ec7d1bde8..ed822d4a0946 100644 --- a/docs/md/Keyboard-shortcuts.md +++ b/docs/md/Keyboard-shortcuts.md @@ -88,9 +88,9 @@ You can [customize keyboard shortcuts](Customizing-keyboard-shortcuts.md). Also - `F11`, `Ctrl + Shift + L`, `f` - Enter / Exit full screen mode - `ESC` - exit full screen or presentation mode - mouse double click - exit full screen or presentation mode -- `i` - invert colors in the document -- `Shift + i` - show current page number -- `m` - show cursor position in document coordinates +- `Shift + i` - invert colors in the document +- `i` - show current page number +- `Shift + m` - show cursor position in document coordinates - `F8` - show/hide toolbar - `F9` - show/hide menu - `w` - in presentation mode, make whole screen white