Textarea keybindings (#470)

* first commit for textarea keybindings

* added empty onkeydown to get around default behavior for now

* added history keybindings

* removed tab special case

* fix two small issues with keybindings
This commit is contained in:
Cole Lashley
2024-03-21 18:26:21 -07:00
committed by GitHub
parent 75a82de5bf
commit f705a4df0a
2 changed files with 270 additions and 218 deletions
+4
View File
@@ -15,6 +15,10 @@
"command": "generic:confirm",
"keys": ["Enter"]
},
{
"command": "generic:expandTextInput",
"keys": ["Shift:Enter", "Ctrl:Enter"]
},
{
"command": "generic:deleteItem",
"keys": ["Backspace", "Delete"]
File diff suppressed because it is too large Load Diff