mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
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
27 lines
606 B
Plaintext
27 lines
606 B
Plaintext
bind G1 KEY_F1
|
|
bind G2 KEY_F2
|
|
bind G3 KEY_F3
|
|
bind G4 KEY_F4
|
|
bind G5 KEY_F5
|
|
bind G6 KEY_F6
|
|
bind G7 KEY_F7
|
|
bind G8 KEY_T # show info
|
|
bind G9 KEY_S # warp to
|
|
bind G10 KEY_Q # approach
|
|
bind G11 KEY_A # align to
|
|
bind G12 KEY_W # orbit
|
|
bind G13 KEY_E # keep at range
|
|
bind G15 KEY_LEFTSHIFT
|
|
bind G16 KEY_F # drones engage
|
|
bind G17 KEY_G # drones return and orbit
|
|
bind G18 KEY_H # drones return to drone bay
|
|
bind G19 KEY_LEFTCTRL
|
|
bind G20 KEY_LEFTALT
|
|
bind G22 KEY_LEFTCTRL
|
|
bind LEFT KEY_KPPLUS
|
|
bind DOWN KEY_KPMINUS
|
|
bind STICK_LEFT KEY_RIGHT
|
|
bind STICK_RIGHT KEY_LEFT
|
|
bind STICK_UP KEY_UP
|
|
bind STICK_DOWN KEY_DOWN
|