diff -r 67e93bfeea45 -r 9b0d8d0ab5f9 ConfigurationFiles.wiki --- a/ConfigurationFiles.wiki Tue Nov 24 19:19:07 2015 +0000 +++ b/ConfigurationFiles.wiki Tue Nov 24 19:24:25 2015 +0000 @@ -168,8 +168,8 @@ Syntax: `jJbB` -* `J`: Controller ID beginning with 0 -* `A`: Button ID beginning with 0 + * `J`: Controller ID beginning with 0 + * `A`: Button ID beginning with 0 Examples: || *Code* || Description || @@ -181,11 +181,11 @@ Syntax: `jJaAD` -* `J`: Controller ID beginning with 0 -* `A`: Axis -* `D`: Axis direction. One of the following letters: - * `u`: positive (“up”) - * `d`: negative (“down”) + * `J`: Controller ID beginning with 0 + * `A`: Axis + * `D`: Axis direction. One of the following letters: + * `u`: positive (“up”) + * `d`: negative (“down”) Examples: @@ -198,14 +198,13 @@ Syntax: `jJhHD` -* `J`: Controller ID beginning with 0 -* `A`: D-pad ID -* `D`: Direction, it is one of 4 letters: - * `u`: up - * `r`: right - * `d`: down - * `l`: left - + * `J`: Controller ID beginning with 0 + * `A`: D-pad ID + * `D`: Direction, it is one of 4 letters: + * `u`: up + * `r`: right + * `d`: down + * `l`: left Examples: || *Code* || Description ||