From: Pieter Degroote Date: Thu, 28 Dec 2023 20:25:16 +0000 (+0100) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/bd2f225e4a0939dffc37429942a4f1787fba79bd?hp=58d0813f8680b78cb444d67b1fc7f1815f1c0401 Add files via upload The bullet (•) has been added to the main layout (AltGr + Shift + Space). Minor change to the section "Bullets and Small Geometric Shapes". --- diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk index 3ca63cc..9c96777 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-12-12 +; UltimateKEYS (for AutoHotkey v1.1).ahk - 2023-12-28 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -990,7 +990,7 @@ cmpSemicolon.item["o"] := "{u+25e6}" ; (◦) white bullet cmpSemicolon.item["h"] := "{u+2043}" ; (⁃) hyphen bullet cmpSemicolon.item["t"] := "{u+2023}" ; (‣) triangular bullet cmpSemicolon.item["q"] := "{u+25aa}" ; (▪) black small square -cmpSemicolon.item["r"] := "{u+25ab}" ; (▫) white small square +cmpSemicolon.item["u"] := "{u+25ab}" ; (▫) white small square cmpSemicolon.item["w"] := "{u+25b4}" ; (▴) black up-pointing small triangle cmpSemicolon.item["a"] := "{u+25c2}" ; (◂) black left-pointing small triangle cmpSemicolon.item["s"] := "{u+25be}" ; (▾) black down-pointing small triangle @@ -1884,8 +1884,8 @@ cmpSmallN.item["0"] := "{u+277f}" ; (❿) dingbat negative circled digit 10 >!/::Send {u+00bf} ; (¿) inverted question mark >!?::Send {u+2026} ; (…) horizontal ellipsis ->!space::Send {u+00a0} ; non-breaking space (NBSP) ->!+space::Send {u+00a0} ; non-breaking space (NBSP) +>!space::Send {u+00a0} ; non-breaking space (NBSP) +>!+space::Send {u+2022} ; (•) bullet ; Configuration : Compose Key Selector diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk index f7bfeee..24eaf09 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-12-12 +; UltimateKEYS (for AutoHotkey v2).ahk - 2023-12-28 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -991,7 +991,7 @@ cmpSemicolon["o"] := "{u+25e6}" ; (◦) white bullet cmpSemicolon["h"] := "{u+2043}" ; (⁃) hyphen bullet cmpSemicolon["t"] := "{u+2023}" ; (‣) triangular bullet cmpSemicolon["q"] := "{u+25aa}" ; (▪) black small square -cmpSemicolon["r"] := "{u+25ab}" ; (▫) white small square +cmpSemicolon["u"] := "{u+25ab}" ; (▫) white small square cmpSemicolon["w"] := "{u+25b4}" ; (▴) black up-pointing small triangle cmpSemicolon["a"] := "{u+25c2}" ; (◂) black left-pointing small triangle cmpSemicolon["s"] := "{u+25be}" ; (▾) black down-pointing small triangle @@ -1885,8 +1885,8 @@ cmpSmallN["0"] := "{u+277f}" ; (❿) dingbat negative circled digit 10 >!/::Send "{u+00bf}" ; (¿) inverted question mark >!?::Send "{u+2026}" ; (…) horizontal ellipsis ->!space::Send "{u+00a0}" ; non-breaking space (NBSP) ->!+space::Send "{u+00a0}" ; non-breaking space (NBSP) +>!space::Send "{u+00a0}" ; non-breaking space (NBSP) +>!+space::Send "{u+2022}" ; (•) bullet ; Configuration : Compose Key Selector