From 5a1ab245ebdcc105439507dccd78e9e8e5505039 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:11:23 +0900 Subject: modified st/config.def.h, modified st/st.c --- st/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st/config.def.h') diff --git a/st/config.def.h b/st/config.def.h index f7d8745..8afcfd4 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -356,7 +356,7 @@ static Shortcut shortcuts[] = { { ControlMask, XK_Print, toggleprinter, {.i = 0} }, // TERMINAL - { ALTKEY, XK_Return, newterm, {.i = 0} }, + { ALTMOD, XK_Return, newterm, {.i = 0} }, // TRAVERSALS { ALTKEY, XK_y, kscrollup, {.i = 1} }, -- cgit v1.2.3