@@ -68,13 +68,13 @@ Inside the generic input folder `Saved Games\DCS\QuagglesKeybindInjector\FA-18C\
6868``` lua
6969return {
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