https://bugs.documentfoundation.org/show_bug.cgi?id=152522
--- Comment #8 from V Stuart Foote <[email protected]> --- (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 the assignee for the bug.
