Skip to content

Instantly share code, notes, and snippets.

@gunturaf
Created March 27, 2021 08:13
Show Gist options
  • Save gunturaf/42a9ea29e9a549e24940acd5ca0b2868 to your computer and use it in GitHub Desktop.
Save gunturaf/42a9ea29e9a549e24940acd5ca0b2868 to your computer and use it in GitHub Desktop.
autohotkey to remap screenshot key in Keychron K3 to Win+Shift+S (Windows 10)
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
PrintScreen::#+s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment