Skip to content

Commit 2f3592d

Browse files
mastermaster
authored andcommitted
Project translation
1 parent 2ae591b commit 2f3592d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

target/docs/lib/MouseClick.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ <h2 id="Parameters">パラメータ</h2>
4242
<dt>Speed</dt>
4343
<dd>
4444
<p>Type: <a href="../Concepts.htm#numbers">Integer</a></p>
45-
<p>省略されたときは、<a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a>で設定された速度(設定されていないときは2)が初期値として使用されます。そうでないときは、マウスを動かす速度を0(最速) から100(最低)の範囲で指定します。スピードを0にすると、マウスが瞬時に動きます</p>
46-
<p><em>Speed</em> is ignored for the modes <a href="SendMode.htm#Input">SendInput</a> and <a href="SendMode.htm#Play">SendPlay</a>; they move the mouse instantaneously (though <a href="SetMouseDelay.htm">SetMouseDelay</a> has a mode that applies to SendPlay). To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use <code><a href="Send.htm#Click">SendEvent "{Click 100 200}"</a></code> or <code><a href="SendMode.htm">SendMode</a> "Event"</code> (optionally in conjuction with <a href="BlockInput.htm">BlockInput</a>).</p>
45+
<p>省略されたときは、<a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a>で設定された速度(設定されていないときは2)が初期値として使用されます。そうでないときは、マウスを動かす速度を0(最速) から100(最低)の範囲で指定します。speedを0にすると、マウスが移動します</p>
46+
<p><em>Speed</em>の設定は、<a href="SendMode.htm#Input">SendInput</a>関数と<a href="SendMode.htm#Play">SendPlay</a>関数では無視され、マウスは瞬時に移動します。(ただし、<a href="SetMouseDelay.htm">SetMouseDelay</a>関数には、SendPlayに適用されるモードがあります。)To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use <code><a href="Send.htm#Click">SendEvent "{Click 100 200}"</a></code> or <code><a href="SendMode.htm">SendMode</a> "Event"</code> (optionally in conjuction with <a href="BlockInput.htm">BlockInput</a>).</p>
4747
</dd>
4848

4949
<dt>DownOrUp</dt>
@@ -76,7 +76,7 @@ <h2 id="Remarks">備考</h2>
7676
Send "{Shift down}"
7777
MouseClick "left", 55, 233
7878
Send "{Shift up}"</pre>
79-
<p><a href="SendMode.htm#Play">SendPlayモード</a>は、他のモードに比べ、より幅広いゲームにおいてマウスイベントを正常に発生させることができます。また、アプリケーションやゲームによっては、マウスの動きが速いと追従性が悪くなることがあります。The <em>Speed</em> parameter or <a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a> can be used to reduce the speed (in <a href="SendMode.htm#Event">SendEvent mode</a> only).</p>
79+
<p><a href="SendMode.htm#Play">SendPlayモード</a>は、他のモードに比べ、より幅広いゲームにおいてマウスイベントを正常に発生させることができます。また、アプリケーションやゲームによっては、マウスの動きが速いと追従性が悪くなることがあります。<em>Speed</em>パラメータや<a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a>関数で、マウススピードを落とすことができます(<a href="SendMode.htm#Event">SendEvent mode</a> のみ)。</p>
8080
<p>アプリケーションによっては、マウスホイールの<em>ClickCount</em>が1以上でないと従わないものがあります。それらには、以下のような<a href="Loop.htm">Loop</a>を使用します:</p>
8181
<pre>Loop 5
8282
MouseClick "WheelUp"</pre>

target/docs/lib/MouseClickDrag.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ <h2 id="Parameters">パラメータ</h2>
4141
<dt>Speed</dt>
4242
<dd>
4343
<p>Type: <a href="../Concepts.htm#numbers">Integer</a></p>
44-
<p>省略されたときは、<a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a>で設定された速度(設定されていないときは2)が初期値として使用されます。そうでないときは、マウスを動かす速度を0(最速) から100(最低)の範囲で指定します。スピードを0にすると、マウスが瞬時に動きます</p>
45-
<p><em>Speed</em> is ignored for the modes <a href="SendMode.htm#Input">SendInput</a> and <a href="SendMode.htm#Play">SendPlay</a>; they move the mouse instantaneously (though <a href="SetMouseDelay.htm">SetMouseDelay</a> has a mode that applies to SendPlay). To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use <code><a href="Send.htm#Click">SendEvent "{Click 100 200}"</a></code> or <code><a href="SendMode.htm">SendMode</a> "Event"</code> (optionally in conjuction with <a href="BlockInput.htm">BlockInput</a>).</p>
44+
<p>省略されたときは、<a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a>で設定された速度(設定されていないときは2)が初期値として使用されます。そうでないときは、マウスを動かす速度を0(最速) から100(最低)の範囲で指定します。speedを0にすると、マウスが移動します</p>
45+
<p><em>Speed</em>の設定は、<a href="SendMode.htm#Input">SendInput</a>関数と<a href="SendMode.htm#Play">SendPlay</a>関数では無視され、マウスは瞬時に移動します。(ただし、<a href="SetMouseDelay.htm">SetMouseDelay</a>関数には、SendPlayに適用されるモードがあります。)To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use <code><a href="Send.htm#Click">SendEvent "{Click 100 200}"</a></code> or <code><a href="SendMode.htm">SendMode</a> "Event"</code> (optionally in conjuction with <a href="BlockInput.htm">BlockInput</a>).</p>
4646
</dd>
4747

