Description: Hi, I would like to request an extra set of shortcut combination with = key. For example: ctrl+=, alt+=. Steps to Reproduce: Open the shortcut list and there's no such combination assignable. Actual Results: N/A Expected Results: N/A Reproducible: Always User Profile Reset: No Additional Info: N/A
Confirmed, not sure why the KEY_EQUAL is excluded from use as assignment to a keyboard shortcut. KEY_SUBTRACT, KEY_ADD, KEY_MULTIPLY, and KEY_DIVIDE are all available for use in a shortcut (with modifiers); so not clear why KEY_EQUAL would not be likewise availalbe. Is it assigned a 'reserved' status? If so, I could not find it...
https://gerrit.libreoffice.org/#/c/80436/ Tried to show "Ctrl+Equal" in the dialog instead of "Ctrl+=" but failed. And since l10n of these strings is hard-coded plus the keyboard has no "equal" label, it might be better to leave this alone.
Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8519c6d98250a5f2b4c78e330fc79907c596a447 Resolves tdf#127903 - Allow customization with equal key It will be available in 6.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified with Version: 6.4.0.0.alpha0+ (x64) Build ID: 758516295e5f69393bd78bb4af6e7214d48ece0b CPU threads: 4; OS: Windows 10.0 Build 18362; UI render: GL; VCL: win; Locale: de-DE (de_DE); UI-Language: en-US Calc: threaded Heiko, thanks for fixing it.