summaryrefslogtreecommitdiff
path: root/utils/st-0.9
diff options
context:
space:
mode:
Diffstat (limited to 'utils/st-0.9')
-rw-r--r--utils/st-0.9/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/st-0.9/config.h b/utils/st-0.9/config.h
index cfabbfe..8914d0e 100644
--- a/utils/st-0.9/config.h
+++ b/utils/st-0.9/config.h
@@ -165,8 +165,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Prior, zoom, {.f = +1} },
{ TERMMOD, XK_Next, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
- { TERMMOD, XK_C, clipcopy, {.i = 0} },
- { TERMMOD, 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} },