st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit d58abd56384f977152ed32ce3cdaeb634cde5a58
parent 13f2b133eb71b5af106c2930c1fad2531a8347a9
Author: step <step-@users.noreply.github.com>
Date:   Sat, 15 Oct 2022 15:40:39 +0200

dedup XK_Z in fixkeyboardinput.c (#87)

Closes #85.
Diffstat:
Mpatch/fixkeyboardinput.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/patch/fixkeyboardinput.c b/patch/fixkeyboardinput.c @@ -32,7 +32,6 @@ static KeySym mappedkeys[] = { XK_X, XK_Y, XK_Z, - XK_Z, XK_0, XK_1, XK_2, @@ -600,7 +599,6 @@ static Key key[] = { { XK_X, ControlMask|ShiftMask, "\033[88;6u", 0, 0}, { XK_Y, ControlMask|ShiftMask, "\033[89;6u", 0, 0}, { XK_Z, ControlMask|ShiftMask, "\033[90;6u", 0, 0}, - { XK_Z, ControlMask|ShiftMask, "\033[90;6u", 0, 0}, { XK_0, Mod1Mask|ControlMask, "\033[48;7u", 0, 0}, { XK_1, ControlMask, "\033[49;5u", 0, 0}, { XK_1, Mod1Mask|ControlMask, "\033[49;7u", 0, 0},