GNOME Bugzilla – Bug 695452
Add a "new" action to the app menu
Last modified: 2013-03-09 11:25:34 UTC
This way it is possible to use ctrl+N to show the dialog. It also refactors the code to move the "about" action to the window, so that we do not need to proxy it manually.
Created attachment 238385 [details] [review] Add a "new" action to the app menu
Review of attachment 238385 [details] [review]: Nice improvement indeed. ::: data/app-menu.ui @@ +6,3 @@ + <attribute name="action">win.new</attribute> + <attribute name="accel"><Primary>n</attribute> + </item> "New" should probably have its own section.
> > "New" should probably have its own section. you are right... actually looking at clocks that was reviewed with Allan, we have New About ---- Quit
Ah, if that's the design, it's fine by me.
I amended the patch for the sections stuff (and to remove a leftover) and pushed to 3-8 and master