This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
trigger:Clipboard_Filter [2017/09/04 04:46] peternlewis |
trigger:Clipboard_Filter [2021/11/24 01:44] (current) peternlewis |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | The *Clipboard Filter trigger* lets you add your macro to the action menu in the [[manual:Clipboard_History_Switcher|Clipboard History Switcher]] user manual section. | + | ====== Clipboard Filter Trigger ====== |
+ | |||
+ | The *Clipboard Filter trigger* (v8+) lets you add your macro to the action menu in the [[manual:Clipboard_History_Switcher|Clipboard History Switcher]] user manual section. | ||
For example: | For example: | ||
Line 5: | Line 7: | ||
{{:trigger:capitalize.png?nolink&550|}} | {{:trigger:capitalize.png?nolink&550|}} | ||
- | The macro will appear in the action menu in the Clipboard Switcher, and can reference the [[Clipboards#Trigger_Clipboard|Trigger Clipboard]] to operate on the selected clipboard. | + | The macro will appear in the action menu in the Clipboard Switcher, and can reference the [[/Clipboards#Trigger_Clipboard|Trigger Clipboard]] to operate on the selected clipboard. |
{{:trigger:filter-clipboard-menu.png?nolink&972|}} | {{:trigger:filter-clipboard-menu.png?nolink&972|}} | ||
Line 12: | Line 14: | ||
You can edit a macro by holding down the option key and selecting it from the action menu menu. | You can edit a macro by holding down the option key and selecting it from the action menu menu. | ||
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | === Actions === | ||
+ | |||
+ | * [[:Actions|See all Actions]] | ||
+ | |||
+ | === Tokens === | ||
+ | |||
+ | * [[token:Trigger|%Trigger%]] | ||
+ | * [[token:TriggerBase|%TriggerBase%]] | ||
+ | * [[token:TriggerValue|%TriggerValue%]] | ||
+ | * [[:Tokens|See all Tokens]] | ||
+ | |||
+ | === Triggers === | ||
+ | |||
+ | * [[:Triggers|See all Triggers]] | ||
+ | |||