Minecraft bindings

This commit is contained in:
2021-04-24 10:59:47 -04:00
parent d562d87d0a
commit c596064b44
3 changed files with 26 additions and 0 deletions

21
g13/minecraft.bind Normal file
View File

@ -0,0 +1,21 @@
stickzone del STICK_PAGEUP
stickzone del STICK_PAGEDOWN
stickzone bounds STICK_LEFT 0.0 0.3 0.2 0.7
stickzone bounds STICK_RIGHT 0.8 0.3 1.0 0.7
stickzone bounds STICK_UP 0.3 0.0 0.7 0.2
stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0
# Character Movement
bind G4 KEY_W
bind G10 KEY_A
bind G11 KEY_S
bind G12 KEY_D
# Other
bind G5 KEY_E
bind G1 KEY_ESC
bind G22 KEY_SPACE
bing G15 KEY_LEFTSHIFT
bind LEFT KEY_TAB
rgb 128 255 31

BIN
g13/minecraft.lpbm Normal file

Binary file not shown.