From 2b8b631c15a1d34aa945bb63f292899542f5a01b Mon Sep 17 00:00:00 2001 From: Ven0m0 <82972344+Ven0m0@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:53:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20variable=20`ph?= =?UTF-8?q?`=20in=20Keys.ahk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- ahk/Keys.ahk | 1 - 1 file changed, 1 deletion(-) diff --git a/ahk/Keys.ahk b/ahk/Keys.ahk index a32d84a..3cde5c9 100644 --- a/ahk/Keys.ahk +++ b/ahk/Keys.ahk @@ -24,7 +24,6 @@ SetScrollLockState("AlwaysOff") mw := GetMonitorWidth() mh := GetMonitorHeight() pw := mw / 3 -ph := mh / 3 lw := (2 * pw > 1024) ? 1024 : 2 * pw rw := mw - lw positions := Map()