Skip to content

Commit 1b0eea9

Browse files
author
Neurs
committed
2 parents 0322e32 + 8d0e766 commit 1b0eea9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ A C# tool to yeet your windows.
77
3. A notification should pop up, indicates that the process has started successfully.
88

99
## Edit hotkeys
10-
- Global hotkeys can't assign to critical hotkeys (Example: `ctrl + alt + del`, `alt + f4`, `win + e`,...)
10+
> [!NOTE]
11+
> To see all available keys, go to [akeys.txt](https://github.com/Neurs12/tray_yeeter_sharp/blob/master/akeys.txt).
12+
13+
- Hotkeys can't assign to critical hotkeys (Example: `ctrl + alt + del`, `alt + f4`, `win + e`,...)
1114
- All keys are from [virutal key codes](https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes).
1215
- To edit a hotkey, open `config.json` in the same folder with `Tray Yeeter.exe`. It look something like this:
1316
```json
@@ -32,8 +35,6 @@ A C# tool to yeet your windows.
3235
}
3336
```
3437

35-
- To see all available keys, go to akeys.txt.
36-
3738
## Start with Windows
3839
1. Create a shortcut to `Tray Yeeter.exe` we've extracted earlier.
3940
2. Press `win + R`, then enter `shell:startup`, this should opens `Startup` folder.

0 commit comments

Comments
 (0)