Skip to content

Commit

Permalink
Project translation
Browse files Browse the repository at this point in the history
  • Loading branch information
master authored and master committed Mar 14, 2024
1 parent dec43c4 commit 40ff7ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions target/docs/KeyList.htm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 id="toc">目次</h2>
<ul>
<li><a href="#mouse-general">一般的なボタン</a></li>
<li><a href="#mouse-advanced">高度なボタン</a></li>
<li><a href="#mouse-wheel">ホイール</a></li>
<li><a href="#mouse-wheel">車輪</a></li>
</ul>
</li>
<li><a href="#keyboard">キーボード</a>
Expand Down Expand Up @@ -72,7 +72,7 @@ <h3 id="mouse-advanced">高度なボタン</h3>
<td>マウスの 5 番目のボタン。通常、Browser_Forward と同じ機能を実行します。</td>
</tr>
</table>
<h3 id="mouse-wheel">ホイール</h3>
<h3 id="mouse-wheel">車輪</h3>
<table class="info">
<tr>
<th style="width:12em">名前</th>
Expand All @@ -83,11 +83,11 @@ <h3 id="mouse-wheel">ホイール</h3>
<td>ハンドルを下(手前)に回します。</td>
</tr>
<tr>
<td>WheelUp</td>
<td>ハンドルを上 (自分から離れる方向)に 回します。</td>
<td>ホイールアップ</td>
<td>ハンドルを上に (自分から離れる方向に) 回します。</td>
</tr>
<tr>
<td>WheelLeft<br>WheelRight</td>
<td>ホイール左<br>ホイール右</td>
<td><p>左右にスクロールします。</p>
<p>これらは <a href="Hotkeys.htm#HWheel">ホットキーとして使用</a>できます (すべてではない) 一部のマウスには、2 番目のホイールまたはホイールを左右に傾けることができます。場合によっては、マウスにバンドルされているソフトウェアを使用して、この機能を制御する必要があります。特定のマウスに関係なく、<a href="lib/Send.htm">Send</a><a href="lib/Click.htm">Click</a> を使用して、それをサポートするプログラムで水平方向にスクロールできます。</p></td>
</tr>
Expand Down

0 comments on commit 40ff7ca

Please sign in to comment.