1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-30 17:34:31 +01:00

Deployed 252a175 with MkDocs version: 1.6.1

This commit is contained in:
2024-11-27 20:01:21 +00:00
parent bf3a280955
commit d7544dd90d
2 changed files with 9 additions and 8 deletions

View File

@ -5022,15 +5022,16 @@
</div> </div>
<details class="tip"> <details class="tip">
<summary>Keyboard</summary> <summary>Keyboard</summary>
<p>Keyboard is the default input method.</p> <p>Keyboard is the default input method. </p>
<p>The default layout uses:</p>
<ul> <ul>
<li>The default layout uses ++D++++F++ ++J+++K++ for the P1 drum input</li> <li><span class="keys"><kbd class="key-d">D</kbd></span><span class="keys"><kbd class="key-f">F</kbd></span> <span class="keys"><kbd class="key-j">J</kbd></span><span class="keys"><kbd class="key-k">K</kbd></span> for the P1 drum input</li>
<li>++Z++++X++ ++C+++V++ for the P2 drum input</li> <li><span class="keys"><kbd class="key-z">Z</kbd></span><span class="keys"><kbd class="key-x">X</kbd></span> <span class="keys"><kbd class="key-c">C</kbd></span><span class="keys"><kbd class="key-v">V</kbd></span> for the P2 drum input</li>
<li>++P++ to <code>Insert Card</code></li> <li><span class="keys"><kbd class="key-p">P</kbd></span> to <code>Insert Card</code></li>
<li>++F2++ to <code>SERVICE</code></li> <li><span class="keys"><kbd class="key-f2">F2</kbd></span> to <code>SERVICE</code></li>
<li>++ENTER++ to add coins</li> <li><span class="keys"><kbd class="key-enter">Enter</kbd></span> to add coins</li>
</ul> </ul>
<p>If you wish to view or change all the default keybinds, you can do so in <code>keyconfig.toml.</code></p> <p>If you wish to view or change all the default keybinds, you can do so in <code>keyconfig.toml</code></p>
</details> </details>
<details class="tip"> <details class="tip">
<summary>Controller</summary> <summary>Controller</summary>

File diff suppressed because one or more lines are too long