first commit
This commit is contained in:
44
copyq/copyq-commands.ini
Normal file
44
copyq/copyq-commands.ini
Normal file
@@ -0,0 +1,44 @@
|
||||
[Commands]
|
||||
1\Command=copyq: plugins.itempinned.pin()
|
||||
1\Icon=\xf08d
|
||||
1\InMenu=true
|
||||
1\Input=!OUTPUT
|
||||
1\InternalId=copyq_pinned_pin
|
||||
1\Name=Pin
|
||||
1\Output=application/x-copyq-item-pinned
|
||||
2\Command=copyq: plugins.itempinned.unpin()
|
||||
2\Icon=\xf08d
|
||||
2\InMenu=true
|
||||
2\Input=application/x-copyq-item-pinned
|
||||
2\InternalId=copyq_pinned_unpin
|
||||
2\Name=Unpin
|
||||
3\Command=copyq: plugins.itemtags.tag(decodeURIComponent('Important'))
|
||||
3\Icon=\xf02b
|
||||
3\InMenu=true
|
||||
3\InternalId=copyq_tags_tag:Important
|
||||
3\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) && fail()
|
||||
3\Name=Tag as \x201cImportant\x201d
|
||||
4\Command=copyq: plugins.itemtags.untag(decodeURIComponent('Important'))
|
||||
4\Icon=\xf02b
|
||||
4\InMenu=true
|
||||
4\InternalId=copyq_tags_untag:Important
|
||||
4\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) || fail()
|
||||
4\Name=Remove tag \x201cImportant\x201d
|
||||
5\Command=copyq: plugins.itemtags.tag()
|
||||
5\Icon=\xf02b
|
||||
5\InMenu=true
|
||||
5\InternalId=copyq_tags_tag
|
||||
5\Name=Add a Tag
|
||||
6\Command=copyq: plugins.itemtags.untag()
|
||||
6\Icon=\xf02b
|
||||
6\InMenu=true
|
||||
6\Input=application/x-copyq-tags
|
||||
6\InternalId=copyq_tags_untag
|
||||
6\Name=Remove a Tag
|
||||
7\Command=copyq: plugins.itemtags.clearTags()
|
||||
7\Icon=\xf02b
|
||||
7\InMenu=true
|
||||
7\Input=application/x-copyq-tags
|
||||
7\InternalId=copyq_tags_clear
|
||||
7\Name=Clear all tags
|
||||
size=7
|
||||
Reference in New Issue
Block a user