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
Keyboard shortcuts for formatting will stop working, when the CAPSLOCK key is ON - for Windows 10 & Linux (Ubuntu) (Chrome + Firefox)
Steps to reproduce
On a Windows PC or l atest Ubuntu visit the demo with Chrome (mine's on version 72.0.3626.109 64 bit) browser. Also reproducible in Firefox. Works fine in IE & Edge.
ProseMirror version
Latest Version
Affected platforms
OS
Windows
Mac
Linux
Browser
Chrome
Firefox
Internet Explorer
Other
Current Workaround
When binding keys I bind bold & italics for both Uppercase & Lowercase.
if (type = schema.marks.strong) {
bind("Mod-B", toggleMark(type))
bind("Mod-b", toggleMark(type))
}
Issue details
Keyboard shortcuts for formatting will stop working, when the CAPSLOCK key is ON - for Windows 10 & Linux (Ubuntu) (Chrome + Firefox)
Steps to reproduce
On a Windows PC or l atest Ubuntu visit the demo with Chrome (mine's on version 72.0.3626.109 64 bit) browser. Also reproducible in Firefox. Works fine in IE & Edge.
ProseMirror version
Latest Version
Affected platforms
OS
Browser
Current Workaround
When binding keys I bind bold & italics for both Uppercase & Lowercase.