代码拉取完成,页面将自动刷新
#SingleInstance Ignore ;;执行程序前先关闭程序
#Persistent
[::
if key_presses_左中括号 = 1 ;
{
SetTimer, KeyPressTimer, off
send,{BackSpace}
Send,{Text}`[`[
key_presses_左中括号 = 0
return
}
suspend ;暂停其他快捷键
key_presses_左中括号 = 1
send,[
suspend ;再重新启用其他快捷键
SetTimer, KeyPressTimer, 400 ; 在 400 毫秒内等待更多的键击.
return
<+1::
if key_presses_shift1 = 1 ;
{
SetTimer, KeyPressTimer, off
send,{BackSpace}
Send,{Text}`!`!
key_presses_shift1 = 0
return
}
key_presses_shift1 = 1
send,+1
SetTimer, KeyPressTimer, 400 ; 在 400 毫秒内等待更多的键击.
return
<+3::
if key_presses_shift3 = 1 ;
{
SetTimer, KeyPressTimer, off
send,{BackSpace}
Send,{Text}`#`#
key_presses_shift3 = 0
return
}
key_presses_shift3 = 1
SetTimer, KeyPressTimer, 400 ; 在 400 毫秒内等待更多的键击.
send,+3
return
<+4::
if key_presses_shift4 = 1 ;
{
SetTimer, KeyPressTimer, off
send,{BackSpace}
Send,{Text}`$`$
key_presses_shift4 = 0
return
}
key_presses_shift4 = 1
SetTimer, KeyPressTimer, 400 ; 在 400 毫秒内等待更多的键击.
send,+4
return
<+5::
if key_presses_shift5 = 1 ;
{
SetTimer, KeyPressTimer, off
send,{BackSpace}
Send,{Text}`%`%
key_presses_shift5 = 0
return
}
key_presses_shift5 = 1
SetTimer, KeyPressTimer, 400 ; 在 400 毫秒内等待更多的键击.
send,+5
return
KeyPressTimer:
SetTimer, KeyPressTimer, off
if key_presses_左中括号 = 2 ; 此键按下了一次.
{
Send,{Text}`[`[
}
if key_presses_shift1 = 2 ; 此键按下了一次.
{
Send,{Text}`!`!
}
if key_presses_shift3 = 2 ; 此键按下了一次.
{
Send,{Text}`#`#
}
if key_presses_shift4 = 2 ; 此键按下了一次.
{
Send,{Text}`$`$
}
if key_presses_shift5 = 2 ; 此键按下了一次.
{
Send,{Text}`%`%
}
key_presses_左中括号 = 0
key_presses_左中括号 = 0
key_presses_shift1 = 0
key_presses_shift3 = 0
key_presses_shift4 = 0
key_presses_shift5 = 0
return
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。