diff options
author | breadcat | 2020-09-22 12:39:11 +0100 |
---|---|---|
committer | breadcat | 2020-09-22 12:39:11 +0100 |
commit | 8106bb18ca313d1734d89a5d85222676726e8f8a (patch) | |
tree | 37004b873895b777db30b849fbad55ffaa9740c4 | |
parent | 24e6753c3def9824665b017bb34d0827e249a884 (diff) | |
download | ahka-8106bb18ca313d1734d89a5d85222676726e8f8a.tar.gz ahka-8106bb18ca313d1734d89a5d85222676726e8f8a.tar.bz2 ahka-8106bb18ca313d1734d89a5d85222676726e8f8a.zip |
More ligatures and casing replacements
-rw-r--r-- | ahk-assistant.ahk | 5 |
1 files changed, 5 insertions, 0 deletions
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
|