Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Minor change: white and black florette (❀, ✿) and warning sign (⚠) have been added.
  • Loading branch information
pieter-degroote authored Dec 28, 2021
1 parent 94f5cf5 commit eec1266
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion autohotkey-v1.1/UltimateKEYS SW (Scroll Lock).ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; UltimateKEYS SW (Scroll Lock).ahk - 2021-11-22
; UltimateKEYS SW (Scroll Lock).ahk - 2021-12-28

; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)

Expand Down Expand Up @@ -444,6 +444,7 @@ dkAcuteAccent.item["y"] := "{u+00fd}" ; (ý) y with acute
dkAcuteAccent.item["Y"] := "{u+00dd}" ; (Ý) Y with acute
dkAcuteAccent.item["z"] := "{u+017a}" ; (ź) z with acute
dkAcuteAccent.item["Z"] := "{u+0179}" ; (Ź) Z with acute
dkAcuteAccent.item["1"] := "{u+26a0}" ; (⚠) warning sign
dkAcuteAccent.item["2"] := "{u+266b}" ; (♫) beamed eighth notes
dkAcuteAccent.item["3"] := "{u+2042}" ; (⁂) asterism
dkAcuteAccent.item["4"] := "{u+2605}" ; (★) black star
Expand All @@ -453,6 +454,7 @@ dkAcuteAccent.item["7"] := "{u+273b}" ; (✻) teardrop-spoked asterisk
dkAcuteAccent.item["8"] := "{u+266a}" ; (♪) eighth note
dkAcuteAccent.item["9"] := "{u+2706}" ; (✆) telephone location sign
dkAcuteAccent.item["0"] := "{u+2709}" ; (✉) envelope
dkAcuteAccent.item["!"] := "{u+26a0}" ; (⚠) warning sign
dkAcuteAccent.item["@"] := "{u+266b}" ; (♫) beamed eighth notes
dkAcuteAccent.item["#"] := "{u+2042}" ; (⁂) asterism
dkAcuteAccent.item["$"] := "{u+2605}" ; (★) black star
Expand Down Expand Up @@ -619,6 +621,8 @@ dkSymbols.item["e"] := "{u+212e}" ; (℮) estimated symbol
dkSymbols.item["E"] := "{u+2709}" ; (✉) envelope
dkSymbols.item["f"] := "{u+2640}" ; (♀) Venus symbol (female)
dkSymbols.item["F"] := "{u+2640}" ; (♀) Venus symbol (female)
dkSymbols.item["g"] := "{u+2740}" ; (❀) white florette
dkSymbols.item["G"] := "{u+273f}" ; (✿) black florette
dkSymbols.item["h"] := "{u+2766}" ; (❦) floral heart
dkSymbols.item["H"] := "{u+2767}" ; (❧) rotated floral heart bullet
dkSymbols.item["i"] := "{u+22c4}" ; (⋄) diamond operator
Expand All @@ -645,6 +649,8 @@ dkSymbols.item["u"] := "{u+2610}" ; (☐) ballot box
dkSymbols.item["U"] := "{u+2610}" ; (☐) ballot box
dkSymbols.item["v"] := "{u+2713}" ; (✓) check mark
dkSymbols.item["V"] := "{u+2714}" ; (✔) heavy check mark
dkSymbols.item["w"] := "{u+26a0}" ; (⚠) warning sign
dkSymbols.item["W"] := "{u+26a0}" ; (⚠) warning sign
dkSymbols.item["x"] := "{u+2717}" ; (✗) ballot x
dkSymbols.item["X"] := "{u+2718}" ; (✘) heavy ballot x
dkSymbols.item["y"] := "{u+2611}" ; (☑) ballot box with check
Expand Down
8 changes: 7 additions & 1 deletion autohotkey-v1.1/UltimateKEYS.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; UltimateKEYS.ahk - 2021-11-22
; UltimateKEYS.ahk - 2021-12-28

; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)

Expand Down Expand Up @@ -444,6 +444,7 @@ dkAcuteAccent.item["y"] := "{u+00fd}" ; (ý) y with acute
dkAcuteAccent.item["Y"] := "{u+00dd}" ; (Ý) Y with acute
dkAcuteAccent.item["z"] := "{u+017a}" ; (ź) z with acute
dkAcuteAccent.item["Z"] := "{u+0179}" ; (Ź) Z with acute
dkAcuteAccent.item["1"] := "{u+26a0}" ; (⚠) warning sign
dkAcuteAccent.item["2"] := "{u+266b}" ; (♫) beamed eighth notes
dkAcuteAccent.item["3"] := "{u+2042}" ; (⁂) asterism
dkAcuteAccent.item["4"] := "{u+2605}" ; (★) black star
Expand All @@ -453,6 +454,7 @@ dkAcuteAccent.item["7"] := "{u+273b}" ; (✻) teardrop-spoked asterisk
dkAcuteAccent.item["8"] := "{u+266a}" ; (♪) eighth note
dkAcuteAccent.item["9"] := "{u+2706}" ; (✆) telephone location sign
dkAcuteAccent.item["0"] := "{u+2709}" ; (✉) envelope
dkAcuteAccent.item["!"] := "{u+26a0}" ; (⚠) warning sign
dkAcuteAccent.item["@"] := "{u+266b}" ; (♫) beamed eighth notes
dkAcuteAccent.item["#"] := "{u+2042}" ; (⁂) asterism
dkAcuteAccent.item["$"] := "{u+2605}" ; (★) black star
Expand Down Expand Up @@ -619,6 +621,8 @@ dkSymbols.item["e"] := "{u+212e}" ; (℮) estimated symbol
dkSymbols.item["E"] := "{u+2709}" ; (✉) envelope
dkSymbols.item["f"] := "{u+2640}" ; (♀) Venus symbol (female)
dkSymbols.item["F"] := "{u+2640}" ; (♀) Venus symbol (female)
dkSymbols.item["g"] := "{u+2740}" ; (❀) white florette
dkSymbols.item["G"] := "{u+273f}" ; (✿) black florette
dkSymbols.item["h"] := "{u+2766}" ; (❦) floral heart
dkSymbols.item["H"] := "{u+2767}" ; (❧) rotated floral heart bullet
dkSymbols.item["i"] := "{u+22c4}" ; (⋄) diamond operator
Expand All @@ -645,6 +649,8 @@ dkSymbols.item["u"] := "{u+2610}" ; (☐) ballot box
dkSymbols.item["U"] := "{u+2610}" ; (☐) ballot box
dkSymbols.item["v"] := "{u+2713}" ; (✓) check mark
dkSymbols.item["V"] := "{u+2714}" ; (✔) heavy check mark
dkSymbols.item["w"] := "{u+26a0}" ; (⚠) warning sign
dkSymbols.item["W"] := "{u+26a0}" ; (⚠) warning sign
dkSymbols.item["x"] := "{u+2717}" ; (✗) ballot x
dkSymbols.item["X"] := "{u+2718}" ; (✘) heavy ballot x
dkSymbols.item["y"] := "{u+2611}" ; (☑) ballot box with check
Expand Down

0 comments on commit eec1266

Please sign in to comment.