Skip to content

Commit 7d425ed

Browse files
𝘐𝘯𝘷𝘰𝘭𝘶𝘯𝘵𝘢𝘳𝘺 𝘊𝘶𝘦𝘴
1 parent a028e21 commit 7d425ed

File tree

10 files changed

+117
-9510
lines changed

10 files changed

+117
-9510
lines changed

qq

Lines changed: 0 additions & 1585 deletions
This file was deleted.

q

Lines changed: 0 additions & 1585 deletions
This file was deleted.

qq

Lines changed: 0 additions & 1585 deletions
This file was deleted.

Scale Theory.epub

-1.43 MB
Binary file not shown.

apparent-genius.mp3

6.09 MB
Binary file not shown.

involuntary-cues.mp3

1.89 MB
Binary file not shown.

toitalic.ahk

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
2+
; #Warn ; Enable warnings to assist with detecting common errors.
3+
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
4+
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
5+
6+
;; Need to find a special key? ;;
7+
/*
8+
#InstallKeybdHook ; install keyboard hook
9+
#KeyHistory 100
10+
KeyHistory
11+
*/
12+
13+
;; 𝘵𝘦𝘴𝘵 ;; 𝘛𝘩𝘪𝘴 𝘪𝘴 𝘕𝘦𝘢𝘵 ;; 𝘴𝘦𝘦𝘮𝘴 𝘵𝘰 𝘸𝘰𝘳𝘬 ;; seems to work ;;
14+
15+
;; UNICODE ITALIC KEYBOARD ;;
16+
17+
;; 𝘈𝘉𝘊𝘋𝘌𝘍𝘎𝘏𝘐𝘑𝘒𝘓𝘔𝘕𝘖𝘗𝘘𝘙𝘚𝘛𝘜𝘝𝘞𝘟𝘠𝘡
18+
;; 𝘢𝘣𝘤𝘥𝘦𝘧𝘨𝘩𝘪𝘫𝘬𝘭𝘮𝘯𝘰𝘱𝘲𝘳𝘴𝘵𝘶𝘷𝘸𝘹𝘺
19+
20+
;; https://github.com/standardgalactic/example/blob/main/toitalic.ahk ;;
21+
22+
;; Unicode Italic Letters Mapping
23+
24+
;; Lowercase
25+
:*C:a::𝘢
26+
:*C:b::𝘣
27+
:*C:c::𝘤
28+
:*C:d::𝘥
29+
:*C:e::𝘦
30+
:*C:f::𝘧
31+
:*C:g::𝘨
32+
:*C:h::𝘩
33+
:*C:i::𝘪
34+
:*C:j::𝘫
35+
:*C:k::𝘬
36+
:*C:l::𝘭
37+
:*C:m::𝘮
38+
:*C:n::𝘯
39+
:*C:o::𝘰
40+
:*C:p::𝘱
41+
:*C:q::𝘲
42+
:*C:r::𝘳
43+
:*C:s::𝘴
44+
:*C:t::𝘵
45+
:*C:u::𝘶
46+
:*C:v::𝘷
47+
:*C:w::𝘸
48+
:*C:x::𝘹
49+
:*C:y::𝘺
50+
:*C:z::𝘻
51+
52+
;; Uppercase
53+
:*C:A::𝘈
54+
:*C:B::𝘉
55+
:*C:C::𝘊
56+
:*C:D::𝘋
57+
:*C:E::𝘌
58+
:*C:F::𝘍
59+
:*C:G::𝘎
60+
:*C:H::𝘏
61+
:*C:I::𝘐
62+
:*C:J::𝘑
63+
:*C:K::𝘒
64+
:*C:L::𝘓
65+
:*C:M::𝘔
66+
:*C:N::𝘕
67+
:*C:O::𝘖
68+
:*C:P::𝘗
69+
:*C:Q::𝘘
70+
:*C:R::𝘙
71+
:*C:S::𝘚
72+
:*C:T::𝘛
73+
:*C:U::𝘜
74+
:*C:V::𝘝
75+
:*C:W::𝘞
76+
:*C:X::𝘟
77+
:*C:Y::𝘠
78+
:*C:Z::𝘡
79+
80+
81+
/*
82+
;; Sga ;;
83+
84+
:*:a::
85+
:*:b::
86+
:*:c::
87+
:*:d::
88+
:*:e::
89+
:*:f::
90+
:*:g::
91+
:*:h::
92+
:*:i::
93+
:*:j::
94+
:*:k::
95+
:*:l::
96+
:*:m::
97+
:*:n::
98+
:*:o::
99+
:*:p::
100+
:*:q::
101+
:*:r::
102+
:*:s::
103+
:*:t::
104+
:*:u::
105+
:*:v::
106+
:*:w::
107+
:*:x::
108+
:*:y::
109+
:*:z::
110+
*/
111+
112+
113+
;; cistercian ;;
114+
115+
;; may interfere with Alt+x to convert unicode in libreoffice.. 533<alt>x
116+
117+
!c::Suspend ; Press Alt+c to suspend (close), and Alt+c again to resume (cursive)

qq

Lines changed: 0 additions & 1585 deletions
This file was deleted.

q

Lines changed: 0 additions & 1585 deletions
This file was deleted.

qq

Lines changed: 0 additions & 1585 deletions
This file was deleted.

0 commit comments

Comments
 (0)