mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 16:33:54 -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
39 lines
618 B
Plaintext
39 lines
618 B
Plaintext
bind G1 KEY_7
|
|
bind G2 KEY_5
|
|
bind G3 KEY_3
|
|
bind G4 KEY_1
|
|
bind G5 KEY_2
|
|
bind G6 KEY_4
|
|
bind G7 KEY_6
|
|
bind G8 KEY_V
|
|
bind G9 KEY_F
|
|
bind G10 KEY_E
|
|
bind G11 KEY_C
|
|
bind G12 KEY_B
|
|
bind G13 KEY_G
|
|
bind G14 KEY_I
|
|
bind G15 KEY_LEFTSHIFT
|
|
bind G16 KEY_M
|
|
bind G17 KEY_T
|
|
bind G18 KEY_L
|
|
bind G19 KEY_H
|
|
bind G20 KEY_A
|
|
bind G21 KEY_S
|
|
bind G22 KEY_LEFTCTRL
|
|
bind BD KEY_F1
|
|
bind L1 KEY_N
|
|
bind L2 KEY_R
|
|
bind L3 KEY_P
|
|
bind L4 KEY_K
|
|
bind M1 KEY_D
|
|
bind M2 KEY_X
|
|
bind M3 KEY_Y
|
|
bind MR KEY_Z
|
|
bind LEFT KEY_TAB
|
|
bind DOWN KEY_W
|
|
bind TOP KEY_BACKSPACE
|
|
bind STICK_LEFT KEY_LEFT
|
|
bind STICK_RIGHT KEY_RIGHT
|
|
bind STICK_UP KEY_UP
|
|
bind STICK_DOWN KEY_DOWN
|