DashNix/copyq/copyq-commands.ini
2024-01-09 17:45:21 +00:00

74 lines
2.1 KiB
INI

[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
10\Command=copyq: plugins.itemencrypted.copyEncryptedItems()
10\Icon=\xf13e
10\InMenu=true
10\Input=application/x-copyq-encrypted
10\InternalId=copyq_encrypted_decrypt_and_copy
10\Name=Decrypt and Copy
10\Shortcut=ctrl+shift+l
11\Command=copyq: plugins.itemencrypted.pasteEncryptedItems()
11\Icon=\xf13e
11\InMenu=true
11\Input=application/x-copyq-encrypted
11\InternalId=copyq_encrypted_decrypt_and_paste
11\Name=Decrypt and Paste
11\Shortcut=enter
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
8\Command=copyq: plugins.itemencrypted.encryptItems()
8\Icon=\xf023
8\InMenu=true
8\Input=!OUTPUT
8\InternalId=copyq_encrypted_encrypt
8\Name=Encrypt (needs GnuPG)
8\Output=application/x-copyq-encrypted
8\Shortcut=ctrl+l
9\Command=copyq: plugins.itemencrypted.decryptItems()
9\Icon=\xf09c
9\InMenu=true
9\Input=application/x-copyq-encrypted
9\InternalId=copyq_encrypted_decrypt
9\Name=Decrypt
9\Output=application/x-copyq-item
9\Shortcut=ctrl+l
size=11