Keyboard shortcuts in macOS
Apps must handle all selection methods equally well. Whether users select with keyboard, mouse, or trackpad, the behavior and visual response should stay the same.
When users select with keyboard shortcuts, content should be highlighted just like it does with mouse selection. This helps users trust that selection works the same way no matter how they do it.
Apps need to show what keyboard shortcuts are available. Common places for this are menus and tooltips, where users can discover shortcuts while they work. This is vital for selection actions that might be hidden in the interface.
Common keyboard selection patterns include:
- Same visuals. The selection looks identical across all input methods
- Clear discovery. Shortcuts appear in obvious places like menus
- Easy switching. Users can mix keyboard and mouse freely
Pro Tip: Test selection with both pointer and keyboard to ensure consistent behavior and feedback.