aboutsummaryrefslogtreecommitdiff
path: root/setupx.c
diff options
context:
space:
mode:
Diffstat (limited to 'setupx.c')
-rw-r--r--setupx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/setupx.c b/setupx.c
index f905776..34f0682 100644
--- a/setupx.c
+++ b/setupx.c
@@ -138,6 +138,10 @@ process_input()
case XK_F4:
key('B');
break;
+ case XK_Insert:
+ if(event.xkey.state & ShiftMask)
+ paste();
+ break;
}
}
break;