g13gui/bindings/spring.bind
June Tate-Gans b490dd9fff cleanups: Migrate source files to appropriate dirs and fix names
This cleans things up significantly in the source tree and makes this easier to
manage longer term. In the next few commits, we'll migrate the build to CMake in
prep for packaging support.

  - Move bindings into bindings
  - Move system configs and misc files into etc
  - Move LCD apps into contrib/
  - Move all source files into srcs
  - Rename helper extensions to match GNU extension naming, fix the #includes as
    well
  - Adjust Makefile to be less verbose and more programmatic
2021-04-25 00:34:49 -05:00

14 lines
252 B
Plaintext

bind G15 KEY_LEFTSHIFT
bind G19 KEY_LEFTCTRL
bind G22 KEY_LEFTALT
bind G1 KEY_1
bind G2 KEY_2
bind G3 KEY_3
bind G8 KEY_F3
bind G9 KEY_F4
bind G10 KEY_F5
bind STICK_LEFT KEY_LEFT
bind STICK_RIGHT KEY_RIGHT
bind STICK_UP KEY_UP
bind STICK_DOWN KEY_DOWN