From 8106bb18ca313d1734d89a5d85222676726e8f8a Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 22 Sep 2020 12:39:11 +0100 Subject: More ligatures and casing replacements --- ahk-assistant.ahk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 6f778ab..fa0cf6a 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -452,6 +452,10 @@ Insert::appendClipboard() :c?*:(u-)::ú :*?:(!!)::¡ :*?:(??)::¿ +; ...latin? +:c*?:(OE)::Œ +:c*?:(Oe)::Œ +:c*?:(oe)::œ ; symbols :*?:(c)::© @@ -522,6 +526,7 @@ Insert::appendClipboard() :c?*:i'll::I'll :c?*:i'm::I'm :c?*:i've::I've +:c?*:paypal::PayPal ; general abbreviations :*:afaik::as far as I know -- cgit v1.2.3