kbdfs: map Kup/Kdown the same in shift tab (fixes shift-[up]/[down] one-line scroll in rio over drawterm/vncs)
This commit is contained in:
parent
7b8fcd1269
commit
394733c17b
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ Rune kbtabshift[Nscan] =
|
|||
[0x60] 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
[0x68] 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
[0x70] 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
[0x78] 0, Kup, 0, Kup, 0, 0, 0, 0,
|
||||
[0x78] 0, Kdown, 0, Kup, 0, 0, 0, 0,
|
||||
};
|
||||
|
||||
Rune kbtabesc1[Nscan] =
|
||||
|
|
Loading…
Reference in a new issue