Skip to content

Instantly share code, notes, and snippets.

@pizofreude
Last active February 14, 2026 11:56
Show Gist options
  • Select an option

  • Save pizofreude/29bd1247105cd283dbb540d070fa3f1f to your computer and use it in GitHub Desktop.

Select an option

Save pizofreude/29bd1247105cd283dbb540d070fa3f1f to your computer and use it in GitHub Desktop.
All things hotkeys in Windows

Windows has a plethora of useful hotkeys that can significantly enhance your productivity. Here are some of the most practical ones, categorized for ease of reference:

Basic Navigation and Window Management

Text and Clipboard

System and Settings

Virtual Desktops

Quick Access and Launching Apps

Specific Combinations

Additional Tips

@pizofreude
Copy link
Author

Here are punctuation marks not directly on standard keyboards with their hotkeys:

Windows Hotkeys

Mark Name Hotkey
En dash Alt + 0150 (numpad)
Em dash Alt + 0151 (numpad)
Ellipsis Alt + 0133 (numpad)
« Left guillemet Alt + 0171 (numpad)
» Right guillemet Alt + 0187 (numpad)
' Left single quote Alt + 0145 (numpad)
' Right single quote Alt + 0146 (numpad)
" Left double quote Alt + 0147 (numpad)
" Right double quote Alt + 0148 (numpad)
Bullet point Alt + 0149 (numpad)
° Degree symbol Alt + 0176 (numpad)
§ Section sign Alt + 0167 (numpad)
Pilcrow/paragraph Alt + 0182 (numpad)
Dagger Alt + 0134 (numpad)
Double dagger Alt + 0135 (numpad)

Linux Hotkeys

Linux uses the Compose key method (typically Right Alt or configured key):

Mark Name Compose Sequence
En dash Compose + - + - + .
Em dash Compose + - + - + -
Ellipsis Compose + . + .
« Left guillemet Compose + < + <
» Right guillemet Compose + > + >
Bullet point Compose + . + =
° Degree symbol Compose + o + o
§ Section sign Compose + s + o
Pilcrow Compose + p + !

Note: Linux sequences may vary by distribution and desktop environment. You can also use Ctrl + Shift + U followed by the Unicode hex code, then Enter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment