@@ -187,7 +187,7 @@ private GeneralSettings GetDefaultGeneralSettings()
187
187
new HotkeySetting { Name = RubberduckHotkey . ParseAll . ToString ( ) , IsEnabled = true , HasCtrlModifier = true , Key1 = "`" , Command = commandMappings [ RubberduckHotkey . ParseAll ] } ,
188
188
new HotkeySetting { Name = RubberduckHotkey . IndentProcedure . ToString ( ) , IsEnabled = true , HasCtrlModifier = true , Key1 = "P" , Command = commandMappings [ RubberduckHotkey . IndentProcedure ] } ,
189
189
new HotkeySetting { Name = RubberduckHotkey . IndentModule . ToString ( ) , IsEnabled = true , HasCtrlModifier = true , Key1 = "M" , Command = commandMappings [ RubberduckHotkey . IndentModule ] } ,
190
- new HotkeySetting { Name = RubberduckHotkey . CodeExplorer . ToString ( ) , IsEnabled = true , HasCtrlModifier = true , Key1 = "R" , Command = commandMappings [ RubberduckHotkey . CodeExplorer ] } ,
190
+ new HotkeySetting { Name = RubberduckHotkey . CodeExplorer . ToString ( ) , IsEnabled = false , HasCtrlModifier = true , Key1 = "R" , Command = commandMappings [ RubberduckHotkey . CodeExplorer ] } ,
191
191
new HotkeySetting { Name = RubberduckHotkey . FindSymbol . ToString ( ) , IsEnabled = true , HasCtrlModifier = true , Key1 = "T" , Command = commandMappings [ RubberduckHotkey . InspectionResults ] } ,
192
192
new HotkeySetting { Name = RubberduckHotkey . InspectionResults . ToString ( ) , IsEnabled = true , HasCtrlModifier = true , HasShiftModifier = true , Key1 = "I" , Command = commandMappings [ RubberduckHotkey . InspectionResults ] } ,
193
193
new HotkeySetting { Name = RubberduckHotkey . TestExplorer . ToString ( ) , IsEnabled = true , HasCtrlModifier = true , HasShiftModifier = true , Key1 = "T" , Command = commandMappings [ RubberduckHotkey . TestExplorer ] } ,
0 commit comments