yubin3995's blog

By yubin3995, history, 3 years ago, In English
^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
  • Vote: I like it
  • -7
  • Vote: I do not like it