Below is a snippet of the 199-Keyboard-Default file. The last "elif" is what I added. Can someone tell me what I did wrong?
elif Event.Code == GizmoKey.KEY_MUTE:
Gizmod.toggleMuteAllCards()
return True
elif Event.Code == GizmoKey.KEY_NEXTSONG:
# ctrl alt right (switch workspace in compiz)
Gizmod.Keyboards[0].createEvent(GizmoEventType.EV_KEY...
2009-11-09 21:07:07 UTC in Gizmo Daemon