1

reenable scrollback keys

This commit is contained in:
2022-05-23 09:14:02 +02:00
parent 1af89fd5ac
commit 058447c47a

View File

@ -355,10 +355,10 @@ void Keyboard::trigger() {
void scroll_mode(Key key) { void scroll_mode(Key key) {
switch ((char)key) { switch ((char)key) {
case 'k': case 'k':
// kout.scroll_page_backward(); kout.scroll_page_backward();
break; break;
case 'j': case 'j':
// kout.scroll_page_forward(); kout.scroll_page_forward();
break; break;
} }
} }