mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
unify capitalization of joystick properties
the axis keys high/low properties were inconsistently capitalized, leading to potential confusion as to why one works but not the other. Signed-off-by: Devin J. Pohly <djpohly+xorg@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
204dcb8636
commit
b3b62328cf
@@ -99,7 +99,7 @@ typedef enum _JSTK_MAPPING {
|
||||
|
||||
/** Scancodes for axis in high position */
|
||||
/* 8 bit, 4 per axis */
|
||||
#define JSTK_PROP_AXIS_KEYS_HIGH "Axis keys (high)"
|
||||
#define JSTK_PROP_AXIS_KEYS_HIGH "Axis Keys (high)"
|
||||
|
||||
/** Set the mapping of each button to
|
||||
none, x, y, zx, zy, button, key, speed_multiply,
|
||||
|
||||
Reference in New Issue
Block a user