mono / xwt

A cross-platform UI toolkit for creating desktop applications with .NET and Mono
MIT License
1.37k stars 241 forks source link

[Xwt.Mac] Handle non-roman keyboard layouts correctly #1083

Closed iainx closed 2 years ago

iainx commented 2 years ago

Switch to using Characters instead of CharactersIgnoringModifiers as Cocoa passes the Roman key in Characters when used with a modifier so that commands like cmd+v still work correctly

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1454138