Skip to content

Instantly share code, notes, and snippets.

View alexkuck's full-sized avatar

Alex Kuck alexkuck

View GitHub Profile
#!/usr/bin/env python
import re, collections
from subprocess import *
def sanitize_keybinding(binding):
d = {'space': ' ',
'apostrophe': "'",
'BackSpace': ' (<-)',
'Return': '↵ \n',