main icon indicating copy to clipboard operation
main copied to clipboard

Toggling Window Visibility

Open panckreous opened this issue 1 year ago • 2 comments

Some lighter apps like this let me toggle the visibility of the window with the same hotkey, which I generally find useful, vs the standard cmd w, which feels more appropriate for heavier apps. That being said, I'm only speaking for myself and dont know how many others would agree.

  • Have you considered letting the same shortcut toggle the visibility of the window, not just open?
  • For app that use cmd w, I find the best usability comes when there's also a cmd 0 to show the window again. (first example I can think of offhand: macos Notes app)

panckreous avatar Nov 08 '23 13:11 panckreous

It worked like that initially but the implementation constantly broke and I removed it. I will take some time to revisit this in the future.

astoilkov avatar Nov 08 '23 13:11 astoilkov

One more thing I just noticed: when the window is open I can cmd q as well. I expect this to quit the application, but it only closes the window and the application remains active in the toolbar.

I think the expected action on macos would be the entire application quiting.

First example that came to mind that is similar in terms of window, menu icon, close and quit is Snippets Lab (https://www.renfei.org/snippets-lab/)

Possibly related to https://github.com/intellibar/main/issues/14

panckreous avatar Nov 08 '23 14:11 panckreous