You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getEnvKeystrokeText supports FOO+BAR keystrokes on Mac only at this moment. When FOO+BAR+BAZ (e.g. CTRL+SHIFT+X) is passed the last segment is ignored (outputs ⌘SHIFT).
The getEnvKeystrokeText should convert "shift" to ⇧ on Mac.
The result should be ⌘⇧ X on Mac and Ctrl+Shift+X on other OSs.
The text was updated successfully, but these errors were encountered:
oleq
changed the title
Advanced keystrokes in getEnvKeystrokeText are broken on Mac
Long keystrokes in getEnvKeystrokeText are broken on Mac
Nov 22, 2017
oleq
referenced
this issue
in ckeditor/ckeditor5-utils
Nov 22, 2017
getEnvKeystrokeText
supports FOO+BAR keystrokes on Mac only at this moment. When FOO+BAR+BAZ (e.g. CTRL+SHIFT+X) is passed the last segment is ignored (outputs ⌘SHIFT).getEnvKeystrokeText
should convert "shift" to ⇧ on Mac.A follow-up of https://github.com/ckeditor/ckeditor5-basic-styles/pull/58/files#r152160035.
The text was updated successfully, but these errors were encountered: