@@ -26,17 +26,17 @@ public Main()
2626
2727 #region Keys
2828 sirenToggleKey = config . GetValue < Keys > ( "Emergency Vehicles" , "Siren_Toggle_Key" , Keys . Tab ) ;
29- beamToggleKey = config . GetValue < Keys > ( "All " , "Beam_Toggle_Key" , Keys . CapsLock ) ;
30- interiorLightToggleKey = config . GetValue < Keys > ( "All " , "Interior_Light_Toggle_Key" , Keys . I ) ;
31- leftIndicatorKey = config . GetValue < Keys > ( "All " , "Left_Indicator_key" , Keys . Left ) ;
32- rightIndicatorKey = config . GetValue < Keys > ( "All " , "Right_Indicator_key" , Keys . Right ) ;
29+ beamToggleKey = config . GetValue < Keys > ( "Headlights " , "Beam_Toggle_Key" , Keys . CapsLock ) ;
30+ interiorLightToggleKey = config . GetValue < Keys > ( "Interior " , "Interior_Light_Toggle_Key" , Keys . I ) ;
31+ leftIndicatorKey = config . GetValue < Keys > ( "Indicators " , "Left_Indicator_key" , Keys . Left ) ;
32+ rightIndicatorKey = config . GetValue < Keys > ( "Indicators " , "Right_Indicator_key" , Keys . Right ) ;
3333 #endregion
3434
3535 #region Buttons
3636 sirenToggleButton = config . GetValue < GTA . Control > ( "Emergency Vehicles" , "Siren_Toggle_Button" , GTA . Control . ScriptPadDown ) ;
37- beamToggleButton = config . GetValue < GTA . Control > ( "All " , "Beam_Toggle_Button" , GTA . Control . ScriptRLeft ) ;
38- leftIndicatorButton = config . GetValue < GTA . Control > ( "All " , "Left_Indicator_Button" , GTA . Control . ScriptPadLeft ) ;
39- rightIndicatorButton = config . GetValue < GTA . Control > ( "All " , "Right_Indicator_Button" , GTA . Control . ScriptPadRight ) ;
37+ beamToggleButton = config . GetValue < GTA . Control > ( "Headlights " , "Beam_Toggle_Button" , GTA . Control . ScriptRLeft ) ;
38+ leftIndicatorButton = config . GetValue < GTA . Control > ( "Indicators " , "Left_Indicator_Button" , GTA . Control . ScriptPadLeft ) ;
39+ rightIndicatorButton = config . GetValue < GTA . Control > ( "Indicators " , "Right_Indicator_Button" , GTA . Control . ScriptPadRight ) ;
4040 #endregion
4141 }
4242
0 commit comments