Skip to content

Instantly share code, notes, and snippets.

View datatravelandexperiments's full-sized avatar

datatravelandexperiments datatravelandexperiments

  • Ontario, Canada
View GitHub Profile
#include <curses.h>
#include <stdlib.h>
#include <time.h>
int b[32], *d=&b[16], q, v, y;
char*m[]={
"CBA@GFEDKJIHONML",
"@DHLAEIMBFJNCGKO",
"LHD@MIEANJFBOKGC",
From 065c49efe04a92b71465a54f935e9211e2393cd7 Mon Sep 17 00:00:00 2001
From: Kevin Schoedel <kps@datatravelandexperiments.com>
Date: Thu, 19 Dec 2013 13:49:13 -0500
Subject: [PATCH] Add user-defined color palettes.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The “Color Swatches” menu option “Current key colors” builds a palette
from the colors in use in the layout.
@datatravelandexperiments
datatravelandexperiments / gist:8042259
Created December 19, 2013 16:41
WIP for keyboard-layout-editor: Added prefix count for motion and size operations.
From aab2d58869a1b4b05a107a1e611d0e131045a3b3 Mon Sep 17 00:00:00 2001
From: Kevin Schoedel <kps@datatravelandexperiments.com>
Date: Thu, 19 Dec 2013 11:00:44 -0500
Subject: [PATCH] Added prefix count for motion and size operations.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The user can type a number and optional unit that will be used as
a value by certain following commands.