Sunday, March 24, 2024

用AutoHotKey将Win7的输入法切换键改为Win10的Win+空格

下载安装AutoHotKey www.autohotkey.com,
桌面右键,新键AutoHotKey Script,并编辑
输入如下内容

#Space::
send ^{Space}
return

保存运行

也可以编译为exe文档。

 https://blog.csdn.net/weixin_41708670/article/details/109603257

No comments: