From 3b0bfbab969053d1809528373a490f6085dd8da3 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Wed, 14 Sep 2022 22:28:26 -0600 Subject: [PATCH] komorebi: fix terminal being super+space instead of super+enter --- windows/komorebi.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/komorebi.ahk b/windows/komorebi.ahk index 35575bc..9e80b35 100644 --- a/windows/komorebi.ahk +++ b/windows/komorebi.ahk @@ -180,7 +180,7 @@ return Unmanage() return -#Space:: +#Enter:: Run, wezterm start return