Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Correspondence

0 views
Skip to first unread message

Corey White

unread,
Feb 1, 2022, 10:09:16 PM2/1/22
to
Hello everyone! I have created a new group on usenet, alt.magick.astrology. I am cross posting this
announcement to other groups in the hopes that you will subscribe to this new group and get your
news provider to carry it!

Correspondence:

Magical writing and magical language has been used as far back as I'm aware. From Enochian to
Chaos Magick. I've constructed a way to temporarily remap a computers keyboard, accomplishing the
same thing. In ritual magick there is a concept known as correspondence. This is where associations
are drawn between things where there are connections. For example the 22 cards of the Major
Arcana are associated with the 22 letters in the Hebrew alphabet. For this correspondence, there are
26 letters in the english alphabet, and 26 astrological symbols already set into your computers font. At
least when you include the phases of the moon. In order to take advantage of this system of magick
all you need to do is type, and the cypher does the work!

Just download AutoHotkey to begin using this system:

https://www.autohotkey.com/

And then run this simple script for it, which will remap the keys on your board. After installing just
press the caps lock key and begin typing. Your writing will be replaced with astrological code. Press
caps lock again to return to your normal keyboard. I added the second line of code to turn off the
shift key while caps lock is pressed.

In my experience, for best results use "Segoe UI Symbol" font

#If, GetKeyState("CapsLock", "T")
LShift::return
a::
Send, ☉
return
b::
Send, 🌑︎
return
c::
Send, ☾
return
d::
Send, ☽
return
e::
Send, 🌕︎
return
f::
Send, ☿
return
g::
Send, ♀
return
h::
Send, 🜨
return
i::
Send, ♂
return
j::
Send, ♃
return
k::
Send, ♄
return
l::
Send, ♅
return
m::
Send, ♆
return
n::
Send, ♇
return
o::
Send, ♈︎
return
p::
Send, ♉︎
return
q::
Send, ♊︎
return
r::
Send, ♋︎
return
s::
Send, ♌︎
return
t::
Send, ♍︎
return
u::
Send, ♎︎
return
v::
Send, ♏︎
return
w::
Send, ♐︎
return
x::
Send, ♑︎
return
y::
Send, ♒︎
return
z::
Send, ♓︎
return
0 new messages