Skip to content

Commit d2c1482

Browse files
committed
DOC-2498: Inability to type { character on German keyboard layouts.
1 parent 6e1ad61 commit d2c1482

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

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

179179
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.
180180

181+
=== Inability to type `{` character on German keyboard layouts
182+
183+
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.
184+
185+
This issue impacted users with German keyboard layouts by restricting their ability to type `{`, a commonly used symbol in coding and scripting.
186+
187+
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.
181188

182189
[[security-fixes]]
183190
== Security fixes

0 commit comments

Comments
 (0)