From c657778f60b9e026fa247d776392509c2c9bd20d Mon Sep 17 00:00:00 2001 From: ronso0 Date: Mon, 29 Jan 2024 14:46:22 +0100 Subject: [PATCH] fix typo in changelog --- source/chapters/appendix/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chapters/appendix/changelog.rst b/source/chapters/appendix/changelog.rst index daaa018b41..3b0230cba9 100644 --- a/source/chapters/appendix/changelog.rst +++ b/source/chapters/appendix/changelog.rst @@ -441,7 +441,7 @@ Controller Backend * Log warning if deprecated control is used `#11972 `__ * ControlObject alias improvements `#11973 `__ * Repeat certain control actions if keyboard key is held `#12474 `__ -* Keyboard mapping: Return triggers doubleclick, move Preview functions to P / Shift+P `#12639 `__ +* Keyboard mapping: Return triggers double-click, move Preview functions to P / Shift+P `#12639 `__ * Keyboard sheet update `#12578 `__ * Logging: Add support for ``QT_MESSAGE_PATTERN`` environment variable `#3204 `__