Logo
Back to Documentation

Keyboard Shortcuts

Keyboard shortcuts are not yet implemented in Mapiry

Last updated: January 17, 2026

Keyboard Shortcuts

Coming Soon

Keyboard shortcuts are not currently implemented in Mapiry. This feature is planned for a future update.

Currently, all actions in Mapiry require using the mouse/trackpad to click buttons and interact with the interface.

What's Currently Available

You can perform all actions through the UI:

  • Map editing: Click to add locations, drag to reorder
  • Navigation: Use navbar links and buttons
  • Location management: Click edit/delete buttons in location list
  • Category management: Use category sidebar and edit buttons

Standard Browser Shortcuts

Some standard browser shortcuts still work:

  • Ctrl/Cmd + S - Save (if form is focused)
  • Ctrl/Cmd + Z - Undo (in text fields)
  • Escape - Close modals (standard HTML behavior)
  • Tab - Navigate between form fields
  • Enter - Submit forms

These are standard HTML/browser behaviors, not custom Mapiry shortcuts.

Why No Shortcuts Yet?

The codebase search found no keyboard shortcut implementation:

  • No onKeyDown handlers for custom shortcuts
  • No hotkey library integration
  • No command palette component
  • No shortcut configuration

This feature may be added in the future if there's demand.

Alternative Workflows

Until keyboard shortcuts are implemented:

  • Bookmark frequently used pages for quick access
  • Use browser tabs to keep multiple maps open
  • Learn button locations for faster clicking
  • Use CSV import for bulk operations instead of manual entry

What's Next?

Related Articles