|
|
|
|
|
by chipotle_coyote
2172 days ago
|
|
On the Mac search for a menu item is almost always available as the very first item in the "Help" menu, and the keyboard shortcut for it is both standard and fairly easily guessable: Command + ? (e.g., Command + Shift + / on a keyboard where "?" is the shifted version of "/"). Not every program implements a Help menu, and not every program that implements a Help menu implements the standard shortcut. But in my experience, a large majority do. (Nearly all native apps do, but even some Electron apps get this right. Visual Code does both, for instance, and Slack at least has the Help menu with the search field in the first place.) |
|