Changes between Version 94 and Version 95 of UserGuideGit


Ignore:
Timestamp:
Nov 23, 2017, 3:44:15 PM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v94 v95  
    198198  * '''key'''/'''keys'''  is the input {{{Frontend}}} key to associate with the {{{Component}}}. There are 2 types of keys: ''button_'' and ''analog_'';
    199199  * '''modifier''' (optional) is a key (must be a ''button_'' type) which must be pressed together with the main '''key''' to trigger the '''command''';
    200   * '''threshold''' is the value {{{Axis}}}/{{{Joystick}}} have to change to trigger;
     200  * '''threshold''' is the minimum value {{{Axis}}}/{{{Joystick}}} must reach to trigger;
    201201  * '''curve''' response {{{Curve}}} of the input - for {{{Axis}}}/{{{Joystick}}} only;
    202202  * '''mapper''' is a {{{Mapper}}}s, another Python callable which translates {{{RemoteControl}}} {{{Component}}} output to '''command''' input.