さて、私が書いたこの自動ホットキー スクリプトがあり、次のようになります。
^1::SendInput t/accepthelp 1{enter}
^2::SendInput t/accepthelp 2{enter}
^3::SendInput t/accepthelp 3{enter}
^4::SendInput t/accepthelp 4{enter}
^5::SendInput t/accepthelp 5{enter}
^6::SendInput t/accepthelp 6{enter}
^7::SendInput t/accepthelp 7{enter}
^8::SendInput t/accepthelp 8{enter}
^9::SendInput t/accepthelp 9{enter}
これは SAMP 向けであり、かなりうまく機能します。tは、ゲームで入力ボックスを開くトリガーとなるキーです。
私がする必要があるのはこれです: ゲームでボックスを手動で開いて ( tを押します)、ホットキーをランダムに押しても、何も送信されたくないのです! 入力ボックスが画面上にある場合 - その間、ホットキーは無効にする必要があります。入力ボックスが非表示/閉じている場合にのみ機能します。
これを達成する方法はありますか?
ありがとうございました。