Hacker News new | ask | show | jobs
by p_ing 463 days ago
> It's intentionally in a fixed location on the screen so you can find it every time you look for it.

Which is a disadvantage when working with multiple applications as it forces an application switch before you can access the menu, rather than in windows where if you have your app windows staggered, you can immediately click into the other application's menu.

1 comments

Isn't Windows click-to-focus?

AFAICT, it's not possible to directly access the menu, so it's still two steps:

- switch to the second app to bring it to the fore/make it active

- activate the menu

I find this faster on a Mac since the menu target is larger.

No, it is not click to focus, or rather, the menu click is the focus action. You can overlay an Explorer and Notepad window, for example, and with Explorer in the foreground, click on the File menu in Notepad which brings Notepad forward as well as display the File menu items.

Plus, your mouse travel is far less to get from the app (since it's part of the app) to the menu.

This behaviour seems to be dependent on which toolkit an application was written in.