Skip to content

Instantly share code, notes, and snippets.

@VMatrix1900
Created April 24, 2017 14:43
Show Gist options
  • Save VMatrix1900/c7c38cda8e4ac11b0ac7b5ce84c114ef to your computer and use it in GitHub Desktop.
Save VMatrix1900/c7c38cda8e4ac11b0ac7b5ce84c114ef to your computer and use it in GitHub Desktop.
Autohotkey 脚本禁用Shift + Space快捷键切换全角和半角
#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.
<+space::
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment