Created
January 24, 2025 06:59
-
-
Save hochun836/077c6512dba2265d05585547ad91aaa2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# screentools.bat | |
start C:\software\gInk_v1.1.0\gInk.exe | |
start C:\software\ZoomIt.exe | |
start C:\software\Snipaste-1.16.2-x64\Snipaste.exe | |
start "" "C:\Program Files (x86)\DeskPins\deskpins.exe" | |
#start C:\software\copyq-7.0.0\copyq.exe | |
# HotKeyMapping.ahk | |
; for quick | |
!a::^Home | |
!z::^End | |
!s::^PgUp | |
!x::^PgDn | |
^e::F2 | |
^r::F5 | |
; for macos | |
!c::^c | |
!v::^v | |
!w::^w | |
!n::^n | |
;!v:: | |
;{ | |
; A_Clipboard := A_Clipboard | |
; ClipWait | |
; Send("^v") | |
;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment