diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-20 17:31:58 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-20 17:31:58 +0900 |
| commit | 9240d04ac5e1335d72db66f81b350aa3e67f65a6 (patch) | |
| tree | 93d815241a9e928c5a730b109e136122f34c9b85 /st/config.h | |
| parent | 83dcb7e3fd53d32d28effe5b76ced776484726bb (diff) | |
modified config.h
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 2 |
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 }, |
