home *** CD-ROM | disk | FTP | other *** search
- // paint* from discreet logic key definitions
-
- // NOTE: On the PC:
- // Option is equivalent to Alt
- // Command is equivalent to Control
-
-
- Section General
-
-
- Command o OpenDocument
- Command n NewDocument
- Command Option n NewWindow
- Command w CloseDocument
- Command Option w CloseAllDocuments
- Command s SaveProject
- Command Shift s SaveProjectAs
- Command Option s SaveImage
- Command i ImportProject
- Command r Render
- Command Shift r RendertoRam
- Command \ UpdateRam
- Command q Quit
-
- if Macintosh
- Help Help
- else if Windows
- F1 Help
- endif
-
- Command Shift d DocumentSettings
- Command f FootageSettings
-
- Command z Undo
- Command Shift z Redo
- Command x Cut
- Command c Copy
- Command v Paste
- Command a SelectAll
- Command d SelectNone
- Command Option d Duplicate
- Command h HideShowMarquee
- Command g Group
- Command u Ungroup
- Command k CommitAllEdits
-
- Command = ZoomIn
- Command + ZoomIn
- Command - ZoomOut
- Command Shift = ZoomInNoResize
- Command Shift + ZoomInNoResize
- Command Shift - ZoomOutNoResize
-
- Command [ SendBackwards
- Command Shift [ SendToBack
- Command ] BringForward
- Command Shift ] BringToFront
-
- Command m ScreenMode
-
- Command 1 SelectView1
- Command 2 SelectView2
- Command 3 SelectView3
- Command 4 SelectView4
- Command 5 SelectView5
- Command 6 SelectView6
- Command 7 SelectView7
- Command 8 SelectView8
- Command 9 SelectView9
- Command 0 SelectView10
-
- Control Shift 1 ViewNormal
- Control Shift 2 ViewTransparent
- Control Shift 3 ViewAlphaOverlay
- Control Shift 4 ViewColorOnly
- Control Shift 5 ViewRed
- Control Shift 6 ViewGreen
- Control Shift 7 ViewBlue
- Control Shift 8 ViewAlpha
- Control Shift 9 ViewInvertedAlpha
-
- ' ShowZones
- ] OnionSkin
- Shift ] OnionSkinSettings
-
- Command . Abort
- Esc Abort
-
- Delete Delete
- Shift Delete DeleteAll
- Backspace Delete
- Shift Backspace DeleteAll
-
-
- f FreehandTool
- F FilledFreehandTool
- l LineTool
- r RectangleTool
- R FilledRectangleTool
- e EllipseTool
- c EllipseTool
- E FilledEllipseTool
- C FilledEllipseTool
-
- p PolygonTool
- P FilledPolygonTool
- t TextTool
-
- Tab EditTool
- z ZoomTool
- k PaintBucketTool
- h PanTool
-
- d DefaultColors
- x SwapColors
-
- m DynamicMove
-
- PageUp PrevFrame
- PageDown NextFrame
- Home FirstFrame
- End LastFrame
- / GotoTime
- Space PlayForwards
- Shift Space PlayBackwards
- Option Space WirePlayForwards
- Option RightArrow NextKeyFrame
- Option LeftArrow PrevKeyFrame
-
-
- Option f LassoTool
- w MagicWandTool
- Option r RectangleSelectTool
- Option e EllipseSelectTool
- Option c EllipseSelectTool
- Option p PolygonSelectTool
- Option t TextSelectTool
-
- LeftArrow NudgeObjectLeft
- RightArrow NudgeObjectRight
- UpArrow NudgeObjectUp
- DownArrow NudgeObjectDown
-
- Shift LeftArrow BigNudgeObjectLeft
- Shift RightArrow BigNudgeObjectRight
- Shift UpArrow BigNudgeObjectUp
- Shift DownArrow BigNudgeObjectDown
-
- , ExtendObjectInPoint
- . ExtendObjectOutPoint
- Shift , MoveObjectInPoint
- Shift . MoveObjectOutPoint
- i GotoInPoint
- o GotoOutPoint
-
- \ TimelineViewMode
-
-
-
- Section Requesters
-
- Return Okay
- Enter Okay
- o Okay
- Esc Cancel
- c Cancel
- y Yes
- n No
- d DontSave
- Command . Abort
- //Esc Abort
-
-