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

Magickal/astrological writing alphabet hotkeys scripts

0 views
Skip to first unread message

David Dalton

unread,
Dec 13, 2021, 4:00:59 PM12/13/21
to
In the thread “Magical Writing” on alt.magick very recently,
Corey White<adven...@gmail.com> posted a very
useful script for mapping keyboard keys to astrological/magickal
characters, and I include it below. If you have any questions
for Corey post to that thread on alt.magick or email him.

He wrote:

Magical writing and magical language has been used as far back as I'm
aware. From Enochian to Chaos Magick. I've created a way to temporarily
remap a computers keyboard, accomplishing the same thing. There are 26
letters in the english alphabet, and there are 26 astrological glyphs
already set into your computers font. At least when you include the phases
of the moon. For windows just download this program,
https://www.autohotkey.com/

And then run this simple script I created for it. It will remap the keys
on your board to this new magical language. It will let your keyboard
work normally and switch to astro code when you turn on caps lock.
To turn it off just click on the hotkey icon in your taskbar.

SendMode Input ; Recommended for new scripts due to its superior speed
and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#If, GetKeyState("CapsLock", "T")
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

--
David Dalton dal...@nfld.com https://www.nfld.com/~dalton (home page)
https://www.nfld.com/~dalton/dtales.html Salmon on the Thorns (mystic page)
“‘You could lay down your head by a sweet river bed/But Sonny
always remembers what it was his Mama said” (Ron Hynes)

0 new messages