diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-27 22:09:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-27 22:09:12 +0900 |
| commit | 8988f40fce919c8aa77a97b89cb53425781f28fb (patch) | |
| tree | f27a51351db90be910ab5b51d8ed5902452b9ae5 | |
| parent | 5a188b9c2514dc9e65f6c87abbbd2e0372a7bf5d (diff) | |
modified 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..0304c07 100644 --- a/st/config.h +++ b/st/config.h @@ -909,7 +909,7 @@ static Key key[] = { { XK_Delete, Mod1Mask|ShiftMask, "\033[255;4u", 0, 0 }, { XK_i, ControlMask, "\033[105;5u", 0, 0 }, { XK_i, Mod1Mask|ControlMask, "\033[105;7u", 0, 0 }, - { XK_m, ControlMask, "\033[109;5u", 0, 0 }, + /* { XK_m, ControlMask, "\033[109;5u", 0, 0 }, */ { XK_m, Mod1Mask|ControlMask, "\033[109;7u", 0, 0 }, { XK_space, ControlMask|ShiftMask, "\033[32;6u", 0, 0 }, { XK_space, Mod1Mask, "\033[32;3u", 0, 0 }, |
