Skip to content

Commit bf8999b

Browse files
authored
Feature: Added Ctrl+ Shift+ I shortcut to create new item (#13756)
1 parent 5bc866e commit bf8999b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/Actions/FileSystem/AddItemAction.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ public string Description
2020
public RichGlyph Glyph
2121
=> new(opacityStyle: "ColorIconNew");
2222

23+
public HotKey HotKey
24+
=> new(Keys.I, KeyModifiers.CtrlShift);
25+
2326
public bool IsExecutable
2427
=> context.CanCreateItem;
2528

0 commit comments

Comments
 (0)