home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1327 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  1.4 KB  |  41 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from __future__ import with_statement
  5. __license__ = 'GPL v3'
  6. __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
  7. __docformat__ = 'restructuredtext en'
  8. SHORTCUTS = {
  9.     'Next Page': ([
  10.         'PgDown',
  11.         'Space'], _('Scroll to the next page')),
  12.     'Previous Page': ([
  13.         'PgUp',
  14.         'Backspace'], _('Scroll to the previous page')),
  15.     'Next Section': ([
  16.         'Ctrl+PgDown',
  17.         'Ctrl+Down'], _('Scroll to the next section')),
  18.     'Previous Section': ([
  19.         'Ctrl+PgUp',
  20.         'Ctrl+Up'], _('Scroll to the previous section')),
  21.     'Section Bottom': ([
  22.         'End'], _('Scroll to the bottom of the section')),
  23.     'Section Top': ([
  24.         'Home'], _('Scroll to the top of the section')),
  25.     'Document Bottom': ([
  26.         'Ctrl+End'], _('Scroll to the end of the document')),
  27.     'Document Top': ([
  28.         'Ctrl+Home'], _('Scroll to the start of the document')),
  29.     'Down': ([
  30.         'J',
  31.         'Down'], _('Scroll down')),
  32.     'Up': ([
  33.         'K',
  34.         'Up'], _('Scroll up')),
  35.     'Left': ([
  36.         'H',
  37.         'Left'], _('Scroll left')),
  38.     'Right': ([
  39.         'L',
  40.         'Right'], _('Scroll right')) }
  41.