Skip to content

Commit a54e4c7

Browse files
authored
Reverted Code Explorer hotkey default to Ctrl+R
closes #3686
1 parent f4cf930 commit a54e4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetailCoder.VBE/Properties/Settings.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Setting Name="DefaultHotkey_CodeExplorerCommand" Type="Rubberduck.Settings.HotkeySetting" Scope="Application">
5050
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
5151
&lt;HotkeySetting xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
52-
&lt;Key1&gt;C&lt;/Key1&gt;
52+
&lt;Key1&gt;R&lt;/Key1&gt;
5353
&lt;IsEnabled&gt;true&lt;/IsEnabled&gt;
5454
&lt;HasShiftModifier&gt;false&lt;/HasShiftModifier&gt;
5555
&lt;HasAltModifier&gt;false&lt;/HasAltModifier&gt;
@@ -146,4 +146,4 @@
146146
&lt;/HotkeySetting&gt;</Value>
147147
</Setting>
148148
</Settings>
149-
</SettingsFile>
149+
</SettingsFile>

0 commit comments

Comments
 (0)