summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Enders <senders@spotify.com>2019-01-07 13:47:01 -0500
committerSteph Enders <smenders@gmail.com>2023-02-26 03:24:26 -0500
commit21f8df80e9978ffe4c74f99c754d4d2fdd2716dc (patch)
tree9c739795d1e969ecd40937630d518a1211f8db81
parentca99b7287010b6e1397c6cbf99395ec66cf21526 (diff)
Added shift+insert as paste
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index e33676a..ccd094f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -203,6 +203,7 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
+ { ShiftMask, XK_Insert, clippaste, {.i = 0} },
};
/*