summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2019-04-13 19:09:55 +0100
committerMichaël Ball <michael.ball@gmail.com>2019-04-13 19:09:55 +0100
commitb553993c79b59e3535389727ceb54724b2fd4b8d (patch)
treef5f0fe3ac4e19e6e3e5710a686e3739b580bc71d /config.h
parent3a90c9efe5bd819fd19c51714878bf9e7d64f856 (diff)
parent5d28247a5e71435f6346e42b324dbaa92d9ad1a9 (diff)
Merge branch 'master' into base16-synth-midnight-colours
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 10995c0..df47a5a 100644
--- a/config.h
+++ b/config.h
@@ -162,8 +162,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
{ TERMMOD, XK_V, clippaste, {.i = 0} },
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
+ { ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
- { TERMMOD, XK_I, iso14755, {.i = 0} },
};
/*