mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 08:50:04 -04:00
fix shift+back in /bin/edit - it should backspace normally
This commit is contained in:
parent
db91f2c601
commit
be1cf8c24c
@ -51,7 +51,7 @@ local function loadConfig()
|
||||
pageUp = {{"pageUp"}},
|
||||
pageDown = {{"pageDown"}},
|
||||
|
||||
backspace = {{"back"}},
|
||||
backspace = {{"back"}, {"shift", "back"}},
|
||||
delete = {{"delete"}},
|
||||
deleteLine = {{"control", "delete"}, {"shift", "delete"}},
|
||||
newline = {{"enter"}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user