Limit Backspace-consuming workaround to just Slate, tidy Keyboard :)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
dc9018dc11
commit
1ec0bb284a
2 changed files with 6 additions and 2 deletions
|
@ -66,7 +66,10 @@ export const Key = {
|
|||
End: "End",
|
||||
PAGE_UP: "PageUp",
|
||||
PAGE_DOWN: "PageDown",
|
||||
BACKSPACE: "Backspace",
|
||||
BACKTICK: "`",
|
||||
SPACE: " ",
|
||||
ENTER: "Enter",
|
||||
|
||||
K: "k",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue