* ホットキーでなくスクリプト内で修飾キーを判定 [#r8de9678]

 x::
 +x::
   if (GetKeyState("Shift")) {
     MsgBox with Shift
   } else {
     MsgBox without Shift
   }
   Return

** 参考 [#q98f3d3a]
https://www.autohotkey.com/docs/Scripts.htm

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS