From 78bd23bd593ca225ace72db8a6bf080eb05493d2 Mon Sep 17 00:00:00 2001 From: Mico Date: Sat, 18 Dec 2021 04:38:39 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4021d5..be04ac0 100644 --- a/README.md +++ b/README.md @@ -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 }