ID selectors added to iFrames in mediaContainer, can Enter or Esc

This commit is contained in:
mattpass
2020-03-14 10:58:10 +00:00
parent 3b53ef54ca
commit e666f38124
8 changed files with 31 additions and 16 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">
<body class="help" onkeydown="parent.ICEcoder.handleModalKeyUp(event, 'help')" onload="this.focus();">
<h1 id="title"><?php echo $t['shortcuts'];?></h1>