Skip to content

Commit 31b2cb9

Browse files
committed
Update README.md
1 parent 8f568be commit 31b2cb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ C# background app that can hide other process/window on screenshot and taskbar.
44

55
## How to use
66

7-
HideAppHelper class provides all hide-app features including hide/unhude on screenshot, hide on taskbar, remove title, recover window and so on.
7+
`HideAppHelper` class provides all hide-app features including hide/unhude on screenshot, hide on taskbar, remove title, recover window and so on.
88

9-
HotKeyManager class provides Global HotKey settings.
9+
`HotKeyManager` class provides Global HotKey settings.
1010

1111
This app uses third-party library to inject hide/unhide API:
1212
https://github.com/radiantly/Invisiwind
1313

1414
HotKeys:
15-
- Alt + Z : Hide on screenshot, hide on taskbar and remove window title for current active window. (You have to set focus on the target window before click this hotkey, or other window will be affected.)
16-
- Alt + Win + Ctrl + Z : Unhide on screenshot. (This works wrong on some apps, so I recommend restarting the app to unhide or reset.)
17-
- Alt + Win + Ctrl + X : Recover hidden & minized window. (When you hide an app and minimize it, you can't recover it from taskbar or Alt + TAB. You can recover the last one by this hotkey. If you hide 2 or more apps, or you restart this app, you can't recover those windows. You can forcibly close and restart.)
15+
- `Alt + Z` : Hide on screenshot, hide on taskbar and remove window title for current active window. (You have to set focus on the target window before click this hotkey, or other window will be affected.)
16+
- `Alt + Win + Ctrl + Z` : Unhide on screenshot. (This works wrong on some apps, so I recommend restarting the app to unhide or reset.)
17+
- `Alt + Win + Ctrl + X` : Recover hidden & minized window. (When you hide an app and minimize it, you can't recover it from taskbar or Alt + TAB. You can recover the last one by this hotkey. If you hide 2 or more apps, or you restart this app, you can't recover those windows. You can forcibly close and restart.)
1818

1919

2020
## PS

0 commit comments

Comments
 (0)