We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55d05a commit 94df174Copy full SHA for 94df174
src/Files.App/Actions/FileSystem/AddItemAction.cs
@@ -17,9 +17,6 @@ public string Label
17
public string Description
18
=> "AddItemDescription".GetLocalizedResource();
19
20
- public HotKey HotKey
21
- => new(Keys.N, KeyModifiers.CtrlShift);
22
-
23
public RichGlyph Glyph
24
=> new(opacityStyle: "ColorIconNew");
25
src/Files.App/Actions/FileSystem/CreateFolderAction.cs
@@ -13,6 +13,9 @@ public string Label
13
14
=> "CreateFolderDescription".GetLocalizedResource();
15
16
+ public HotKey HotKey
+ => new(Keys.N, KeyModifiers.CtrlShift);
+
=> new(baseGlyph: "\uE8B7");
0 commit comments