Windows8 + マウスジェスチャーソフト「MouseGestureL.ahk」
Windows 8で使いやすいマウスジェスチャーを調べなおしてみた。
環境: Windows 8 Professional 64bit 英語版
「MouseGestureL.ahk」というのがいろいろ出来て便利そう。
- MouseGestureL.ahk
- MouseGestureL.ahk is a script written by AutoHotkey_L that allows Windows User a highly customizable interface to mouse gestures .マウスジェスチャ機能を実現する常駐スクリプト。 - Google Project Hosting
- マウスだけでWindowsを素早く操作できるフリーソフト!マウスジェスチャーソフト「MouseGestureL.ahk」が便利!! | jMatsuzaki
同じジェスチャーでウィンドウの最大化と元に戻す動作を実現するスクリプトはこんな感じで実現できる。
if(MG_Win("MinMax")=1){
WinRestore
}else{
WinMaximize
}
ヘルプを読める人なら便利に使えると思う。
< Related Posts >