複数ウィンドウのコマンドプロンプトをCTRL-TABで切り替える

 #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

Last-modified: 2019-05-21 (火) 14:54:18