This repository was archived by the owner on Nov 30, 2022. It is now read-only.

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44

55
You can configure Files to launch using the Win + E shortcut by using this [AutoHotKey](https://www.autohotkey.com/) script:
66
```
7-
FilesTitle := "Files ahk_class ApplicationFrameWindow ahk_exe ApplicationFrameHost.exe"
8-
FilesLocation := USERPROFILE . "\AppData\Local\Microsoft\WindowsApps\files.exe"
9-
107
; Win + E
118
#e::
9+
FilesTitle := "Files ahk_class ApplicationFrameWindow ahk_exe ApplicationFrameHost.exe"
10+
FilesLocation := USERPROFILE . "\AppData\Local\Microsoft\WindowsApps\files.exe"
1211
if WinExist(FilesTitle) {
1312
WinActivate % FilesTitle ; Set focus
1413
SendInput ^t ; Send CTRL + t shortcut to open a new tab

0 commit comments

Comments
 (0)