mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 00:41:56 +02:00
* Merged changes
This commit is contained in:
commit
cb5fc13da5
11 changed files with 217 additions and 16 deletions
|
@ -18,10 +18,11 @@ var VIEW_SPECIAL_KEY_MAP_DEFAULT = {
|
|||
next : [ 'tab' ],
|
||||
up : [ 'up arrow' ],
|
||||
down : [ 'down arrow' ],
|
||||
|
||||
clear : [ 'ctrl-y' ],
|
||||
end : [ 'end' ],
|
||||
home : [ 'home' ],
|
||||
left : [ 'left arrow' ],
|
||||
right : [ 'right arrow' ],
|
||||
clearLine : [ 'end of medium' ],
|
||||
};
|
||||
|
||||
function View(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue