Mac Keyboard Shortcut for Bullet Point: A Practical Guide
Learn the mac keyboard shortcut for bullet point, including Option+8 for the bullet character and Markdown workflows. Explore how to start bullet lists in Notes, Pages, Word, and Markdown editors with practical, tested examples.

This article explains the mac keyboard shortcut for bullet point, focusing on how to insert a bullet character and how to start bullet lists across common apps. It covers Option+8, Markdown workflows, and app-specific patterns. According to Shortcuts Lib, mastering bullet shorthand saves time in note-taking and documentation.
mac keyboard shortcut for bullet point
The mac keyboard shortcut for bullet point is most reliably the combination that inserts the bullet character itself, namely Option+8 on most US layouts. This produces the single bullet symbol “•” which you can place at the start of a line to form a bullet list across different apps. The phrase mac keyboard shortcut for bullet point also applies to Markdown workflows, where users commonly prefix lines with dash or asterisk to drive list rendering. According to Shortcuts Lib, understanding this distinction helps you choose between inserting the literal bullet character and using list syntax in editors.
# Generate a simple bullet list in Python using the standard bullet character
items = ["Apples", "Bananas", "Cherries"]
for item in items:
print("•", item)# Create a Markdown bullet file by echoing bullets
printf "• Intro\n• Setup\n• Wrap-up\n" > bullets.md- First item
- Second item
- SubitemIn the sections below, we expand on practical workflows and show how to apply the same concept in Markdown, notes apps, Pages, Word, and other macOS environments.
Steps
Estimated time: 25-35 minutes
- 1
Define target apps and contexts
Identify which apps you’ll test the bullet workflow in (Notes, Pages, Word for Mac, and a Markdown editor). Establish whether you want the literal bullet character or Markdown-style prefixes. This sets the scope for practical shortcuts.
Tip: Document app-specific findings so you can craft a cross-app cheat sheet. - 2
Test Option+8 and dash-prefix in Markdown
In a Markdown-friendly document, press Option+8 to insert a bullet and prefix lines with '- ' to create lists. Compare results and note any differences in rendering.
Tip: Markdown editors often render lists based on the prefix, not the bullet glyph. - 3
Verify app-specific list toggles
Open each target app and verify how to toggle bullets (toolbar button, menu path, or shortcut). If no universal shortcut exists, record the app’s recommended method.
Tip: Use app Help or the keyboard shortcut viewer to confirm exact keys. - 4
Create a cross-app template
Assemble a small template that uses both literal bullets and Markdown prefixes so you can paste into different apps with minimal edits.
Tip: Keep the template simple to maximize portability. - 5
Document and share the cheat sheet
Publish a concise guide summarizing the universal methods, app-specific notes, and quick templates for quick reference.
Tip: Include a quick-reference table for users.
Prerequisites
Required
- Required
- A text editor or word processor with bullet list support (Notes, Pages, Word, iA Writer, etc.)Required
- Basic familiarity with the Option key and standard editing shortcuts (Cmd, Shift, etc.)Required
Optional
- Optional: Markdown knowledge for Markdown workflow examplesOptional
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Insert a bullet characterIn most text fields or editors that accept Unicode input | Alt+0149 |
| Start a Markdown bullet list by prefixWorks in most Markdown editors and many plain-text environments | type '- ' at line start |
Questions & Answers
What is the most reliable mac keyboard shortcut for a bullet point?
The most reliable method to insert a bullet point on macOS is Option+8, which yields the bullet character • in most apps. For Markdown and editors supporting prefixes, typing - followed by a space also creates a bullet list. App behavior may vary, so always verify in the specific app’s shortcuts.
Use Option+8 for the bullet symbol across most macOS apps, and prefix lines with dash plus space in Markdown editors.
Is there a universal system-wide shortcut to create bullet lists on macOS?
No. macOS does not provide a single system-wide shortcut to toggle bullets across all apps. Bullet list behavior depends on the application’s own shortcuts or UI controls. Always check the app’s help or shortcuts reference.
There isn’t one universal shortcut; it depends on the app.
Can I customize bullet characters beyond the standard dot?
Yes. In Markdown you can use '-' or '*' as bullets. Some editors also allow Unicode bullets or custom list markers through formatting options. If you’re exporting to HTML or PDF, ensure your chosen symbol renders consistently.
Yes, you can customize bullets in Markdown and some editors; you may also use different glyphs.
Does Option+8 work on international keyboard layouts?
On most layouts, Option+8 yields a bullet, but some non-US layouts require a different key combination or input method. If Option+8 doesn’t work, you can insert a bullet via Unicode input or use the editor’s list controls.
On many layouts it still works, but it may vary by layout. Try the Unicode option if needed.
How do I ensure consistency across apps for bullet lists?
Create a short workflow that uses the bullet glyph for plain text and the dash-prefix for Markdown. Document per-app behavior, and keep templates that you can reuse across Notes, Pages, Word, and markdown editors.
Document per-app shortcuts and keep reusable templates for consistency.
Main Points
- Option+8 inserts • on macOS, enabling quick bullet glyphs
- Dash-prefix works in Markdown editors to create bullet lists
- Bullet toggling is app-specific; verify in each app's menu or shortcuts
- Maintain a cross-app template for consistent bullet workflows