Fix shortcuts when CapsLock is on #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I do not think it reasonable to shortcuts with modifiers to work with shift or caps lock on. I tried several applications, and they all do either something else or nothing for shift-ctrl-a.
I agree. I only want to fix CaspLock on but not shift.
Ctrl + awith CapsLock on or off effects different. With CapsLock on, selecting all is caused by browser, which will cause scrolling.I think shift is different with CapsLock on. CapsLock on is a state. It shouldn't be considered a part of shortcut key.
So may handle CapsLock in
prosemirror-keymapbetter.Pull request closed