domschrei / krunner-symbols

A lightweight KRunner plugin (Plasma 5) to retrieve unicode symbols, or any other string, based on a corresponding keyword.
GNU General Public License v3.0
117 stars 12 forks source link

Multiple keywords for key #6

Closed torbei closed 7 years ago

torbei commented 7 years ago

Would be great if there is a way to define multiple keywords for a key instead of creating multiple keys with the same value.

domschrei commented 7 years ago

You now have the option to write something like this into your custom definitions:

ampersand,fancyand,curlyand=&

which will be internally expanded to:

ampersand=&
fancyand=&
curlyand=&

The amount of keywords on the left side (>= 2) is arbitrary. Note that this feature disables the use of commata inside symbol definition keywords apart from multi-definitions.