Skip to content

Commit

Permalink
Reorganize scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lu0 committed Aug 4, 2022
1 parent 0d4983b commit c893988
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; pressing the Right Button of the touchpad for more than 200 ms.
;
; This is specially useful when a pointing stick/trackpoint is present,
; but but not middle button on the touchpad.
; but not a middle button on the touchpad.

$RButton::
; Wait up to 200 ms to release the Right Button
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions screenshot.ahk → miscellaneous/screenshot.ahk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#NoTrayIcon
#SingleInstance Force
#Include %A_ScriptDir%\gdip-lib\Gdip_All.ahk
#Include %A_ScriptDir%\workspaces\utils.ahk
#Include %A_ScriptDir%\..\gdip-lib\Gdip_All.ahk
#Include %A_ScriptDir%\..\workspaces\utils.ahk
SetWorkingDir %A_ScriptDir%
CoordMode, Mouse, Screen

Expand Down

0 comments on commit c893988

Please sign in to comment.