#author("2019-05-21T14:54:17+09:00","default:ryuichi","ryuichi")
* 複数ウィンドウのコマンドプロンプトをCTRL-TABで切り替える [#n450d924]

 #IfWinActive ahk_class ConsoleWindowClass
 ^tab::
   winget, id, list, ahk_class consolewindowclass
   loop, %id%
   {
     stringtrimright, this_id, id%a_index%, 0
     id_list%a_index% = %this_id%
   }
   if (id >= 1) {
       _id := id_list%id%
       winactivate, ahk_id %_id%
   }
   return
 #IfWinActive


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