From: "Devin J. Pohly" <[email protected]> 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 <[email protected]> --- include/joystick-properties.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/joystick-properties.h b/include/joystick-properties.h index 49ef800..36f4082 100644 --- a/include/joystick-properties.h +++ b/include/joystick-properties.h @@ -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, -- 1.7.6.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
