diff --git a/Documentation/release/dev/cocoa-backspace-keysym.md b/Documentation/release/dev/cocoa-backspace-keysym.md new file mode 100644 index 0000000000000000000000000000000000000000..693e8d929831dea894c322e5c0280b672158dfc5 --- /dev/null +++ b/Documentation/release/dev/cocoa-backspace-keysym.md @@ -0,0 +1,4 @@ +### Fixed Cocoa incorrect KeySym + +Pressing backspace on Cocoa (macOS) would generate the keysym `Backspace`, which +was inconsistent with other OSes. It has been fixed to generate `BackSpace` as expected.