From 523d83e6abaeb50ac6e7315e6436a2ebfb188e52 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 4 Oct 2018 16:53:12 -0400 Subject: copy/paste fixes --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 21a4962..398125d 100644 --- a/config.h +++ b/config.h @@ -212,9 +212,9 @@ static Shortcut shortcuts[] = { { MODKEY|ShiftMask, XK_Next, zoom, {.f = -1} }, { MODKEY|ShiftMask, XK_Home, zoomreset, {.f = 0} }, { ShiftMask, XK_Insert, clippaste, {.i = 0} }, - { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, - { MODKEY|ShiftMask, XK_C, clipcopy, {.i = 0} }, - { MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} }, + { MODKEY, XK_c, clipcopy, {.i = 0} }, + { MODKEY, XK_v, clippaste, {.i = 0} }, + { MODKEY, XK_p, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, { MODKEY, XK_Control_L, iso14755, {.i = 0} }, { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, -- cgit v1.2.3