Skip to content

Commit f4cf930

Browse files
authored
Fix default hotkey for Code Explorer
ref. #3534
1 parent 86eaf89 commit f4cf930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetailCoder.VBE/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<value>
7474
<HotkeySetting xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7575
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
76-
<Key1>C</Key1>
76+
<Key1>R</Key1>
7777
<IsEnabled>true</IsEnabled>
7878
<HasShiftModifier>false</HasShiftModifier>
7979
<HasAltModifier>false</HasAltModifier>
@@ -188,4 +188,4 @@
188188
</setting>
189189
</Rubberduck.Properties.Settings>
190190
</applicationSettings>
191-
</configuration>
191+
</configuration>

0 commit comments

Comments
 (0)