Compare commits

...

2 Commits

Author SHA1 Message Date
4c72735bfe Merge pull request 'Change double-flip to lowercase' (#5) from Georg/UnicodeEmoji:names into master
Reviewed-on: LimnoriaPlugins/UnicodeEmoji#5
Reviewed-by: Pratyush Desai <pratyush.desai@liberta.casa>
2024-08-27 12:36:02 +02:00
efb390619b
Change double-flip to lowercase
c35277bf59c021d2baaec5c90d9896201ac9a116 changed the lookup
procedure to lowercase, causing double-flip to no longer be
callable. Align it with the other keys by switching to all
lower-case.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-08-27 12:26:35 +02:00

View File

@ -43,7 +43,7 @@ emoji = {'innocent':'ʘ‿ʘ',
'tableflip':'(╯°□°)╯︵ ┻━┻',
'putbacktable':'┬─┬ ( ゜-゜ノ)',
'tidy-up':'┬─┬⃰͡ (ᵔᵕᵔ͜ )',
'double-Flip':'┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻',
'double-flip':'┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻',
'fisticuffs':'ლ(`ー´ლ)',
'cute-bear':'ʕ•ᴥ•ʔ',
'squinting-bear':'ʕᵔᴥᵔʔ',