Reference Template GFM Verified4 Columns · 7 Sample Rows

Application Keyboard Shortcuts Markdown Table Template

Quick reference cheat sheet for application hotkeys, key combinations, execution contexts, and power-user shortcuts.

Primary Use Case: Application help modal windows, developer documentation, cheatsheet printables.

Interactive Template Customizer

Edit cells, add rows, or sort — changes update the markdown live
Quick Start:
#
1
Ctrl + K
Cmd + K
2
Tab
Tab
3
Shift + Tab
Shift + Tab
4
Enter
Enter
5
Ctrl + Enter
Cmd + Enter
6
Ctrl + Z
Cmd + Z
7
Ctrl + Y
Cmd + Shift + Z
Flavor:
Style:
| Action Description              | Windows / Linux |       macOS       | Editor Scope       |
| :------------------------------ | :-------------: | :---------------: | :----------------- |
| Focus Global Search / Palette   |   `Ctrl + K`    |     `Cmd + K`     | Global Window      |
| Navigate to Next Table Cell     |      `Tab`      |       `Tab`       | Visual Grid Editor |
| Navigate to Previous Table Cell |  `Shift + Tab`  |   `Shift + Tab`   | Visual Grid Editor |
| Insert New Row Beneath Current  |     `Enter`     |      `Enter`      | Visual Grid Editor |
| 1-Click Copy Markdown Output    | `Ctrl + Enter`  |   `Cmd + Enter`   | Output Panel       |
| Undo Last Cell Edit             |   `Ctrl + Z`    |     `Cmd + Z`     | Visual Grid Editor |
| Redo Last Cell Edit             |   `Ctrl + Y`    | `Cmd + Shift + Z` | Visual Grid Editor |
Convert document (PDF, Word, PPTX) → MDConverter
Rendered Preview
GitHub Flavored Markdown style
Action DescriptionWindows / LinuxmacOSEditor Scope
Focus Global Search / PaletteCtrl + KCmd + KGlobal Window
Navigate to Next Table CellTabTabVisual Grid Editor
Navigate to Previous Table CellShift + TabShift + TabVisual Grid Editor
Insert New Row Beneath CurrentEnterEnterVisual Grid Editor
1-Click Copy Markdown OutputCtrl + EnterCmd + EnterOutput Panel
Undo Last Cell EditCtrl + ZCmd + ZVisual Grid Editor
Redo Last Cell EditCtrl + YCmd + Shift + ZVisual Grid Editor

Column Architecture & Alignment Specification

Carefully chosen column alignments ensure optimal visual scannability across desktop and mobile screens:

Column HeaderAlignmentDelimiter SyntaxDesign Rationale
Action Descriptionleft:---Standard left-aligned readable text & descriptions
Windows / Linuxcenter:---:Centers compact status symbols, flags, or tags
macOScenter:---:Centers compact status symbols, flags, or tags
Editor Scopeleft:---Standard left-aligned readable text & descriptions

Pro Tips for Application Keyboard Shortcuts

  • Format key combinations in `<kbd>` or backticks: `Ctrl + C`, `Cmd + K`.
  • List the macOS equivalent alongside Windows/Linux shortcuts.
  • Group by context (Navigation, Editing, File Actions).

How to Deploy This Table Across Platforms

GitHub README & PRs

Paste raw Markdown into README.md. Leave one blank newline above and below for GFM compliance.

Obsidian PKM Vaults

Paste directly into Live Preview mode. Use wikilinks ([[Note]]) inside cells for bidirectional linking.

Notion Workspaces

Press Enter to make a fresh empty line block, then paste. Notion auto-transforms it into a native Simple Table block.

Docusaurus & VitePress

Standard GFM tables work out of the box in modern MDX engines. You can style them via custom CSS selectors.

Raw GFM Code

| Action Description              | Windows / Linux |       macOS       | Editor Scope       |
| :------------------------------ | :-------------: | :---------------: | :----------------- |
| Focus Global Search / Palette   |   `Ctrl + K`    |     `Cmd + K`     | Global Window      |
| Navigate to Next Table Cell     |      `Tab`      |       `Tab`       | Visual Grid Editor |
| Navigate to Previous Table Cell |  `Shift + Tab`  |   `Shift + Tab`   | Visual Grid Editor |
| Insert New Row Beneath Current  |     `Enter`     |      `Enter`      | Visual Grid Editor |
| 1-Click Copy Markdown Output    | `Ctrl + Enter`  |   `Cmd + Enter`   | Output Panel       |
| Undo Last Cell Edit             |   `Ctrl + Z`    |     `Cmd + Z`     | Visual Grid Editor |
| Redo Last Cell Edit             |   `Ctrl + Y`    | `Cmd + Shift + Z` | Visual Grid Editor |

Standard padded style with boundary pipes matching GitHub GFM parser specifications.

Platform Support

GitHub (GFM)✓ 100% Native
GitLab (GLFM)✓ 100% Native
Obsidian Vault✓ 100% Native
Notion Workspace✓ Paste as Table
Slack & DiscordIn Code Block

Syntax Formatting Rules

  • Pipe Escaping: Use \| for text with pipe symbols.
  • Multi-line Cells: Use <br> for line breaks.
  • Monospace Text: Wrap variables or code in backticks (`key`).
  • Empty Values: Use instead of leaving cells empty.
Template Knowledge Base

Frequently Asked Questions About Application Keyboard Shortcuts

How can I highlight key combinations or code symbols in Application Keyboard Shortcuts?

Use HTML <kbd> tags for keyboard shortcuts (e.g. "<kbd>Ctrl</kbd> + <kbd>C</kbd>") or backticks for syntax tokens. This creates distinct, elevated button-like pills in GitHub and documentation themes.

Where in my repository or project documentation should I place this Application Keyboard Shortcuts table?

This template is specifically designed for application help modal windows, developer documentation, cheatsheet printables. Place it inside your project's README.md, technical wiki, or developer portal. Always leave at least one blank newline before and after the table to ensure the GFM parser detects it properly.

Why is the "Action Description" column styled with left alignment?

The "Action Description" column functions as the primary key of this table. Setting it to left alignment establishes an anchor along the left reading margin, making it effortless for developers to scan down the list.

How do I add line breaks inside a single cell of this Application Keyboard Shortcuts table?

Standard Markdown table rows cannot contain literal carriage returns. To create a multi-line list inside a cell, insert HTML <br> tags (e.g. "Item 1<br>Item 2<br>Item 3"). This keeps the entire entry in a single clean row without breaking column alignments.

How do I handle optional or missing values in Application Keyboard Shortcuts?

Never leave table cells completely empty, as some strict Markdown parsers may collapse empty pipes. Instead, insert an em-dash ("—"), "N/A", or "None" to explicitly indicate that a value is not applicable.

Can I export this Application Keyboard Shortcuts table into CSV, Excel, or HTML?

Yes. In the interactive toolkit above, you can edit your data and use our integrated export tools to convert this table directly into CSV, JSON, HTML <table>, or LaTeX with a single click.