punktdateien/copyq/copyq-commands.ini

45 lines
1.3 KiB
INI
Raw Normal View History

2023-12-08 17:33:11 +01:00
[Commands]
1\Command=copyq: plugins.itempinned.pin()
1\Icon=\xf08d
1\InMenu=true
1\Input=!OUTPUT
1\InternalId=copyq_pinned_pin
1\Name=Anheften
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=Losl\xf6sen
3\Command=copyq: plugins.itemtags.tag(decodeURIComponent('Wichtig'))
3\Icon=\xf02b
3\InMenu=true
3\InternalId=copyq_tags_tag:Wichtig
3\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Wichtig')) && fail()
3\Name=Als \x201eWichtig\x201c taggen
4\Command=copyq: plugins.itemtags.untag(decodeURIComponent('Wichtig'))
4\Icon=\xf02b
4\InMenu=true
4\InternalId=copyq_tags_untag:Wichtig
4\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Wichtig')) || fail()
4\Name=Tag \x201eWichtig\x201c entfernen
5\Command=copyq: plugins.itemtags.tag()
5\Icon=\xf02b
5\InMenu=true
5\InternalId=copyq_tags_tag
5\Name=Ein Tag hinzuf\xfcgen
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=Ein Tag entfernen
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=Alle Tags entfernen
size=7