Added quotes to Keyboard input examples

Commented out examples for key mappings like input_player1_a were shown without quotes around the key definitions.
This commit is contained in:
Jonathan Relf 2015-05-29 08:57:44 +01:00
parent 5471e8cfa5
commit ca1920e52e
1 changed files with 12 additions and 12 deletions

View File

@ -406,18 +406,18 @@
# #
# Keyboard input, Joypad and Joyaxis will all obey the "nul" bind, which disables the bind completely, # Keyboard input, Joypad and Joyaxis will all obey the "nul" bind, which disables the bind completely,
# rather than relying on a default. # rather than relying on a default.
# input_player1_a = x # input_player1_a = "x"
# input_player1_b = z # input_player1_b = "z"
# input_player1_y = a # input_player1_y = "a"
# input_player1_x = s # input_player1_x = "s"
# input_player1_start = enter # input_player1_start = "enter"
# input_player1_select = rshift # input_player1_select = "rshift"
# input_player1_l = q # input_player1_l = "q"
# input_player1_r = w # input_player1_r = "w"
# input_player1_left = left # input_player1_left = "left"
# input_player1_right = right # input_player1_right = "right"
# input_player1_up = up # input_player1_up = "up"
# input_player1_down = down # input_player1_down = "down"
# input_player1_l2 = # input_player1_l2 =
# input_player1_r2 = # input_player1_r2 =
# input_player1_l3 = # input_player1_l3 =