ref: 8f293dc9c2b1ecd85104a48467723733c574866d
parent: 3085ecb1d86ef9b57c9b7edc5746d91130bbb31b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Mar 13 17:38:28 EDT 2016
kbdfs: map Kup/Kdown the same in shift tab (fixes shift-[up]/[down] one-line scroll in rio over drawterm/vncs)
--- a/sys/src/cmd/aux/kbdfs/kbdfs.c
+++ b/sys/src/cmd/aux/kbdfs/kbdfs.c
@@ -161,7 +161,7 @@
[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] =
--
⑨