Fix #42
This commit is contained in:
parent
35ee1950cf
commit
6fa2204aa8
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# This is the default configuration file, change it as you like it
|
# This is the default configuration file, change it as you like it
|
||||||
# You can refer to the official documentation:
|
# You can refer to the official documentation:
|
||||||
# https://github.com/federico-terzi/espanso
|
# https://espanso.org/docs/
|
||||||
|
|
||||||
# Matches are the substitution rules, when you type the "trigger" string
|
# Matches are the substitution rules, when you type the "trigger" string
|
||||||
# it gets replaced by the "replace" string.
|
# it gets replaced by the "replace" string.
|
||||||
|
@ -27,34 +27,4 @@ matches:
|
||||||
- name: output
|
- name: output
|
||||||
type: shell
|
type: shell
|
||||||
params:
|
params:
|
||||||
cmd: "echo Hello from you shell"
|
cmd: "echo Hello from your shell"
|
||||||
|
|
||||||
# Emojis
|
|
||||||
- trigger: ":lol"
|
|
||||||
replace: "😂"
|
|
||||||
- trigger: ":llol"
|
|
||||||
replace: "😂😂😂😂"
|
|
||||||
- trigger: ":sad"
|
|
||||||
replace: "☹"
|
|
||||||
- trigger: ":ssad"
|
|
||||||
replace: "☹☹☹☹"
|
|
||||||
|
|
||||||
# Accented letters
|
|
||||||
- trigger: "e''"
|
|
||||||
replace: "è"
|
|
||||||
- trigger: "e//"
|
|
||||||
replace: "é"
|
|
||||||
- trigger: "a''"
|
|
||||||
replace: "à"
|
|
||||||
- trigger: "i''"
|
|
||||||
replace: "ì"
|
|
||||||
- trigger: "o''"
|
|
||||||
replace: "ò"
|
|
||||||
- trigger: "u''"
|
|
||||||
replace: "ù"
|
|
||||||
|
|
||||||
# Capital accented letters
|
|
||||||
- trigger: "E''"
|
|
||||||
replace: "È"
|
|
||||||
- trigger: "E//"
|
|
||||||
replace: "É"
|
|
Loading…
Reference in New Issue
Block a user