|
我想编一个这样功能的脚本,比如绑定鼠标的一个功能键为静步走开关,按下以后一直可以静步,再按一下正常,但是随时按shift再松开的时候立刻变成正常状态,意思就是说在静步走开关使用的时候shift键同样有效,如何编写呢。
我本来是这样写的
alias speed_key speed_on
alias speed_on "+speed; alias speed_key speed_off"
alias speed_off "-speed; alias speed_key speed_on"
但是只有开关功能,使用这个在静步状态下的时候按shift就无效了,那么应该怎么写呢?高人赐教 |
|