working on selection and scrolling in terminals
This commit is contained in:
parent
f58a15bbb1
commit
9e55c60b6a
4 changed files with 326 additions and 156 deletions
|
@ -363,9 +363,10 @@
|
|||
"enter": "terminal::RETURN",
|
||||
"left": "terminal::LEFT",
|
||||
"right": "terminal::RIGHT",
|
||||
"up": "terminal::HistoryBack",
|
||||
"down": "terminal::HistoryForward",
|
||||
"tab": "terminal::AutoComplete"
|
||||
"up": "terminal::UP",
|
||||
"down": "terminal::DOWN",
|
||||
"tab": "terminal::TAB",
|
||||
"cmd-k": "terminal::Clear"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue