justcodeit123's blog

By justcodeit123, history, 3 years ago, In English
^i::   ;; ^->ctrl键   i->字母键i
Send {Up}   ;;输入 上 键
return
 
^k::
Send {Down}
return
 
^j::
Send {Left}
return
 
^l::
Send {Right}
return

^h::
Send {Home}
return


^`;::
Send {End}
return

+i::   
Send +{Up}   
return
 
+k::
Send +{Down}
return
 
+j::
Send +{Left}
return
 
+l::
Send +{Right}
return

Full text and comments »

  • Vote: I like it
  • -1
  • Vote: I do not like it