summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-20 17:31:58 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-20 17:31:58 +0900
commit9240d04ac5e1335d72db66f81b350aa3e67f65a6 (patch)
tree93d815241a9e928c5a730b109e136122f34c9b85
parent83dcb7e3fd53d32d28effe5b76ced776484726bb (diff)
modified config.h
-rw-r--r--st/config.h2
1 files changed, 1 insertions, 1 deletions
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 },