Skip to content

Instantly share code, notes, and snippets.

View JarvisPrestidge's full-sized avatar

Jarvis Prestidge JarvisPrestidge

View GitHub Profile
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 14,
// font family with optional fallbacks
; <COMPILER: v1.1.24.03>
#Persistent
#NoTrayIcon
global _HWND := ""
OnExit("Quit")
#IfWinActive ahk_exe WhatsApp.exe
Esc::
@JarvisPrestidge
JarvisPrestidge / Utility.ahk
Last active March 16, 2016 09:23
Personal AutoHotKey script that turns any keyboard into a Pok3r, along with some conditional legaue macros.
#CommentFlag //
#InstallKeybdHook
// Author: Jarvis Prestidge
// Description: Simulates my preferred keyboard layout, similiar to that of the Pok3r 60% keyboard
// on any keyboard without programmable keys. i.e. my laptop ^^
// <COMPILER: v1.1.22.00>
@JarvisPrestidge
JarvisPrestidge / Pok3r.ahk
Last active April 11, 2024 08:32
Personal AutoHotKey script that turns any keyboard into a Pok3r.
#CommentFlag //
#InstallKeybdHook
// Author: Jarvis Prestidge
// Description: Simulates my preferred keyboard layout, similiar to that of the Pok3r 60% keyboard
// on any keyboard without programmable keys. i.e. my laptop ^^
// <COMPILER: v1.1.22.00>
@JarvisPrestidge
JarvisPrestidge / Macros.ahk
Last active March 16, 2016 09:08
AutoHotKey sctipt that turns functions keys into macros that print into chat, along with space modifiers and an ss hotkey.
; Original all bells and whistles League of Legends helper and macro script
; Author: Jarvis Prestidge
; Description: Script to add function key macros to display in game chat
; pictures and banners. Hotkey to turn space into a Ctrl modifier and
; sending "ss" to chat & missing ping when <`> is pressed.
#NoEnv
#Warn
#InstallKeybdHook
@JarvisPrestidge
JarvisPrestidge / Helper.ahk
Last active August 29, 2015 14:20
AutoHotKey script for League of Legends to help me play with a broken wrist ^^
; Recreating the league of legends script I made a couple of years back
; Jarvis Prestidge: Simple script to help turn space into a modifier and send
; "ss" to chat & missing ping when <`> is pressed, while in League of Legends.
#IfWinActive ahk_class RiotWindowClass
; Turns space into the left ctrl modifier
~Space::Ctrl