Description: I'm a keyboard user. When I want to close a document without saving changes, I press Ctrl+W, but there's no underlined shortcut key for "Don't Save". I have to press Alt+D, which is a little annoying. In Excel, this is faster, you just hit "N" for "No". It would be nice to not force the user to use a key combo when one isn't necessary. Steps to Reproduce: Attempt to close a document as easily as possible via the keyboard. Actual Results: Must press Alt+D Expected Results: Just hit one key. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
UI already behaves that way. The <alt> is just needed to show the accelerators in the menus/dialogs, but believe the action will apply without toggling it visible. That is, just enter "d" for the dont' save following the <Ctrl>+w, verified it works that way on Windows builds. Also, as the accelerators are localized, the actual key to enter can differ by locale of the UI.