This repository was archived by the owner on Nov 30, 2022. It is now read-only.
File tree
Expand file treeCollapse file tree1 file changed
+2
-3
lines changed Expand file treeCollapse file tree1 file changed
+2
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 |
|
5 | 5 | You can configure Files to launch using the Win + E shortcut by using this [AutoHotKey](https://www.autohotkey.com/) script:
|
6 | 6 | ```
|
7 |
| -FilesTitle := "Files ahk_class ApplicationFrameWindow ahk_exe ApplicationFrameHost.exe" |
8 |
| -FilesLocation := USERPROFILE . "\AppData\Local\Microsoft\WindowsApps\files.exe" |
9 |
| -
|
10 | 7 | ; Win + E
|
11 | 8 | #e::
|
| 9 | +FilesTitle := "Files ahk_class ApplicationFrameWindow ahk_exe ApplicationFrameHost.exe" |
| 10 | +FilesLocation := USERPROFILE . "\AppData\Local\Microsoft\WindowsApps\files.exe" |
12 | 11 | if WinExist(FilesTitle) {
|
13 | 12 | WinActivate % FilesTitle ; Set focus
|
14 | 13 | SendInput ^t ; Send CTRL + t shortcut to open a new tab
|
|
You can’t perform that action at this time.
0 commit comments