aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/copyq/copyq-commands.ini')
-rw-r--r--dot_config/copyq/copyq-commands.ini50
1 files changed, 50 insertions, 0 deletions
diff --git a/dot_config/copyq/copyq-commands.ini b/dot_config/copyq/copyq-commands.ini
new file mode 100644
index 0000000..91ffb63
--- /dev/null
+++ b/dot_config/copyq/copyq-commands.ini
@@ -0,0 +1,50 @@
1[Commands]
21\Command=copyq: toggle()
31\GlobalShortcut=alt+v
41\Icon=\xf022
51\InternalId=copyq_global_toggle
61\IsGlobalShortcut=true
71\Name=Show/hide main window
82\Command=copyq: plugins.itempinned.pin()
92\Icon=\xf08d
102\InMenu=true
112\Input=!OUTPUT
122\InternalId=copyq_pinned_pin
132\Name=Pin
142\Output=application/x-copyq-item-pinned
153\Command=copyq: plugins.itempinned.unpin()
163\Icon=\xf08d
173\InMenu=true
183\Input=application/x-copyq-item-pinned
193\InternalId=copyq_pinned_unpin
203\Name=Unpin
214\Command=copyq: plugins.itemtags.tag(decodeURIComponent('Important'))
224\Icon=\xf02b
234\InMenu=true
244\InternalId=copyq_tags_tag:Important
254\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) && fail()
264\Name=Tag as \x201cImportant\x201d
275\Command=copyq: plugins.itemtags.untag(decodeURIComponent('Important'))
285\Icon=\xf02b
295\InMenu=true
305\InternalId=copyq_tags_untag:Important
315\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) || fail()
325\Name=Remove tag \x201cImportant\x201d
336\Command=copyq: plugins.itemtags.tag()
346\Icon=\xf02b
356\InMenu=true
366\InternalId=copyq_tags_tag
376\Name=Add a Tag
387\Command=copyq: plugins.itemtags.untag()
397\Icon=\xf02b
407\InMenu=true
417\Input=application/x-copyq-tags
427\InternalId=copyq_tags_untag
437\Name=Remove a Tag
448\Command=copyq: plugins.itemtags.clearTags()
458\Icon=\xf02b
468\InMenu=true
478\Input=application/x-copyq-tags
488\InternalId=copyq_tags_clear
498\Name=Clear all tags
50size=8
Powered by cgit v1.2.3 (git 2.41.0)