Mercurial > code > home > repos > light9
comparison bin/keyboardcomposer @ 216:233ee9b1e561
checked the showconfig patch and fixed bugs
author | drewp@bigasterisk.com |
---|---|
date | Sun, 17 Apr 2005 02:33:14 +0000 |
parents | 38c1ccfb6820 |
children | 89cd37c4314b |
comparison
equal
deleted
inserted
replaced
215:2072a0dd7b19 | 216:233ee9b1e561 |
---|---|
9 import math, atexit, pickle | 9 import math, atexit, pickle |
10 | 10 |
11 import run_local | 11 import run_local |
12 from light9.Fadable import Fadable | 12 from light9.Fadable import Fadable |
13 from light9.Submaster import Submasters, sub_maxes | 13 from light9.Submaster import Submasters, sub_maxes |
14 from light9 import dmxclient | 14 from light9 import dmxclient, showconfig |
15 from light9.uihelpers import toplevelat | 15 from light9.uihelpers import toplevelat |
16 | 16 |
17 nudge_keys = { | 17 nudge_keys = { |
18 'up' : list('qwertyuiop'), | 18 'up' : list('qwertyuiop'), |
19 'down' : list('asdfghjkl') | 19 'down' : list('asdfghjkl') |