diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-23 21:23:00 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-23 21:23:00 +0000 |
| commit | 513a68141b4737e9ab69b7cbcda7d36f983fa3b6 (patch) | |
| tree | 0316d93cf9b9c4e19ef6836105c34ba9a8baac79 /st-0.8.5/config.h | |
| parent | 646196b544c15c5624e6dd70555b9bbe546155f6 (diff) | |
fixed copy and paste in st
Diffstat (limited to 'st-0.8.5/config.h')
| -rw-r--r-- | st-0.8.5/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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} }, |