Skip to content
View Jademalo's full-sized avatar
🐢
🐢

Block or report Jademalo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. SurroundFix SurroundFix Public

    A World of Warcraft UI AddOn to fix various UI issues with multiple monitor setups

    Lua

  2. JadeBots JadeBots Public

    This is an implementation of tweetBot for my twitter bots

    Python 2

  3. OBS-Scripts OBS-Scripts Public

    A collection of OBS scripts to load various effect filters

    Lua

  4. An AutoHotkey script to rebind a key... An AutoHotkey script to rebind a key into 3 outputs depending on a single tap, a double tap, or a hold.
    1
    ;https://autohotkey.com/boards/viewtopic.php?f=5&t=51596
    2
    
                  
    3
    Key = a             ;Main Keybind
    4
    tLength = -300      ;Time before key is pressed
    5
    tapSingle = a       ;Single Tap Keybind
  5. An AutoHotkey script to toggle games... An AutoHotkey script to toggle games between their standard resolutions and Triplewide resolutions using a key combination
    1
    ;If working in the legacy space, then normal typing is just text rather than variables. Variables need %ages either side.
    2
    ;If working in the modern Expression space, then variables can just be used normally and are joined with periods.
    3
    
                  
    4
    #SingleInstance, Force
    5
    #Persistent
  6. An AutoHotKey script that changes th... An AutoHotKey script that changes the bank of 6 keys above the cursor keys into media keys, with a toggle using Scroll Lock. The Scroll Lock light is also a state indicator.
    1
    /*
    2
    3
        Keyboard LED control for AutoHotkey_L
    4
            http://www.autohotkey.com/forum/viewtopic.php?p=468000#468000
    5