[Libreoffice-ux-advise] [Bug 152522] Assign <Alt>+<Del> to .uno:DeleteColumns in calc for shortcut parity as with Tables in Writer
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Dec 19 16:01:29 UTC 2022
https://bugs.documentfoundation.org/show_bug.cgi?id=152522
--- Comment #8 from V Stuart Foote <vsfoote at libreoffice.org> ---
(In reply to Jonny Grant from comment #7)
> It would be really useful. Keyboard shortcuts are very useful. All our
> desktop installs would benefit. Much quicker than making everyone click
> through.
>
> Its really time-consuming for staff to need to go around and manually set up
>...
So, do it for them. Via LibreOffice Extension, or push via a management script.
Simply add these stanzas to their individual user profiles
(registrymodifications.xcu) found in windows on %APPDATA%\LibreOffice\4\User --
<item
oor:path="/org.openoffice.Office.Accelerators/PrimaryKeys/Modules/org.openoffice.Office.Accelerators:Module['com.sun.star.presentation.PresentationDocument']"><node
oor:name="DELETE_MOD2" oor:op="replace"><prop oor:name="Command"
oor:op="fuse"><value
xml:lang="en-US">.uno:DeleteColumns</value></prop></node></item>
<item
oor:path="/org.openoffice.Office.Accelerators/PrimaryKeys/Modules/org.openoffice.Office.Accelerators:Module['com.sun.star.sheet.SpreadsheetDocument']"><node
oor:name="DELETE_MOD2" oor:op="replace"><prop oor:name="Command"
oor:op="fuse"><value
xml:lang="en-US">.uno:DeleteColumns</value></prop></node></item>
<item
oor:path="/org.openoffice.Office.Accelerators/PrimaryKeys/Modules/org.openoffice.Office.Accelerators:Module['com.sun.star.text.TextDocument']"><node
oor:name="DELETE_MOD2" oor:op="replace"><prop oor:name="Command"
oor:op="fuse"><value
xml:lang="en-US">.uno:DeleteColumns</value></prop></node></item>
They are respectively the <Alt>+<Del> shortcut assignments for Impress, Calc,
and Writer.
As to assigning by default, not clear it would be best assignment of the
shortcut.
@Heiko?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list