Package SUEConstants :: Module Profile
[hide private]
[frames] | no frames]

Module Profile

source code

Profile constants.


Authors:
Peter Parente, Frank Zenker
Organizations: Copyright: License:
Variables [hide private]
dictionary DEFAULT_ASSOCIATIONS = {'user': ['Keyboard', 'EspeakSpeech', '...
Mapping from built-in profile name to AEUserInterfaces that ship with SUE that should be part of the profile by default
list of string BUILTIN_PROFILES = DEFAULT_ASSOCIATIONS.keys()
Names of built-in, protected profiles
string DEFAULT_PROFILE = 'user'
Name of the default profile to use when none is specified
list of string GENERATE_PROFILES = ['user', 'developer']
Names of profiles to which generated AEScripts should be added automatically
Variables Details [hide private]

DEFAULT_ASSOCIATIONS

Mapping from built-in profile name to AEUserInterfaces that ship with SUE that should be part of the profile by default
Type:
dictionary
Value:
{'user': ['Keyboard', 'EspeakSpeech', 'BrlAPIDevice', 'SueScript', 'Re\
viewScript', 'BasicSpeechScript', 'BasicBrailleScript', 'BookmarkScrip\
t', 'DefaultDialogScript', 'AltShiftScript', 'MetacityScript', 'GaimSc\
ript', 'PidginScript', 'GTerminalScript', 'FirefoxScript', 'SearchScri\
pt', 'GKeybindingScript', 'GCalcScript', 'GEditScript', 'EvolutionScri\
pt', 'GPanelScript', 'UpdateNotifierScript'], 'developer': ['Keyboard'\
, 'EspeakSpeech', 'BrlAPIDevice', 'SueScript', 'ReviewScript', 'BasicS\
peechScript', 'BasicBrailleScript', 'BookmarkScript', 'DefaultDialogSc\
...