Skip to content

Commit 844c849

Browse files
kemister85Farzad Hayat
andauthored
DOC-2498: Inability to type { character on German keyboard layouts. (#3491)
* DOC-2498: Inability to type { character on German keyboard layouts. * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Farzad Hayat <[email protected]> --------- Co-authored-by: Farzad Hayat <[email protected]>
1 parent 1c7dc1d commit 844c849

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/ROOT/pages/7.5-release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@ A visual bug introduced in {productname} version xref:7.2.1-release-notes.adoc#l
202202

203203
In {productname} {release-version}, this has been corrected. The focus highlight is now correctly displayed above the tag name when navigating through the statusbar path, ensuring a clear and visible focus indication.
204204

205+
=== Inability to type `{` character on German keyboard layouts
206+
207+
In previous versions of {productname}, an issue was identified on German Mac keyboard layouts where the `+Option+8+` keyboard combination, used to type the opening curved bracket `{`, conflicted with the `+Alt+F12+` shortcut, which is used to focus notifications in the {productname} editor. This conflict occurred because, on German Mac keyboards, `+Option+8+` generated a key code that overlapped with the `+Alt+F12+` function, preventing users from typing `{` in the editor.
208+
209+
To address this, {productname} {release-version} updates the keyboard event handling, implementing the `event.key` property rather than relying on numeric key codes. This solution ensures that the `{` character can be typed using `+Option+8+` on German Mac keyboards without interfering with the `+Alt+F12+` notification focus shortcut.
210+
205211
[[security-fixes]]
206212
== Security fixes
207213

0 commit comments

Comments
 (0)