Created
December 16, 2018 13:14
-
-
Save OhYee/b2adc7d338db60fd9bb306f39593cc68 to your computer and use it in GitHub Desktop.
SpaceFn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;SpaceFn | |
#inputlevel,2 | |
$Space:: | |
SetMouseDelay -1 | |
Send {Blind}{F24 DownR} | |
KeyWait, Space | |
Send {Blind}{F24 up} | |
; MsgBox, %A_ThisHotkey%-%A_TimeSinceThisHotkey% | |
if(A_ThisHotkey="$Space" and A_TimeSinceThisHotkey<300) | |
Send {Blind}{Space DownR} | |
return | |
#inputlevel,1 | |
F24 & i::Up | |
F24 & k::Down | |
F24 & j::Left | |
F24 & l::Right | |
F24 & u::Home | |
F24 & o::End | |
F24 & n::PgUp | |
F24 & m::PgDn | |
F24 & 1::F1 | |
F24 & 2::F2 | |
F24 & 3::F3 | |
F24 & 4::F4 | |
F24 & 5::F5 | |
F24 & 6::F6 | |
F24 & 7::F7 | |
F24 & 8::F8 | |
F24 & 9::F9 | |
F24 & 0::F10 | |
F24 & -::F11 | |
F24 & =::F12 | |
F24 & Enter::^Enter | |
;Ctrl+S 重加载 | |
; ~^s:: | |
; sleep 500 | |
; Reload | |
; return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment