super-productivity/docs/wiki/3.03-Keyboard-Shortcuts.md
Johannes Millan 73c1848ba9 fix(docs): resolve markdown linting errors in all wiki files
- Add top-level headings to all wiki files (MD041)
- Fix heading spacing and blank line issues (MD022, MD012)
- Convert HTML badges to markdown format (MD033)
- Add alt text to images (MD045)
- Fix list indentation and numbering (MD005, MD029, MD032)
- Remove trailing punctuation from headings (MD026)
- Convert emphasis to proper headings (MD036)
- Fix heading level increments (MD001)
- Add trailing newlines to all files (MD047)

This ensures the wiki-sync.yml GitHub Action will pass linting.
All changes maintain the same visual appearance and functionality.

Fixes the lint failures reported in GitHub Action run #21212863659
2026-01-21 18:03:05 +01:00

1.9 KiB
Executable file

Keyboard Shortcuts

Global Shortcuts

These work everywhere in the app.

  • Shift+A: Open add task bar
  • Shift+P: Open create project dialog
  • N: Add new note
  • Shift+D: Focus Sidenav
  • Shift+N: Show/Hide Notes
  • C: Toggle Filter/Group/Sort Panel
  • P: Show/Hide Issue Panel
  • Shift+F: Show search bar
  • B: Show/Hide Task Backlog
  • W: Go to Work View and focus first task
  • F: Enter Focus Mode
  • Shift+T: Go to Schedule
  • Shift+S: Go to scheduled Tasks
  • <no default binding>: Go to Settings
  • Ctrl+=: Zoom in (Desktop/Firefox/Chrome)
  • Ctrl+-: Zoom in (Desktop/Firefox/Chrome)
  • Ctrl+0 (zero): Zoom default (Desktop/Firefox/Chrome)
  • Ctrl+S: Trigger sync (if configured)

Tasks

The following shortcuts apply for the currently selected task (selected via tab or mouse).

  • <no default binding>: Edit Title
  • I: Show/Hide additional task info
  • T: Edit estimation / time spent
  • S: Open schedule dialog for currently focused task
  • D: Mark currently focused task as done
  • A: Add subtask to currently focused task
  • L: Attach file or link
  • Enter: Edit currently focused task title
  • Backspace: Delete currently focused task
  • E: Open move task to project menu
  • Q: Open task context menu
  • K: Select previous Task
  • J: Select next Task
  • Ctrl+Shift+ArrowUp: Move currently focused task up in list
  • Ctrl+Shift+ArrowDown: Move currently focused task down in list
  • Ctrl+Alt+ArrowUp: Move currently focused task to the top
  • Ctrl+Alt+ArrowDown: Move currently focused task down to the bottom
  • Shift+B: Move Task to Task Backlog
  • Shift+T: Move Task to Today's Task List
  • <no default binding>: Expand Sub Tasks
  • <no default binding>: Collapse Sub Tasks
  • Y: Toggle tracking time to currently focused task

Unconfigurable

  • Arrow keys: Navigate around task list
  • ArrowRight: Open additional info panel for currently focused task