Package AccessEngine :: Package AEConstants :: Module Spelling
[hide private]
[frames] | no frames]

Module Spelling

source code

Spelling constants.


Author: Peter Parente

Organization: IBM Corporation

Copyright: Copyright (c) 2005, 2007 IBM Corporation

License:

The BSD License

All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Variables [hide private]
dictionary SPELLED_MAP = {u'\u0009': _('tab'), u'\u000a': _('new line'), ...
Mapping from unicode values to words describing common letters, numbers, punctuation, and symbols
dictionary NATO_MAP = dict(SPELLED_MAP)
Mapping from unicode values to NATO phonetic words describing letters, numbers, punctuation, and symbols
  FUNCTION_KEYS = {'ISO_Level3_Shift': _('ISO_Level3_Shift'), 'S...
Variables Details [hide private]

SPELLED_MAP

Mapping from unicode values to words describing common letters, numbers, punctuation, and symbols
Type:
dictionary
Value:
{u'\u0009': _('tab'), u'\u000a': _('new line'), u'\u0020': _('space'),\
 u'\u0021': _('exclamation!'), u'\u0022': _('quotes'), u'\u0023': _('p\
ound'), u'\u0024': _('dollar'), u'\u0025': _('percent'), u'\u0026': _(\
'ampersand'), u'\u0027': _('quote'), u'\u0028': _('left paren'), u'\u0\
029': _('right paren'), u'\u002a': _('star'), u'\u002b': _('plus'), u'\
\u002c': _('comma,'), u'\u002d': _('hyphen'), u'\u002e': _('dot.'), u'\
\u002f': _('slash'), u'\u0030': _('0'), u'\u0031': _('1'), u'\u0032': \
_('2'), u'\u0033': _('3'), u'\u0034': _('4'), u'\u0035': _('5'), u'\u0\
...

FUNCTION_KEYS

Value:
{'ISO_Level3_Shift': _('ISO_Level3_Shift'), 'Shift_R': _('Shift_R'), '\
Shift_L': _('Shift_L'), 'Caps_Lock': _('Caps_Lock'), 'Control_R': _('C\
ontrol_R'), 'Control_L': _('Control_L'), 'Alt_L': _('Alt_L')}