Skip to content

Commit 581363d

Browse files
authored
Update README.md
1 parent d8cd00a commit 581363d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Inside the generic input folder `Saved Games\DCS\QuagglesKeybindInjector\FA-18C\
6868
```lua
6969
return {
7070
keyCommands = {
71-
{down = hotas_commands.THROTTLE_SPEED_BRAKE, up = hotas_commands.THROTTLE_SPEED_BRAKE, cockpit_device_id = devices.HOTAS, value_down = -1.0, value_up = 1.0, name = 'Speed Brake Hold', category = {'Quaggles Custom'}},
72-
{down = hotas_commands.THROTTLE_SPEED_BRAKE, up = hotas_commands.THROTTLE_SPEED_BRAKE, cockpit_device_id = devices.HOTAS, value_down = 1.0, value_up = -1.0, name = 'Speed Brake Inverted', category = {'Quaggles Custom'}},
73-
-- KeyCommand Template (Remove leading -- to uncomment)
71+
{down = hotas_commands.THROTTLE_SPEED_BRAKE, up = hotas_commands.THROTTLE_SPEED_BRAKE, cockpit_device_id = devices.HOTAS, value_down = -1.0, value_up = 1.0, name = 'Speed Brake Hold', category = {'Quaggles Custom'}},
72+
{down = hotas_commands.THROTTLE_SPEED_BRAKE, up = hotas_commands.THROTTLE_SPEED_BRAKE, cockpit_device_id = devices.HOTAS, value_down = 1.0, value_up = -1.0, name = 'Speed Brake Inverted', category = {'Quaggles Custom'}},
73+
-- KeyCommand Template (Remove leading -- to uncomment)
7474
-- {down = CommandNameOnButtonDown, up = CommandNameOnButtonUp, name = 'NameForControlList', category = 'CategoryForControlList'},
7575
},
7676
axisCommands = {
77-
-- AxisCommand Template (Remove leading -- to uncomment)
77+
-- AxisCommand Template (Remove leading -- to uncomment)
7878
-- {action = CommandName, Device, name = 'NameForControlList', category = 'CategoryForControlList'},
7979
}
8080
}

0 commit comments

Comments
 (0)