You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Fixed mouse AltTab hotkeys not suppressing execution of a prefix hotkey, such as <code>1::</code> for <code>1 & WheelDown::AltTab</code>. (v2.0.4で生じた不具合)</p>
148
+
<p>マウスのAltTabホットキーが、<code>1 & WheelDown::AltTab</code>に<code>1::</code>を割り当てるようなプレフィックスホットキーの実行を抑制しないように修正されました。(v2.0.4で生じた不具合)</p>
149
149
<p>Fixed hook hotkeys not recognizing modifiers which are pressed down by SendInput.</p>
150
150
<p>Fixed A_AhkPath to not be reliant on the case/format of the command line used to launch the process.</p>
151
151
<p>Fixed heap corruption during window searches involving groups. (v2.0.6で生じた不具合)</p>
152
152
<p><strong>ランチャー</strong></p>
153
-
<p>Fixed #Requires not being detected if followed by a comment other than <code>; prefer <i>xxx</i></code>. (v2.0.6で生じた不具合)</p>
<p>カスタムコンボで、<code>a & b::</code>、<code>a::</code>、<code>a up::</code>のようなホットキーのセットが、#HotIfで<code>a::</code>だけが無効になっている場合、<kbd>a</kbd>のリリースを抑制できないバグを修正。</p>
198
+
<p>カスタムコンボで、<code>a & b::</code>、<code>a::</code>、<code>a up::</code>のようなホットキーのセットが、#HotIfで<code>a::</code>だけが無効になっている場合、<kbd>a</kbd>のリリースを抑制できないバグを修正しました。</p>
0 commit comments