4848
<dt>Relative</dt>

target/docs/lib/MouseMove.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ <h2 id="Parameters">パラメータ</h2>
2727
<dt>Speed</dt>
2828
<dd>
2929
<p>Type: <a href="../Concepts.htm#numbers">Integer</a></p>
30-
<p>省略されたときは、<a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a>で設定された速度(設定されていないときは2)が初期値として使用されます。そうでないときは、マウスを動かす速度を0(最速) から100(最低)の範囲で指定します。スピードを0にすると、マウスが瞬時に動きます</p>
31-
<p><em>Speed</em> is ignored for the modes <a href="SendMode.htm#Input">SendInput</a> and <a href="SendMode.htm#Play">SendPlay</a>; they move the mouse instantaneously (though <a href="SetMouseDelay.htm">SetMouseDelay</a> has a mode that applies to SendPlay). To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use <code><a href="Send.htm#Click">SendEvent "{Click 100 200}"</a></code> or <code><a href="SendMode.htm">SendMode</a> "Event"</code> (optionally in conjuction with <a href="BlockInput.htm">BlockInput</a>).</p>
30+
<p>省略されたときは、<a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a>で設定された速度(設定されていないときは2)が初期値として使用されます。そうでないときは、マウスを動かす速度を0(最速) から100(最低)の範囲で指定します。speedを0にすると、マウスが移動します</p>
31+
<p><em>Speed</em>の設定は、<a href="SendMode.htm#Input">SendInput</a>関数と<a href="SendMode.htm#Play">SendPlay</a>関数では無視され、マウスは瞬時に移動します。(ただし、<a href="SetMouseDelay.htm">SetMouseDelay</a>関数には、SendPlayに適用されるモードがあります。)To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use <code><a href="Send.htm#Click">SendEvent "{Click 100 200}"</a></code> or <code><a href="SendMode.htm">SendMode</a> "Event"</code> (optionally in conjuction with <a href="BlockInput.htm">BlockInput</a>).</p>
3232
</dd>
3333

3434
<dt>Relative</dt>
@@ -42,7 +42,7 @@ <h2 id="Parameters">パラメータ</h2>
4242

4343
<h2 id="Remarks">備考</h2>
4444
<p><a href="SendMode.htm">SendMode</a>で設定された送信方式を使用します。</p>
45-
<p><a href="SendMode.htm#Play">SendPlayモード</a>は、他のモードに比べ、より幅広いゲームにおいてマウスイベントを正常に発生させることができます。また、アプリケーションやゲームによっては、マウスの動きが速いと追従性が悪くなることがあります。The <em>Speed</em> parameter or <a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a> can be used to reduce the speed (in <a href="SendMode.htm#Event">SendEvent mode</a> only).</p>
45+
<p><a href="SendMode.htm#Play">SendPlayモード</a>は、他のモードに比べ、より幅広いゲームにおいてマウスイベントを正常に発生させることができます。また、アプリケーションやゲームによっては、マウスの動きが速いと追従性が悪くなることがあります。<em>Speed</em>パラメータや<a href="SetDefaultMouseSpeed.htm">SetDefaultMouseSpeed</a>関数で、マウススピードを落とすことができます(<a href="SendMode.htm#Event">SendEvent mode</a> のみ)。</p>
4646
<p><a href="BlockInput.htm">BlockInput</a>関数を使用すると、ユーザーによる物理的なマウス操作が、マウス関数によって生成されるシミュレーションマウスイベントを妨害することを防ぐことができます。However, this is generally not needed for the modes <a href="SendMode.htm#Input">SendInput</a> and <a href="SendMode.htm#Play">SendPlay</a> because they automatically postpone the user's physical mouse activity until afterward.</p>
4747
<p>マウスを動かすたびに自動で遅延が発生します(<a href="SendMode.htm#Input">SendInputモードは</a>除く)。ディレイの長さを変更する場合は、<a href="SetMouseDelay.htm">SetMouseDelay</a>を使用します。</p>
4848
<p>以下は、特定のマルチモニター構成でより良く機能する可能性のある、マウスカーソルを移動する別の方法です:</p>

target/docs/lib/SetDefaultMouseSpeed.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2 id="Parameters">パラメータ</h2>
2121
<dt>Speed</dt>
2222
<dd>
2323
<p>Type: <a href="../Concepts.htm#numbers">Integer</a></p>
24-
<p>マウスを動かす速度を0(最速)~100(最遅)の範囲で指定します。スピードを0にすると、マウスが瞬時に動きます</p>
24+
<p>マウスを動かす速度を0(最速)~100(最遅)の範囲で指定します。speedを0にすると、マウスが移動します</p>
2525
</dd>
2626

2727
</dl>

0 commit comments

Comments
 (0)