home *** CD-ROM | disk | FTP | other *** search
/ Computerworld: Vánoce 98 / Computerworld_1998-12_cd.bin / cw / programy / paint / data1.cab / Program_Files_(Intel) / Paint.key < prev    next >
Encoding:
Text File  |  1998-09-01  |  3.0 KB  |  173 lines

  1. // paint* from discreet logic key definitions
  2.  
  3. // NOTE: On the PC:
  4. //    Option is equivalent to Alt
  5. //    Command is equivalent to Control
  6.  
  7.  
  8.     Section General
  9.  
  10.  
  11. Command        o    OpenDocument
  12. Command        n    NewDocument
  13. Command Option    n    NewWindow
  14. Command        w    CloseDocument
  15. Command Option    w    CloseAllDocuments
  16. Command        s    SaveProject
  17. Command Shift    s    SaveProjectAs
  18. Command Option    s    SaveImage
  19. Command        i    ImportProject
  20. Command        r    Render
  21. Command    Shift    r    RendertoRam
  22. Command        \    UpdateRam
  23. Command        q    Quit
  24.  
  25. if Macintosh
  26. Help            Help
  27. else if Windows
  28. F1            Help
  29. endif 
  30.  
  31. Command Shift    d    DocumentSettings
  32. Command        f    FootageSettings
  33.  
  34. Command        z    Undo
  35. Command Shift    z    Redo
  36. Command        x    Cut
  37. Command        c    Copy
  38. Command        v    Paste
  39. Command        a    SelectAll
  40. Command        d    SelectNone
  41. Command Option    d    Duplicate
  42. Command        h    HideShowMarquee
  43. Command        g    Group
  44. Command        u    Ungroup
  45. Command        k    CommitAllEdits
  46.  
  47. Command        =    ZoomIn
  48. Command        +    ZoomIn
  49. Command        -    ZoomOut
  50. Command    Shift    =    ZoomInNoResize
  51. Command    Shift    +    ZoomInNoResize
  52. Command    Shift    -    ZoomOutNoResize
  53.  
  54. Command        [    SendBackwards
  55. Command    Shift    [    SendToBack
  56. Command        ]    BringForward
  57. Command    Shift    ]    BringToFront
  58.  
  59. Command        m    ScreenMode
  60.  
  61. Command        1    SelectView1
  62. Command        2    SelectView2
  63. Command        3    SelectView3
  64. Command        4    SelectView4
  65. Command        5    SelectView5
  66. Command        6    SelectView6
  67. Command        7    SelectView7
  68. Command        8    SelectView8
  69. Command        9    SelectView9
  70. Command        0    SelectView10
  71.  
  72. Control    Shift    1    ViewNormal
  73. Control    Shift    2    ViewTransparent
  74. Control    Shift    3    ViewAlphaOverlay
  75. Control    Shift    4    ViewColorOnly
  76. Control    Shift    5    ViewRed
  77. Control    Shift    6    ViewGreen
  78. Control    Shift    7    ViewBlue
  79. Control    Shift    8    ViewAlpha
  80. Control    Shift    9    ViewInvertedAlpha
  81.  
  82. '            ShowZones
  83. ]            OnionSkin
  84. Shift ]            OnionSkinSettings
  85.  
  86. Command        .    Abort
  87. Esc            Abort
  88.  
  89. Delete            Delete
  90. Shift Delete        DeleteAll
  91. Backspace        Delete
  92. Shift Backspace        DeleteAll
  93.  
  94.  
  95. f            FreehandTool
  96. F            FilledFreehandTool
  97. l            LineTool
  98. r            RectangleTool
  99. R            FilledRectangleTool
  100. e            EllipseTool
  101. c            EllipseTool
  102. E            FilledEllipseTool
  103. C            FilledEllipseTool
  104.  
  105. p            PolygonTool
  106. P            FilledPolygonTool
  107. t            TextTool
  108.  
  109. Tab            EditTool
  110. z            ZoomTool
  111. k            PaintBucketTool
  112. h            PanTool
  113.  
  114. d            DefaultColors
  115. x            SwapColors
  116.  
  117. m            DynamicMove
  118.  
  119. PageUp            PrevFrame
  120. PageDown        NextFrame
  121. Home            FirstFrame
  122. End            LastFrame
  123. /            GotoTime
  124. Space            PlayForwards
  125. Shift Space        PlayBackwards
  126. Option Space        WirePlayForwards
  127. Option RightArrow    NextKeyFrame
  128. Option LeftArrow    PrevKeyFrame
  129.  
  130.  
  131. Option        f    LassoTool
  132. w            MagicWandTool
  133. Option        r    RectangleSelectTool
  134. Option        e    EllipseSelectTool
  135. Option        c    EllipseSelectTool
  136. Option        p    PolygonSelectTool
  137. Option        t    TextSelectTool
  138.  
  139. LeftArrow        NudgeObjectLeft
  140. RightArrow        NudgeObjectRight
  141. UpArrow            NudgeObjectUp
  142. DownArrow        NudgeObjectDown
  143.  
  144. Shift LeftArrow        BigNudgeObjectLeft
  145. Shift RightArrow    BigNudgeObjectRight
  146. Shift UpArrow        BigNudgeObjectUp
  147. Shift DownArrow        BigNudgeObjectDown
  148.  
  149. ,            ExtendObjectInPoint
  150. .            ExtendObjectOutPoint
  151. Shift ,            MoveObjectInPoint
  152. Shift .            MoveObjectOutPoint
  153. i            GotoInPoint
  154. o            GotoOutPoint
  155.  
  156. \            TimelineViewMode
  157.  
  158.  
  159.  
  160.     Section Requesters
  161.  
  162. Return        Okay
  163. Enter        Okay
  164. o        Okay
  165. Esc        Cancel
  166. c        Cancel
  167. y        Yes
  168. n        No
  169. d        DontSave
  170. Command        .    Abort
  171. //Esc            Abort
  172.  
  173.