Skip to content

Instantly share code, notes, and snippets.

View uziasferreirazup's full-sized avatar
🏠
Working from home

Uzias Ferreira uziasferreirazup

🏠
Working from home
View GitHub Profile
@eduardomartines
eduardomartines / motospeed_ck62.ahk
Last active January 8, 2025 12:03
Motospeed CK62 - Autohotkey Script
#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.
SetCapsLockState, AlwaysOff
CapsLock & ,:: Send {Del}
CapsLock & .:: Send {End}
CapsLock & k:: Send {Ins}