Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mucahitimre authored Dec 18, 2021
1 parent d516996 commit 78bd23b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ An autohotkey script, windows scheduler and hotkey that toggles windows 10 with
F4::
if (viewStatus != 2 && viewStatus := 1)
{
Control, show ,, SysListView321, ahk_class WorkerW
Control, show ,, SysListView321, ahk_class Progman
viewStatus = 2
}
else
{
Control, hide ,, SysListView321, ahk_class WorkerW
Control, hide ,, SysListView321, ahk_class Progman
viewStatus = 1
}
Expand Down

0 comments on commit 78bd23b

Please sign in to comment.