Skip to content

Commit d5de831

Browse files
authored
Feature: Open folder in new window via ctrl + alt + enter (#13837)
1 parent d0d2dd7 commit d5de831

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/Actions/Navigation/OpenInNewWindowItemAction.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ public string Label
1717
public string Description
1818
=> "OpenInNewWindowDescription".GetLocalizedResource();
1919

20+
public HotKey HotKey
21+
=> new(Keys.Enter, KeyModifiers.MenuCtrl);
22+
2023
public RichGlyph Glyph
2124
=> new(opacityStyle: "ColorIconOpenInNewWindow");
2225

0 commit comments

Comments
 (0)