Skip to content

Instantly share code, notes, and snippets.

@griefpk
griefpk / wowlookgamers__isboxer__everquest-slash-command--prefix
Created December 23, 2017 02:16
This file is meant to be imported into ISBoxer for use with paired keystroke events ( keydown and keyup ). This file contains the prefixes to make two step Mapped Keys that call the prefix in the first step ( keydown ) and command paramater in the second step ( keyup ).
<?xml version="1.0" encoding="utf-8"?>
<ISBoxerToolkitProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="42" VersionMinor="0" BuildDate="12/22/2017 9:11:01 PM">
<KeyMap>
<Name>EQ - Prefix</Name>
<Mappings>
<MappedKey>
<Name>Prefix: Disc</Name>
<Steps>
<Step>
<Actions>
@griefpk
griefpk / wowlookgamers__isboxer__everquest-slash-commands.xml
Created December 23, 2017 02:07
This file is an ISBoxer Key Map that provides Everquest /slash commands for your ISBoxer setup. They are generic and can be utilized by any ISBoxer playing Everquest.
<?xml version="1.0" encoding="utf-8"?>
<ISBoxerToolkitProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="42" VersionMinor="0" BuildDate="12/22/2017 9:01:15 PM">
<KeyMap>
<Name>EQ - Slash Commands</Name>
<Mappings>
<MappedKey>
<Name>/cast 1</Name>
<Steps>
<Step>
<Actions>
@griefpk
griefpk / README
Created November 18, 2010 01:14 — forked from myobie/README
I use many different computers at the school where I teach that
don't have XCode or git installed, but I still want an easy way
to import my vim-config. Git submodules are great, until you
don't have git.
This is that way.
-------------------------------
Added:
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}del,ins{text-decoration:none;}
* {
margin: 0;