summaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
Diffstat (limited to 'exec')
-rw-r--r--exec/key-handler2
1 files changed, 2 insertions, 0 deletions
diff --git a/exec/key-handler b/exec/key-handler
index d2e8aa2..ff25c16 100644
--- a/exec/key-handler
+++ b/exec/key-handler
@@ -1,6 +1,8 @@
#!/bin/sh
case "$1" in
+"C-c")
+ echo -n "$2" | xsel -i ;;
"C-g")
gimp "$2" & ;;
"C-comma")