You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Intuitive tabbed interface for managing multiple documents, with single-instance behavior so opening a file from the shell or a file association reuses the running window
10
24
- Full screen reader accessibility, including live-region status announcements for actions like search results and navigation
11
25
- Robust find functionality with match case, whole word, and regular expression options, plus persisted search history
Paperback is designed for keyboard-first and screen reader-first use. Here are the current shortcuts.
54
55
56
+
Shortcuts below are for Windows and Linux. Where macOS differs, the macOS equivalent is noted in parentheses — mainly because Ctrl+G, Ctrl+W, and Alt+Left/Right are already claimed by other system or app conventions on that platform.
57
+
55
58
### File menu
56
59
57
60
*`Ctrl+O`: Open a document.
58
-
*`Ctrl+F4`: Close the current document.
59
-
*`Ctrl+Shift+F4`: Close all open documents.
61
+
*`Ctrl+F4` (macOS: `Cmd+W`): Close the current document.
62
+
*`Ctrl+Shift+F4` (macOS: `Cmd+Shift+W`): Close all open documents.
63
+
*`Ctrl+Shift+T`: Reopen the last closed document.
60
64
*`Ctrl+R`: Show the "All Documents" dialog (from Recent Documents).
65
+
*`Ctrl+Q`: Exit (Windows/Linux only; on macOS this is under the app menu instead).
0 commit comments