From 84975adda3e39618a42cd787cb944a749dfffa20 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 30 Jan 2008 16:08:08 +0000 Subject: [PATCH] Allow Ctrl-Shift-PgUp/PgDn for browsing SVN revision: 2014 --- scripts/elcode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/elcode.js b/scripts/elcode.js index 55afcc86..d3122b72 100755 --- a/scripts/elcode.js +++ b/scripts/elcode.js @@ -230,7 +230,7 @@ function browse(evt) var unicode = evt.charCode ? evt.charCode : evt.keyCode; var actualkey = String.fromCharCode(unicode); - if (evt.ctrlKey && !evt.shiftKey && !evt.altKey) { + if (evt.ctrlKey && !evt.altKey) { if (browser == 'MSIE') { if (unicode == 10)