2023-01-01から1年間の記事一覧

MG_ScreenEdge.ahk

;=============================================================================== ; ; MouseGestureL.ahk - Screen Edge Recognition Module ; ; Created by lukewarm ; Modified by Pyonkichi ;======================================================…

MG_CommonLib.ahk

;=============================================================================== ; ; MouseGestureL.ahk - Common Functions Library ; ; Created by Pyonkichi ;=============================================================================== #Re…

Japanese.ahk

;=============================================================================== ; ; MouseGestureL.ahk - Language Definition Module ; << 日本語 >> ; Created by Pyonkichi ;====================================================================…

MG_Language

#Include %A_ScriptDir%\Languages\Japanese.ahk

MG_Config

MG_IniFileVersion=1.40 MG_8Dir=0 MG_ActiveAsTarget=0 MG_Interval=20 MG_AlwaysHook=1 MG_PrvntCtxtMenu=1 MG_Threshold=12 MG_LongThresholdX=800 MG_LongThresholdY=600 MG_LongThreshold=700 MG_TimeoutThreshold=12 MG_Timeout=1000 MG_DGInterval=0 …

;=============================================================================== ; ; MouseGestureL.ahk - Main Script ; Created by lukewarm ; Modified by Pyonkichi ;===========================================================================…