• Magickal writing alphabet hotkeys script

    From David Dalton@21:1/5 to All on Mon Dec 13 17:33:19 2021
    XPost: alt.religion.wicca, alt.pagan, alt.witchcraft
    XPost: alt.traditional.witchcraft, alt.religion.druid

    In the thread “Magical Writing” on alt.magick very recently,
    Corey White <adventmagic@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 dalton@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)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)