[Bug 161304] context menu Column deletion duplicates Cut shortcut

2024-05-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161304

--- Comment #4 from V Stuart Foote  ---
(In reply to Heiko Tietze from comment #3)
> (In reply to V Stuart Foote from comment #0)
> > That conflicts with the +C cut shortcut.
> You mean Alt+C. Nothing users would do often as the context menu is
> typically opened per right mouse button. And if you press keys, typing alt+C
> again is pretty simple. Another argument is the localization that allows
> (and usually does) changing the accelerator.
> 
> => NAB

Sorry, misstated the issue. Neither +C shortcut for Copy, nor the
+X for Cut are involved. Those legacy CUA/Apple/CDE keyboard shortcut
norms are picked up in menu as annotation of the UNO.

Rather, it is the *unnecessary* duplicated assignment with "~" of mnemonic "C"
both to "~Cut" a selected column and also to delete a selected column with
"Delete ~Columns (for unprotected cells)" menu entry.

The key sequence is by column's context menu (right mouse) -> C, or   + S
-> C via the sheet menu.

This is reachable via keyboard movements, and is also an accessibility issue.

In this case, simply resolved by removing the "~" from the "Delete ~Columns
(for unprotected cells)" associated with the uno.DeleteColumns UNO in
.uno:GenericCommands.xcu, and allowing it to auto assign. Just as the handling
for "Delete Rows (for unprotected cells)" .uno:DeleteRows still resident in
CalcCommands.xcu

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 161304] context menu Column deletion duplicates Cut shortcut

2024-05-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161304

Heiko Tietze  changed:

   What|Removed |Added

 CC|heiko.tietze@documentfounda |
   |tion.org|

--- Comment #3 from Heiko Tietze  ---
(In reply to V Stuart Foote from comment #0)
> That conflicts with the +C cut shortcut.
You mean Alt+C. Nothing users would do often as the context menu is typically
opened per right mouse button. And if you press keys, typing alt+C again is
pretty simple. Another argument is the localization that allows (and usually
does) changing the accelerator.

=> NAB

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 161304] context menu Column deletion duplicates Cut shortcut

2024-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161304

Julien Nabet  changed:

   What|Removed |Added

 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||xiscofa...@libreoffice.org

--- Comment #2 from Julien Nabet  ---
Defining shortcuts became quite complicated, you must take into account:
- letters chosen must be in the entry name
- letters may change depending on the language interface
- avoid duplicate letters
- there are some universal shortcuts expected (C to copy, P to print) at least
for English and French, I don't know for other languages.
- people accustomed to MsOffice want to find same shortcuts (I can understand
this)
- depending on the OS, keys (like "Command") may exist or not
...
I suppose I forget some constraints.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 161304] context menu Column deletion duplicates Cut shortcut

2024-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161304

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||serval2...@yahoo.fr,
   ||vsfo...@libreoffice.org
 Status|UNCONFIRMED |NEW
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||1442
 Ever confirmed|0   |1
 Blocks||98259

--- Comment #1 from V Stuart Foote  ---
Issue raised on User mail list by Ian Oliphant


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.