Skip to content

Commit

Permalink
Add Square Root and Infinity
Browse files Browse the repository at this point in the history
Alt v: √
Ctrl Alt 8: ∞
  • Loading branch information
Brad331 committed Nov 18, 2023
1 parent cd3f658 commit 3f70ffd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SpecialCharacters.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
+!9::SendText ""
+!0::SendText ""

;Math Operators
;Math Symbols
!x::SendText "×"
!/::SendText "÷"
!=::SendText "±"
Expand All @@ -50,6 +50,8 @@
+!.::SendText ""
!;::SendText ""
!'::SendText ""
!v::SendText ""
^!8::SendText ""

;Useful Symbols
!c::SendText "°C"
Expand Down

0 comments on commit 3f70ffd

Please sign in to comment.