https://bugs.documentfoundation.org/show_bug.cgi?id=171114
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |difficultyBeginner, | |easyHack, skillDesign Blocks| |98259, 109139 --- Comment #4 from Heiko Tietze <[email protected]> --- (In reply to ady from comment #0) > Not every keyboard includes a numeric keypad... That's true. And adding another entry is cheap and easy hackable. It requires just another entry with .uno:SelectArrayFormula below .uno:EditSelectMenu in sc/uiconfig/scalc/menubar/menubar.xml. (In reply to m_a_riosv from comment #1) > I use '[Ctrl].' , with a Spanish keyboard, and it works fine for me. (In reply to nobu from comment #3) > I recommend binding "Ctrl + Shift + Enter" to ".uno:SelectArrayFormula". Another shortcut could be a solution too. But KEY_MOD1+KEY_POINT sounds similarly unsafe and KEY_MOD1+KEY_SHIFT+KEY_ENTER has the charm to align with Excel (although it's used in Writer to insert a column break). If we decide to go this way, the entry for .uno:SelectArrayFormula in officecfg/registry/data/org/openoffice/Office/Accelerators.xcu needs to be changed from "DIVIDE_MOD1" to "RETURN_SHIFT_MOD1". My take is yes to both. Ady, what do you think? Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=98259 [Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements https://bugs.documentfoundation.org/show_bug.cgi?id=109139 [Bug 109139] [META] Calc cell selection bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
