From 3abb8436b762a551d746da5ade47ba7b610da5c8 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sat, 22 Mar 2025 02:11:00 +0300 Subject: [PATCH] sssss --- app/mxwm/startz.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/mxwm/startz.js b/app/mxwm/startz.js index bd47073..6e5ee9d 100644 --- a/app/mxwm/startz.js +++ b/app/mxwm/startz.js @@ -16,6 +16,8 @@ async function main(args) { while (true) { let event = await pollStdinEvent() + console.log(event) + if (event.type == "key") { if (event.key == "Escape") { run = false