From efb390619b3097c68589dc25508b44edd077462e Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 27 Aug 2024 12:26:35 +0200 Subject: [PATCH] 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 --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 0ad0c0c..18dfb82 100644 --- a/plugin.py +++ b/plugin.py @@ -43,7 +43,7 @@ emoji = {'innocent':'ʘ‿ʘ', 'tableflip':'(╯°□°)╯︵ ┻━┻', 'putbacktable':'┬─┬ ノ( ゜-゜ノ)', 'tidy-up':'┬─┬⃰͡ (ᵔᵕᵔ͜ )', - 'double-Flip':'┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻', + 'double-flip':'┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻', 'fisticuffs':'ლ(`ー´ლ)', 'cute-bear':'ʕ•ᴥ•ʔ', 'squinting-bear':'ʕᵔᴥᵔʔ', -- 2.35.3