0

Usually the dialog has 3 buttons - Cancel, No and Okay. In Windows, I can do Alt+O to select Okay. How to do this in Mac?

woodings
  • 657

1 Answers1

1

Escape selects cancel buttons and return (↩) selects OK buttons. ⌘⌫ or ⌘D often selects buttons like Don't Save. Enter (⌅ or fn-return) selects a default button when the focus is on a multi-line text field (like in some crash report dialogs).

If you enable full keyboard access from the keyboard preference pane, you can focus buttons by pressing tab.

Lri
  • 42,502
  • 8
  • 126
  • 159