aboutsummaryrefslogtreecommitdiff
blob: 91ffb63a16dcaa1dd1e4a0b85fadcf9e2ee63ce0 (plain) (blame)
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
[Commands]
1\Command=copyq: toggle()
1\GlobalShortcut=alt+v
1\Icon=\xf022
1\InternalId=copyq_global_toggle
1\IsGlobalShortcut=true
1\Name=Show/hide main window
2\Command=copyq: plugins.itempinned.pin()
2\Icon=\xf08d
2\InMenu=true
2\Input=!OUTPUT
2\InternalId=copyq_pinned_pin
2\Name=Pin
2\Output=application/x-copyq-item-pinned
3\Command=copyq: plugins.itempinned.unpin()
3\Icon=\xf08d
3\InMenu=true
3\Input=application/x-copyq-item-pinned
3\InternalId=copyq_pinned_unpin
3\Name=Unpin
4\Command=copyq: plugins.itemtags.tag(decodeURIComponent('Important'))
4\Icon=\xf02b
4\InMenu=true
4\InternalId=copyq_tags_tag:Important
4\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) && fail()
4\Name=Tag as \x201cImportant\x201d
5\Command=copyq: plugins.itemtags.untag(decodeURIComponent('Important'))
5\Icon=\xf02b
5\InMenu=true
5\InternalId=copyq_tags_untag:Important
5\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) || fail()
5\Name=Remove tag \x201cImportant\x201d
6\Command=copyq: plugins.itemtags.tag()
6\Icon=\xf02b
6\InMenu=true
6\InternalId=copyq_tags_tag
6\Name=Add a Tag
7\Command=copyq: plugins.itemtags.untag()
7\Icon=\xf02b
7\InMenu=true
7\Input=application/x-copyq-tags
7\InternalId=copyq_tags_untag
7\Name=Remove a Tag
8\Command=copyq: plugins.itemtags.clearTags()
8\Icon=\xf02b
8\InMenu=true
8\Input=application/x-copyq-tags
8\InternalId=copyq_tags_clear
8\Name=Clear all tags
size=8
Powered by cgit v1.2.3 (git 2.41.0)