Minor modifications in /modules/control/hotkeys.c to use the same function to display the rate with OSD.<br><br>Moved the implementation of INPUT_CONTROL_SET_RATE_FASTER/SLOWER from /src/input/input.c to /src/input/var.c, and the math is done with floats instead of ints (seems simpler).<br>
<br>The rate is changed directly in RateCallback(), not with input_ControlPush(), similar to how it's done in PositionCallback() with position_offset<br><br>Hopefully I haven't screwed up the code style again.<br>