mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Allow Ctrl-Shift-PgUp/PgDn for browsing
SVN revision: 2014
This commit is contained in:
parent
a22e0d4179
commit
84975adda3
@ -230,7 +230,7 @@ function browse(evt)
|
|||||||
var unicode = evt.charCode ? evt.charCode : evt.keyCode;
|
var unicode = evt.charCode ? evt.charCode : evt.keyCode;
|
||||||
var actualkey = String.fromCharCode(unicode);
|
var actualkey = String.fromCharCode(unicode);
|
||||||
|
|
||||||
if (evt.ctrlKey && !evt.shiftKey && !evt.altKey) {
|
if (evt.ctrlKey && !evt.altKey) {
|
||||||
|
|
||||||
if (browser == 'MSIE') {
|
if (browser == 'MSIE') {
|
||||||
if (unicode == 10)
|
if (unicode == 10)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user