Skip to content

Commit 0e9801b

Browse files
committed
added missing file
1 parent 659ad54 commit 0e9801b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
namespace Rubberduck.Settings
2+
{
3+
public enum RubberduckHotkey
4+
{
5+
IndentProcedure,
6+
IndentModule,
7+
CodeExplorer,
8+
InspectionResults,
9+
TestExplorer,
10+
RefactorRename,
11+
RefactorExtractMethod,
12+
}
13+
}

0 commit comments

Comments
 (0)