]> shimmer.witbreuk.eu Git - UltimateKEYS.git/commitdiff
Add files via upload
authorPieter Degroote <pieter-degroote@users.noreply.github.com>
Thu, 28 Dec 2023 20:25:16 +0000 (21:25 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Dec 2023 20:25:16 +0000 (21:25 +0100)
The bullet (•) has been added to the main layout (AltGr + Shift + Space).
Minor change to the section "Bullets and Small Geometric Shapes".

autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk
autohotkey/UltimateKEYS (for AutoHotkey v2).ahk

index 3ca63cc7935915e06c6119e978f82a62ff99979b..9c96777a96fdb3d3557dec62e67e3672a4f87677 100644 (file)
@@ -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
index f7bfeee560f16273ae81242d1c6628aabea066bf..24eaf09be05bb63e18fc986c68ad10ea2651289c 100644 (file)
@@ -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