From 6c3f6e79815571c0a3e48ee255326cbd4ce4f6bb Mon Sep 17 00:00:00 2001 From: master Date: Tue, 3 Sep 2024 06:22:35 +0900 Subject: [PATCH] Project translation --- target/docs/lib/A_HotkeyModifierTimeout.htm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/docs/lib/A_HotkeyModifierTimeout.htm b/target/docs/lib/A_HotkeyModifierTimeout.htm index 5dbaf593..74efe576 100644 --- a/target/docs/lib/A_HotkeyModifierTimeout.htm +++ b/target/docs/lib/A_HotkeyModifierTimeout.htm @@ -2,7 +2,7 @@ A_HotkeyModifierTimeout - 構文と使用法|AutoHotkey v2 - + @@ -13,9 +13,9 @@

A_HotkeyModifierTimeout

-

A_HotkeyModifierTimeout is a built-in variable that affects the behavior of Send with hotkey modifiers Ctrl, Alt, Win, and Shift. Specifically, it defines how long after a hotkey is pressed that its modifier keys are assumed to still be held down. Sendが、修飾キーを一時的に離した後、押し戻すかどうかを判断するために使用されます。

-

A_HotkeyModifierTimeout は、 整数です。 ホットキーのインターバルをミリ秒単位で指定します。If -1, it never times out (modifier keys are always pushed back down after the Send). If 0, it always times out (modifier keys are never pushed back down).

-

The default setting is 50 (ms).

+

A_HotkeyModifierTimeoutは、Send関数でコントロールAltWINシフトホットキー修飾キーを使うときの動作に影響する組み込み変数です。具体的には、ホットキーが押されてからその修飾キーが押されたままとみなされるまでの時間を定義します。Sendが、修飾キーを一時的に離した後、押し戻すかどうかを判断するために使用されます。

+

A_HotkeyModifierTimeout は、 整数です。 ホットキーのインターバルをミリ秒単位で指定します。-1のときは、タイムアウトしません。Sendの後、修飾キーは常に押し戻されます。0のときは、常にタイムアウトします。修飾キーが押し戻されることはありません。

+

初期値は50ミリ秒です。

備考

この変数は、以下の場合に効果がありません: