Allow Ctrl-Shift-PgUp/PgDn for browsing

SVN revision: 2014
This commit is contained in:
2008-01-30 16:08:08 +00:00
parent a22e0d4179
commit 84975adda3
+1 -1
View File
@@ -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)