0 Members and 1 Guest are viewing this topic.
;; ------------------------------; Nvil; ------------------------------#IfWinActive ahk_exe NVil 1.0.exeend::EscAppsKey::ScrollLock; Retopo,::CapsLock ; for Draw MeshEnter:: Send [color=#9fcd32][tt]0[/tt][/color][color=#9fcd32][tt]Enter[/tt][/color]m:: Send [color=#9fcd32][tt]m[/tt][/color][color=#9fcd32][tt]ScrollLock[/tt][/color]RShift Up:: Send [color=#9fcd32][tt]RShift up[/tt][/color][color=#9fcd32][tt]2 up[/tt][/color]RCtrl Up:: Send [color=#9fcd32][tt]RCtrl Up[/tt][/color][color=#9fcd32][tt]RShift up[/tt][/color][color=#9fcd32][tt]1 up[/tt][/color]\ Up:: Send [color=#9fcd32][tt]\ Up[/tt][/color][color=#9fcd32][tt]RShift up[/tt][/color][color=#9fcd32][tt]3 up[/tt][/color]#IfWinActive#If (WinActive("ahk_exe NVil 1.0.exe") and (not GetKeyState("ScrollLock", "T"))) RCtrl::RCtrl RShift::RShift \::#If#If (WinActive("ahk_exe NVil 1.0.exe") and GetKeyState("ScrollLock", "T") and GetKeyState("RShift")) RCtrl::RCtrl#If#If (WinActive("ahk_exe NVil 1.0.exe") and GetKeyState("ScrollLock", "T")) RShift:: Send [color=#9fcd32][tt]RShift down[/tt][/color][color=#9fcd32][tt]2 down[/tt][/color] \::Send [color=#9fcd32][tt]RShift down[/tt][/color][color=#9fcd32][tt]3 down[/tt][/color]#If#If (WinActive("ahk_exe NVil 1.0.exe") and GetKeyState("ScrollLock", "T") and (not GetKeyState("RShift"))) RCtrl:: Send [color=#9fcd32][tt]RShift down[/tt][/color][color=#9fcd32][tt]1 down[/tt][/color]#If