-1
押された最後の2個のキーを無視するスクリプト(ahk)の作成方法を知りたいのであれば、非常に感謝します。AHK - 10個のキーのセットから最後に押された2個のキーを無視する方法
例えば、私たちは10個の鍵のセットとしてA、B、C、D、E、F、G、H、I、Jを持っています。
私はスクリプトは次のように行動したい:スクリプトの開始時に :
-say key A is pressed - send custom action
-say key B is pressed - send custom action
-say Key A is pressed - send A
-say key B is pressed - send B
-say key C is pressed - send custom action
-say Key C is pressed - send C
-say Key B is pressed - send B
-say key A is pressed - send custom action again as the script would need to now ignore keys C and B (this is the part that im struggling with)
私はエラーレベルを使用してループにし、GetKeyStateが、運とA_PriorHotkeyを使用してみましたが...
どんな助力もありがとうございます。
ありがとうございます。