From b090e27056951bbe6e395d7442a083136459fa7c Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Mon, 23 Sep 2024 23:50:33 +0900 Subject: [PATCH] =?UTF-8?q?=E6=97=A2=E3=81=AB=E9=96=8B=E3=81=8B=E3=82=8C?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=82=8B=E3=82=A6=E3=82=A3=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=82=A6=E3=82=92=E3=83=AD=E3=83=83=E3=82=AF=E5=89=8D=E3=81=AB?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E5=8C=96=E3=81=99=E3=82=8B=E5=87=A6=E7=90=86?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dislocker_client.py b/dislocker_client.py index 8efd145..8f9ba1e 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -181,6 +181,7 @@ class App(customtkinter.CTk): if client_config["testing"] == True: pass else: + shutup_window = keyboard.press_and_release('windows + d') self.attributes('-fullscreen', True) self.attributes('-topmost', True) self.block_taskmgr()