From 9240d04ac5e1335d72db66f81b350aa3e67f65a6 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:31:58 +0900 Subject: modified config.h --- st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st/config.h') diff --git a/st/config.h b/st/config.h index 93e668f..c927676 100644 --- a/st/config.h +++ b/st/config.h @@ -1141,7 +1141,7 @@ static Key key[] = { { XK_quotedbl, Mod1Mask|ShiftMask, "\033[34;4u", 0, 0 }, { XK_semicolon, ControlMask, "\033[59;5u", 0, 0 }, { XK_semicolon, ControlMask|ShiftMask, "\033[59;6u", 0, 0 }, - { XK_semicolon, Mod1Mask, "\033[59;3u", 0, 0 }, + /* { XK_semicolon, Mod1Mask, "\033[59;3u", 0, 0 }, */ { XK_semicolon, Mod1Mask|ControlMask, "\033[59;7u", 0, 0 }, { XK_semicolon, Mod1Mask|ControlMask|ShiftMask, "\033[59;8u", 0, 0 }, { XK_semicolon, Mod1Mask|ShiftMask, "\033[59;4u", 0, 0 }, -- cgit v1.2.3