From 513a68141b4737e9ab69b7cbcda7d36f983fa3b6 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 23 May 2022 21:23:00 +0000 Subject: fixed copy and paste in st --- st-0.8.5/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st-0.8.5/config.h') diff --git a/st-0.8.5/config.h b/st-0.8.5/config.h index 5639d1d..be9198f 100644 --- a/st-0.8.5/config.h +++ b/st-0.8.5/config.h @@ -172,8 +172,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Prior, zoom, {.f = +1} }, { TERMMOD, XK_Next, zoom, {.f = -1} }, { TERMMOD, XK_Home, zoomreset, {.f = 0} }, - { MODKEY, XK_C, clipcopy, {.i = 0} }, - { MODKEY, 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} }, -- cgit v1.2.3