You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an extra space to a keyword if such a keyword also forms a beginning of another keyword, e.g.
+1
+1_tone1
This allows entering both without having to define a suffix as this extra space serves the role of a suffix
Fixes: #9
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,5 @@ Even if the script was written quickly, it is now more useable, and supports I18
17
17
3. Set your desired prefix and suffix by right clicking the collection in the snippets view:
18
18
1. Edit the collection 
19
19
2. Set your prefix and suffix 
20
+
3. If you don't plan to use a suffix, then download and install the [alternative snippets file](https://github.com/paris-ci/Alfred-Emoji-Pack-Update/raw/master/snippets/Emoji%20Pack%20Update%20Deduped.alfredsnippets) to avoid shorter keywords overriding the longer compound ones (`+1` becomes `+1␣` to allow entering `1_tone1`)
languages_to_generate= ["en"] # For now, there is no change between languages, but maybe in the future, shortcodes will be I18N'ed, and the script is ready for that.
2
2
output_dir="snippets/"
3
-
cache_dir="cache/"# WARNING : This will get emptied!
4
-
enable_skins=True# Use ok_hand_tone1 for example
3
+
cache_dir_def="cache/def/"# WARNING : This will get emptied!
4
+
cache_dir_dedupe="cache/dedupe/"# WARNING : This will get emptied!
0 commit comments