@@ -187,7 +187,7 @@ private GeneralSettings GetDefaultGeneralSettings()
187187                    new  HotkeySetting { Name = RubberduckHotkey . ParseAll . ToString ( ) ,  IsEnabled = true ,  HasCtrlModifier  =  true ,  Key1 = "`" ,  Command  =  commandMappings [ RubberduckHotkey . ParseAll ] } , 
188188                    new  HotkeySetting { Name = RubberduckHotkey . IndentProcedure . ToString ( ) ,  IsEnabled = true ,  HasCtrlModifier  =  true ,  Key1 = "P" ,  Command  =  commandMappings [ RubberduckHotkey . IndentProcedure ] } , 
189189                    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 ] } , 
191191                    new  HotkeySetting { Name = RubberduckHotkey . FindSymbol . ToString ( ) ,  IsEnabled = true ,  HasCtrlModifier  =  true ,  Key1 = "T" ,  Command  =  commandMappings [ RubberduckHotkey . InspectionResults ] } , 
192192                    new  HotkeySetting { Name = RubberduckHotkey . InspectionResults . ToString ( ) ,  IsEnabled = true ,  HasCtrlModifier  =  true ,  HasShiftModifier  =  true ,  Key1 = "I" ,  Command  =  commandMappings [ RubberduckHotkey . InspectionResults ] } , 
193193                    new  HotkeySetting { Name = RubberduckHotkey . TestExplorer . ToString ( ) ,  IsEnabled = true ,  HasCtrlModifier  =  true ,  HasShiftModifier  =  true ,  Key1 = "T" ,  Command  =  commandMappings [ RubberduckHotkey . TestExplorer ] } , 
0 commit comments