diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-20 17:34:38 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-20 17:34:38 +0900 |
| commit | 1b746ec59df96c4767b1ab6b8b03173e55f4b583 (patch) | |
| tree | 3f03ebfba7ec54974af25909ee71a81eefea87c3 /st | |
| parent | 9240d04ac5e1335d72db66f81b350aa3e67f65a6 (diff) | |
modified config.h
Diffstat (limited to 'st')
| -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 c927676..93e668f 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 }, |
