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.
Ctrl+ Shift+ I
1 parent 5bc866e commit bf8999bCopy full SHA for bf8999b
src/Files.App/Actions/FileSystem/AddItemAction.cs
@@ -20,6 +20,9 @@ public string Description
20
public RichGlyph Glyph
21
=> new(opacityStyle: "ColorIconNew");
22
23
+ public HotKey HotKey
24
+ => new(Keys.I, KeyModifiers.CtrlShift);
25
+
26
public bool IsExecutable
27
=> context.CanCreateItem;
28
0 commit comments