Skip to content

Commit

Permalink
Add ®, λ, Λ
Browse files Browse the repository at this point in the history
Add registered trademark (R), lower and upper case lambda
  • Loading branch information
Brad331 committed Dec 13, 2023
1 parent 3f70ffd commit 5cc0858
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SpecialCharacters.ahk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; ! alt, + shift, ^ ctrl

;Spanish Characters
!a::SendText "á"
!e::SendText "é"
Expand Down Expand Up @@ -59,13 +61,16 @@
!-::SendText ""
+!y::SendText ""
+!x::SendText ""
^!r::SendText "®"

;Greek Letters
^!a::SendText "α"
!b::SendText "β"
!d::SendText "δ"
+!d::SendText "Δ"
!h::SendText "η"
!l::SendText "λ"
+!l::SendText "Λ"
!m::SendText "μ"
!p::SendText "ϕ"
+!p::SendText "Φ"
Expand Down

0 comments on commit 5cc0858

Please sign in to comment.