This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Copy image path to primary on Ctrl-c in exec/key-handler
master
Bert Münnich
11 years ago
parent
6a0fa2507c
commit
58b4a1e504
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
exec/key-handler
+ 2
- 0
exec/key-handler
View File
@@ -1,6 +1,8 @@
#!/bin/sh
case "$1" in
"C-c")
echo -n "$2" | xsel -i ;;
"C-g")
gimp "$2" & ;;
"C-comma")
Write
Preview
Loading…
Cancel
Save