summaryrefslogtreecommitdiffstats
path: root/klipper/klipperrc.desktop
blob: 5845c433ef8178cdc95fa6e23837050865eb1ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
[General]
KeepClipboardContents=true
No Actions for WM_CLASS=Navigator,navigator:browser,konqueror,keditbookmarks,mozilla-bin,Mozilla,Opera main window,opera,gnumeric,Gnumeric,Galeon,kcontrol,ksirc,MozillaFirebird-bin,firefox-bin,Firefox-bin,klipper,Gecko,gecko
Number of Actions=7
PopupAtMousePosition=false
URLGrabberEnabled=false

[Action_0]
Description=Jpeg-Image
Number of commands=1
Regexp=^\\/.+\\.jpg$

[Action_0/Command_0]
Description=Launch K&View
Commandline=kview %s
Enabled=true

[Action_1]
Description=Web-URL
Number of commands=5
Regexp=^https?://.

[Action_1/Command_0]
Description=Open with &Konqueror
Commandline=kfmclient openURL %s
Enabled=true

[Action_1/Command_1]
Description=Open with &Mozilla
Commandline=ps x |grep -q '[m]ozilla' && mozilla -remote openURL\(%s, new-window\) || mozilla %s
Icon=mozilla
Enabled=true

[Action_1/Command_2]
Description=Send &URL
Commandline=kmail --body  %s
Enabled=true

[Action_1/Command_3]
Description=Open with &Firefox
Commandline=ps x |grep -q '[f]irefox' && firefox -remote openURL\(%s, new-window\) || firefox %s
Icon=firefox
Enabled=true

[Action_1/Command_4]
Description=Send &Page
Commandline=kmail  --attach %s
Enabled=true

[Action_2]
Description=Mail-URL
Number of commands=2
Regexp=^mailto:.

[Action_2/Command_0]
Description=Launch &Kmail
Commandline=kmail --composer `echo %s | sed 's/mailto://g'`
Enabled=true

[Action_2/Command_1]
Description=Launch &mutt
Commandline=konsole -e mutt `echo %s | sed 's/mailto://g'`
Enabled=true

[Action_3]
Description=Text File
Number of commands=2
Regexp=^\\/.+\\.txt$

[Action_3/Command_0]
Description=Launch K&Edit
Commandline=kedit %s
Enabled=true

[Action_3/Command_1]
Description=Launch K&Write
Commandline=kwrite %s
Enabled=true

[Action_4]
Description=Local file URL
Number of commands=2
Regexp=^file:.

[Action_4/Command_0]
Description=Send &URL
Commandline=kmail --body  %s
Enabled=true

[Action_4/Command_1]
Description=Send &File
Commandline=kmail  --attach %s
Enabled=true

[Action_5]
Description=Gopher URL
Number of commands=2
Regexp=^gopher:.

[Action_5/Command_0]
Description=Send &URL
Commandline=kmail --body %s
Enabled=true

[Action_5/Command_1]
Description=Send &File
Commandline=kmail  --attach %s
Enabled=true

[Action_6]
Description=ftp URL
Number of commands=5
Regexp=^ftp://.

[Action_6/Command_0]
Description=Open with &Konqueror
Commandline=kfmclient openURL %s
Enabled=true

[Action_6/Command_1]
Description=Open with &Netscape
Commandline=netscape -no-about-splash -remote openURL\(%s, new-window\)
Enabled=true

[Action_6/Command_2]
Description=Open with &Mozilla
Commandline=mozilla -remote openURL\(%s, new-window\)
Enabled=true

[Action_6/Command_3]
Description=Send &URL
Commandline=kmail --body  %s
Enabled=true

[Action_6/Command_4]
Description=Send &File
Commandline=kmail  --attach %s
Enabled=true