Changeset - 7f9d0f04bb2d
[Not reviewed]
default
0 1 0
David McClosky - 20 years ago 2005-06-16 19:26:44
dmcc@bigasterisk.com
KeyboardComposer is now a SubClient
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/keyboardcomposer
Show inline comments
 
@@ -8,12 +8,13 @@ from twisted.web import xmlrpc, server
 
from Tix import *
 
import pickle
 

	
 
import run_local
 
from light9.Fadable import Fadable
 
from light9.Submaster import Submasters, sub_maxes
 
from light9.subclient import SubClient
 
from light9 import dmxclient, showconfig
 
from light9.uihelpers import toplevelat
 

	
 
nudge_keys = {
 
    'up' : list('qwertyuiop'),
 
    'down' : list('asdfghjkl')
0 comments (0 inline, 0 general)