Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valloon427428 committed Jan 30, 2024
1 parent 8f568be commit 31b2cb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ C# background app that can hide other process/window on screenshot and taskbar.

## How to use

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

HotKeyManager class provides Global HotKey settings.
`HotKeyManager` class provides Global HotKey settings.

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

HotKeys:
- 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.)
- Alt + Win + Ctrl + Z : Unhide on screenshot. (This works wrong on some apps, so I recommend restarting the app to unhide or reset.)
- 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.)
- `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.)
- `Alt + Win + Ctrl + Z` : Unhide on screenshot. (This works wrong on some apps, so I recommend restarting the app to unhide or reset.)
- `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.)


## PS
Expand Down

0 comments on commit 31b2cb9

Please sign in to comment.