Skip to content

Instantly share code, notes, and snippets.

@shen774411223d
shen774411223d / CapsLockToggle.ahk
Created January 17, 2025 03:10
Simulate the case-switching interaction of the macOS on Windows.
#Requires AutoHotkey v2.0
/*
- 在 CapsLock 已开启的情况下:
短按 CapsLock 键时,直接关闭大写锁定,且不切换中英文输入法。
- 在 CapsLock 已关闭的情况下:
短按 CapsLock 键时,切换中英文输入法。
长按 CapsLock 键时,切换大写锁定状态。
*/
CapsLock::
{