From 144cd4b0d78c8cf50a68e49103ed1ea9835f9fe3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 9 Oct 2014 03:22:27 +0400 Subject: [PATCH] minor fixups to kb mappings... Signed-off-by: Alex A. Naanou --- ui/keybindings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/keybindings.js b/ui/keybindings.js index 9b9e279b..b0ca60cf 100755 --- a/ui/keybindings.js +++ b/ui/keybindings.js @@ -370,6 +370,8 @@ var KEYBOARD_CONFIG = { }), ctrl: 'next-screen', }, + PgUp: 'next-screen', + PgDown: 'prev-screen', 'prev-screen': doc('Previous screen', function(){ event.preventDefault()