[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2020-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85978

--- Comment #15 from Maxim Monastirsky  ---
Unlike what was stated in the comments here, .uno:CloseWin and .uno:CloseDoc
are *not* the same. .uno:CloseWin (as present under the Window menu) is for
closing just the current window, while .uno:CloseDoc is for closing all windows
of the current document (it's possible to open several windows for the same
document via Window > New Window menu). MS Word has the same behavior for
Ctrl+W, for closing just the current window, and not the document entirely.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2020-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85978

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org,
   ||momonas...@gmail.com
  Component|LibreOffice |UI
   Keywords|needsUXEval |difficultyBeginner,
   ||easyHack, skillDesign,
   ||topicDesign

--- Comment #14 from Heiko Tietze  ---
We discussed the topic in the design meeting and decided to use CloseDoc for
ctrl/cmd+W. This command is what is shown in the main menu under File > Close.

W_MOD1 is assigned to .uno:CloseWin in
/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu and should
become .uno:CloseDoc which is set to F4_MOD1. So maybe we exchange the commands
- or alternatively use CloseWin in the menu.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2020-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85978

--- Comment #13 from Heiko Tietze  ---
Everything is possible, is just zeros and ones. Point is that a function checks
whether alt (or command) is pressed together with F4 (or Q) and terminates the
application. There is no other place where alt+F4 is stored and can be used in
the menus. Of course, hard-coding twice is possible. 

(The example is obviously just this, Exit is a UNO command with a dedicated
shortcut.)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85978

Thomas Lendo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=42
   ||003

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85978

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com

--- Comment #12 from Thomas Lendo  ---
Can't the hardcoded ones not be shown in the UI automatically? Or do I get
something wrong here. I wouldn't close it as WF.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85978

--- Comment #11 from Heiko Tietze  ---
I would solve the example with CloseDoc but the summary talks about global
shortcuts in general. And we have a lot hard-coded, see
https://opengrok.libreoffice.org/xref/core/sw/source/uibase/docvw/edtwin.cxx?r=1675f5c0#1351

Hence, we could also resolve as WF.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2020-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85978

Buovjaga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #10 from Buovjaga  ---
This seems to lack a final consensus. Could be turned to easy hack.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2014-11-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85978

--- Comment #9 from Jay Philips  ---
(In reply to Jan Holesovsky from comment #8)
> OK, so this is because there are two .uno: commands that do the same -
> .uno:CloseWin and .uno:CloseDoc.  The .uno:CloseWin is in Window menu, and
> has the Ctrl+w visible there, .uno:CloseDoc has no shortcut assigned.

Well i guess the best choice is to give .uno:CloseDoc the shortcut, as many
people see the File menu and less people see the Window menu.

> But they do the same otherwise; so I guess we could change the description
> of '.uno:CloseWin' from 'Close Window' to just 'Close', and use it instead
> of '.uno:CloseDoc'.

Well 'Close Window' is under the Window menu and it would look strange having
it as 'Close' when the menu has 'New Window'.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2014-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85978

--- Comment #8 from Jan Holesovsky  ---
OK, so this is because there are two .uno: commands that do the same -
.uno:CloseWin and .uno:CloseDoc.  The .uno:CloseWin is in Window menu, and has
the Ctrl+w visible there, .uno:CloseDoc has no shortcut assigned.

But they do the same otherwise; so I guess we could change the description of
'.uno:CloseWin' from 'Close Window' to just 'Close', and use it instead of
'.uno:CloseDoc'.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85978] MENUS: Global shortcuts not appearing in menu entries

2014-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85978

Jay Philips  changed:

   What|Removed |Added

Summary|MENUS: Ctrl+W shortcut not  |MENUS: Global shortcuts not
   |shown next to 'Close' entry |appearing in menu entries

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs