From: Pieter Degroote Date: Fri, 8 Sep 2023 20:14:30 +0000 (+0200) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/0c2052c392157946431682ba5ffc13a3d2a228d5?ds=sidebyside;hp=852b9af1214b089ecdeed1fec4e4ebd205b9ff1f Add files via upload The 'single low-9 quotation mark' is now also available via: Compose Key -> comma (,) -> comma (,) --- diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk index 2113173..b6631b5 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk @@ -1,6 +1,6 @@ #requires AutoHotkey v1.1 -; UltimateKEYS (for AutoHotkey v1.1).ahk - 2023-09-05 +; UltimateKEYS (for AutoHotkey v1.1).ahk - 2023-09-08 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -1030,6 +1030,7 @@ cmpCedillaOgonek.item[chr(34)] := "{u+201e}" ; („) double low-9 quotation mar cmpDiaeresis.item[","] := "{u+201e}" ; („) double low-9 quotation mark cmpCedillaOgonek.item["'"] := "{u+201a}" ; (‚) single low-9 quotation mark cmpAcuteAccent.item[","] := "{u+201a}" ; (‚) single low-9 quotation mark +cmpCedillaOgonek.item[","] := "{u+201a}" ; (‚) single low-9 quotation mark cmpDiaeresis.item["["] := "{u+201c}" ; (“) left double quotation mark cmpBracketLeft.item[chr(34)] := "{u+201c}" ; (“) left double quotation mark cmpDiaeresis.item["]"] := "{u+201d}" ; (”) right double quotation mark diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk index 3287533..14a99da 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk @@ -1,6 +1,6 @@ #requires AutoHotkey v2 -; UltimateKEYS (for AutoHotkey v2).ahk - 2023-09-05 +; UltimateKEYS (for AutoHotkey v2).ahk - 2023-09-08 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -1031,6 +1031,7 @@ cmpCedillaOgonek[chr(34)] := "{u+201e}" ; („) double low-9 quotation mark cmpDiaeresis[","] := "{u+201e}" ; („) double low-9 quotation mark cmpCedillaOgonek["'"] := "{u+201a}" ; (‚) single low-9 quotation mark cmpAcuteAccent[","] := "{u+201a}" ; (‚) single low-9 quotation mark +cmpCedillaOgonek[","] := "{u+201a}" ; (‚) single low-9 quotation mark cmpDiaeresis["["] := "{u+201c}" ; (“) left double quotation mark cmpBracketLeft[chr(34)] := "{u+201c}" ; (“) left double quotation mark cmpDiaeresis["]"] := "{u+201d}" ; (”) right double quotation mark