From f1ec7aaddc534121f78704c2de0ae4257ed3e245 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 27 Jun 2021 19:55:35 -0500 Subject: sarc 1.0.2 Former-commit-id: 78865344c1952e71396b6db17a3269a4095a4caa --- st-0.8.4/config.h | 6 +++--- st-0.8.4/st | Bin 106456 -> 106456 bytes st-0.8.4/x.o | Bin 75712 -> 75712 bytes 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'st-0.8.4') diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h index 2d6c755..c3012af 100644 --- a/st-0.8.4/config.h +++ b/st-0.8.4/config.h @@ -163,7 +163,7 @@ static MouseShortcut mshortcuts[] = { }; /* Internal keyboard shortcuts. */ -#define MODKEY Mod4Mask +#define MODKEY Mod1Mask #define TERMMOD (ControlMask|ShiftMask) static Shortcut shortcuts[] = { @@ -175,8 +175,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Prior, zoom, {.f = +1} }, { TERMMOD, XK_Next, zoom, {.f = -1} }, { TERMMOD, XK_Home, zoomreset, {.f = 0} }, - { ShiftMask, XK_C, clipcopy, {.i = 0} }, - { ShiftMask, XK_V, clippaste, {.i = 0} }, + { MODKEY, XK_c, clipcopy, {.i = 0} }, + { MODKEY, XK_v, clippaste, {.i = 0} }, { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, diff --git a/st-0.8.4/st b/st-0.8.4/st index 890bcb0..9a5f32b 100755 Binary files a/st-0.8.4/st and b/st-0.8.4/st differ diff --git a/st-0.8.4/x.o b/st-0.8.4/x.o index b0009d9..5eb1e8b 100644 Binary files a/st-0.8.4/x.o and b/st-0.8.4/x.o differ -- cgit v1.2.3