Last active
February 3, 2020 00:53
-
-
Save ELLIOTTCABLE/361689ec2d92e593f5dbb9e1c5243141 to your computer and use it in GitHub Desktop.
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
; Unshift numrow on Ergodox(en) | |
#UseHook | |
*1::+1 | |
*2::+2 | |
*3::+3 | |
*4::+4 | |
*5::+5 | |
*6::+6 | |
*7::+7 | |
*8::+8 | |
*9::+9 | |
*0::+0 | |
*+1:: | |
send {Blind}{Shift Up} | |
send {Blind}1 | |
send {Blind}{Shift Down} | |
return | |
*+2:: | |
send {Blind}{Shift Up} | |
send {Blind}2 | |
send {Blind}{Shift Down} | |
return | |
*+3:: | |
send {Blind}{Shift Up} | |
send {Blind}3 | |
send {Blind}{Shift Down} | |
return | |
*+4:: | |
send {Blind}{Shift Up} | |
send {Blind}4 | |
send {Blind}{Shift Down} | |
return | |
*+5:: | |
send {Blind}{Shift Up} | |
send {Blind}5 | |
send {Blind}{Shift Down} | |
return | |
*+6:: | |
send {Blind}{Shift Up} | |
send {Blind}6 | |
send {Blind}{Shift Down} | |
return | |
*+7:: | |
send {Blind}{Shift Up} | |
send {Blind}7 | |
send {Blind}{Shift Down} | |
return | |
*+8:: | |
send {Blind}{Shift Up} | |
send {Blind}8 | |
send {Blind}{Shift Down} | |
return | |
*+9:: | |
send {Blind}{Shift Up} | |
send {Blind}9 | |
send {Blind}{Shift Down} | |
return | |
*+0:: | |
send {Blind}{Shift Up} | |
send {Blind}0 | |
send {Blind}{Shift Down} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment