Commit 1af78b7a authored by Nemo Ma's avatar Nemo Ma

Bugfix on Hotkeys

Bugfix: changed the hotkeys for dialogue Previous/Next pages to resolve the Z key conflict.
(diamond_shovel)
parent 34c74845
...@@ -30,10 +30,10 @@ ...@@ -30,10 +30,10 @@
</table> </table>
<br> <br>
<!--{if $dkey > 0}--> <!--{if $dkey > 0}-->
<input type="button" class="cmdbutton" id="c" style="margin-right: 5%;" value="[C]上一页" onclick="changePages('d',-1);"> <input type="button" class="cmdbutton" id="i" style="margin-right: 5%;" value="[I]上一页" onclick="changePages('d',-1);">
<!--{/if}--> <!--{/if}-->
<!--{if (($dkey <= ($endpage-1)) || (isset($dialogue_branch[$dialogue_id])))}--> <!--{if (($dkey <= ($endpage-1)) || (isset($dialogue_branch[$dialogue_id])))}-->
<input type="button" class="cmdbutton" id="z" value="[Z]下一页" onclick="changePages('d',1);"> <input type="button" class="cmdbutton" id="p" value="[P]下一页" onclick="changePages('d',1);">
<!--{elseif isset($dialogue_end[$dialogue_id])}--> <!--{elseif isset($dialogue_end[$dialogue_id])}-->
$dialogue_end[$dialogue_id] $dialogue_end[$dialogue_id]
<!--{/if}--> <!--{/if}-->
......
...@@ -27,4 +27,4 @@ ...@@ -27,4 +27,4 @@
</div> </div>
<input type="button" class="cmdbutton" id="zz" name="submit" value="[Z]提交" onclick="postCmd('gamecmd','command.php');this.disabled=true;"> <input type="button" class="cmdbutton" id="zz" name="submit" value="[Z]提交" onclick="postCmd('gamecmd','command.php');this.disabled=true;">
<input type="button" class="cmdbutton" value="放弃" onclick="postCmd('gamecmd','command.php');this.disabled=true;"> <input type="button" class="cmdbutton" id="x" name="submit" value="[X]放弃" onclick="postCmd('gamecmd','command.php');this.disabled=true;">
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment