| Summary: | CUSTOMIZE DIALOG: why is KEY_EQUAL not available for assignment to keyboard shortcuts | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | ghfjdksl |
| Component: | Writer | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | VERIFIED FIXED | ||
| Severity: | enhancement | CC: | dgp-mail, libreoffice-ux-advise, vsfoote |
| Priority: | medium | Keywords: | needsUXEval |
| Version: | Inherited From OOo | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 41560 | ||
|
Description
ghfjdksl
2019-10-01 11:27:11 UTC
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. |