Skip to content
View gpadd's full-sized avatar

Organizations

@lispgames @RevolutionSoftware

Block or report gpadd

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotemacs dotemacs Public

    .config/emacs directory

    Emacs Lisp

  2. lispgames/perfectstorm lispgames/perfectstorm Public

    Perfectstorm is a real time strategy game study written in Common Lisp

    Common Lisp 28 2

  3. Remap CAPS to be either CTRL or ESC ... Remap CAPS to be either CTRL or ESC depending on if you are holding it down or not. Tweaked For AutoHotkey v2. Original from https://superuser.com/a/581988
    1
    #Requires AutoHotkey v2.0
    2
    
                  
    3
    *CapsLock::
    4
    {
    5
        Send "{Blind}{Ctrl Down}"