mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 10:15:55 +02:00
* Page Up / Page Down for SyncTERM
* Page Down fixes * Down arrow fixes
This commit is contained in:
parent
45aa97071e
commit
521710e6ec
2 changed files with 11 additions and 8 deletions
|
@ -263,6 +263,8 @@ function Client(input, output) {
|
|||
// SyncTERM / EtherTerm
|
||||
'[K' : { name : 'end' },
|
||||
'[@' : { name : 'insert' },
|
||||
'[V' : { name : 'page up' },
|
||||
'[U' : { name : 'page down' },
|
||||
|
||||
// other
|
||||
'[Z' : { name : 'tab', shift : true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue