Use onkeyup, handle top level for manual and generally

This commit is contained in:
mattpass
2020-03-14 11:26:31 +00:00
parent e666f38124
commit 0ce5fc0bd2
8 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ $t = $text['help'];
<link rel="stylesheet" type="text/css" href="help.css?microtime=<?php echo microtime(true);?>">
</head>
<body class="help" onkeydown="parent.ICEcoder.handleModalKeyUp(event, 'help')" onload="this.focus();">
<body class="help" onkeyup="parent.ICEcoder.handleModalKeyUp(event, 'help')" onload="this.focus();">
<h1 id="title"><?php echo $t['shortcuts'];?></h1>