Skip to content

Commit 10062a5

Browse files
Add files via upload
A few symbols have been added again to the Compose Key sequences: ⸮, ✔, ✘ (same main/base layout).
1 parent 11be493 commit 10062a5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,10 @@ compose.item["So"] := "{u+00a7}" ; (§) section sign
962962
compose.item["tm"] := "{u+2122}" ; (™) trademark symbol
963963
compose.item["vv"] := "{u+2713}" ; (✓) check mark
964964
compose.item["yy"] := "{u+2713}" ; (✓) check mark
965+
compose.item["VV"] := "{u+2714}" ; (✔) heavy check mark
966+
compose.item["YY"] := "{u+2714}" ; (✔) heavy check mark
965967
compose.item["xx"] := "{u+2717}" ; (✗) ballot x
968+
compose.item["XX"] := "{u+2718}" ; (✘) heavy ballot x
966969
compose.item["||"] := "{u+2016}" ; (‖) double vertical line
967970
compose.item["'1"] := "{u+2032}" ; (′) prime
968971
compose.item["'2"] := "{u+2033}" ; (″) double prime
@@ -980,6 +983,7 @@ compose.item["!!"] := "{u+00a1}" ; (¡) inverted exclamation mark
980983
compose.item["??"] := "{u+00bf}" ; (¿) inverted question mark
981984
compose.item["!?"] := "{u+203d}" ; (‽) interrobang
982985
compose.item["?!"] := "{u+2e18}" ; (⸘) inverted interrobang
986+
compose.item["r?"] := "{u+2e2e}" ; (⸮) reversed question mark
983987
compose.item["oc"] := "{u+00a9}" ; (©) copyright sign
984988
compose.item["(c"] := "{u+00a9}" ; (©) copyright sign
985989
compose.item["op"] := "{u+2117}" ; (℗) sound recording copyright

autohotkey/UltimateKEYS (for AutoHotkey v2).ahk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,10 @@ compose["So"] := "{u+00a7}" ; (§) section sign
961961
compose["tm"] := "{u+2122}" ; (™) trademark symbol
962962
compose["vv"] := "{u+2713}" ; (✓) check mark
963963
compose["yy"] := "{u+2713}" ; (✓) check mark
964+
compose["VV"] := "{u+2714}" ; (✔) heavy check mark
965+
compose["YY"] := "{u+2714}" ; (✔) heavy check mark
964966
compose["xx"] := "{u+2717}" ; (✗) ballot x
967+
compose["XX"] := "{u+2718}" ; (✘) heavy ballot x
965968
compose["||"] := "{u+2016}" ; (‖) double vertical line
966969
compose["'1"] := "{u+2032}" ; (′) prime
967970
compose["'2"] := "{u+2033}" ; (″) double prime
@@ -979,6 +982,7 @@ compose["!!"] := "{u+00a1}" ; (¡) inverted exclamation mark
979982
compose["??"] := "{u+00bf}" ; (¿) inverted question mark
980983
compose["!?"] := "{u+203d}" ; (‽) interrobang
981984
compose["?!"] := "{u+2e18}" ; (⸘) inverted interrobang
985+
compose["r?"] := "{u+2e2e}" ; (⸮) reversed question mark
982986
compose["oc"] := "{u+00a9}" ; (©) copyright sign
983987
compose["(c"] := "{u+00a9}" ; (©) copyright sign
984988
compose["op"] := "{u+2117}" ; (℗) sound recording copyright

0 commit comments

Comments
 (0)