Allow Ctrl-Shift-PgUp/PgDn for browsing
SVN revision: 2014
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user