Skip to content

Commit 4c6269c

Browse files
Vadim Dyachenkomarijnh
authored andcommitted
Do not consider key-127 (F16) to be Delete
As per codemirror#5829
1 parent 11e5868 commit 4c6269c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/keynames.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export let keyNames = {
33
19: "Pause", 20: "CapsLock", 27: "Esc", 32: "Space", 33: "PageUp", 34: "PageDown", 35: "End",
44
36: "Home", 37: "Left", 38: "Up", 39: "Right", 40: "Down", 44: "PrintScrn", 45: "Insert",
55
46: "Delete", 59: ";", 61: "=", 91: "Mod", 92: "Mod", 93: "Mod",
6-
106: "*", 107: "=", 109: "-", 110: ".", 111: "/", 127: "Delete", 145: "ScrollLock",
6+
106: "*", 107: "=", 109: "-", 110: ".", 111: "/", 145: "ScrollLock",
77
173: "-", 186: ";", 187: "=", 188: ",", 189: "-", 190: ".", 191: "/", 192: "`", 219: "[", 220: "\\",
88
221: "]", 222: "'", 63232: "Up", 63233: "Down", 63234: "Left", 63235: "Right", 63272: "Delete",
99
63273: "Home", 63275: "End", 63276: "PageUp", 63277: "PageDown", 63302: "Insert"

0 commit comments

Comments
 (0)