Skip to content

Commit

Permalink
instruction pngs
Browse files Browse the repository at this point in the history
  • Loading branch information
obviousjim committed Sep 2, 2014
1 parent 0b576e6 commit fc9e4cf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
Binary file added instructions/desktop icons4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added instructions/registrysetting.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added instructions/restartoncrash1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added instructions/restartoncrash2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added instructions/restartoncrash3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added instructions/restartoncrash4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added instructions/taskbar options.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions zz_Launchers/LockMouse2Monitor.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ ffflink = http://www.famfamfam.com
abtwin = About %appname%
inifile := A_ScriptDir "\" appname ".ini"
;************* Custom tray menu *************
notray = %1%
;if ! notray
; Menu, Tray, Icon, %iconlocal%
notray = 1
if ! notray
Menu, Tray, Icon, %iconlocal%
Menu, Tray, NoStandard
Menu, Tray, Add, Settings, options
Menu, Tray, Default, Settings
Expand Down Expand Up @@ -77,7 +77,8 @@ if s
SetTimer, %s%, Off
SysGet, r, Monitor, %m%
side := ( m = 1) ? rRight : rLeft
s := ( m = 1) ? "t1" : "t2"
;s := ( m = 1) ? "t1" : "t2"
s := "t1"
off := (m = 1) ? -5 : 5
if t
gosub ButtonDisable
Expand All @@ -90,9 +91,9 @@ return

t1:
MouseGetPos, x, y
if (x > side && !pass)
if (x > 1920 && !pass)
gosub chk
else if (x < side && pass)
else if (x < 1920 && pass)
pass = 0
return

Expand All @@ -108,7 +109,7 @@ chk:
if GetKeyState("Ctrl", "P")
pass = 1
else
DllCall("SetCursorPos", Int, side+off, Int, y)
DllCall("SetCursorPos", Int, 1915, Int, y)
return

^!F9::
Expand Down

0 comments on commit fc9e4cf

Please sign in to comment.