home *** CD-ROM | disk | FTP | other *** search
- // $VER: OpalPaint.Keys 1.2 (11.04.94)
- // This is the keyboard definitions for OpalPaint.
- // By Martin Boyd, Opal Technology.
-
-
-
- Section MainMenu // Main Menu commands
-
- //Undefined Keywords:
- //Antialias Texture ExtrasMenu ImageEditMode AlphaEditMode
- //DeleteStencil InvertStencil InvertAlpha
- //TextureMenu MagicWandMenu AlphaMenu
-
-
- Amiga 1 SetCutOut 1
- Amiga 2 SetCutOut 2
- Amiga 3 SetCutOut 3
-
- 1 SetNozzle 1
- 2 SetNozzle 2
- 3 SetNozzle 3
- 4 SetNozzle 4
- 5 SetNozzle 5
- 6 SetNozzle 6
- 7 SetNozzle 7
- 8 SetNozzle 8
- 9 SetNozzle 9
- 0 SetNozzle 10
-
- Amiga z Zap
- Amiga Z ZapBrush
- Amiga / MergeStencil
- Amiga a ARexxMenu
- Amiga A ARexxCommandMenu
- Amiga c CircleFromCenter
- Amiga C RectFromCenter
- Amiga d DrawModeMenu // Active drawmode options
- Amiga f FastFB
- Amiga F FeatherBrush
- Amiga g GrabFrame
- Amiga j AddPage
- Amiga l LoadImage
- Amiga o LoadImage
- Amiga m ModeMenu // DrawModes requester
- Amiga p PageSizeMenu
- Amiga P Preferences
- Amiga s SaveImage
- Amiga S SaveImageAs
- Amiga q Quit
- Amiga r PaperTypeMenu //Options Menu for active paper type
- Amiga t ArtistToolMenu //Options Menu for active artisttool
- Amiga T PressureMenu
- Amiga v ShowFull
- Amiga w Iconise //or alternatively Iconize.
- Amiga % SavePIcon
- Amiga b FixBG
- Amiga B FreeBG
- Amiga k RemoveBG
-
- Alt UpArrow PageTop
- Alt DownArrow PageBottom
- Alt LeftArrow PageLeft
- Alt RightArrow PageRight
-
- Alt Shift UpArrow RipAndRedoAbove
- Alt Shift DownArrow RipAndRedoBelow
- Alt Shift LeftArrow RipAndRedoLeft
- Alt Shift RightArrow RipAndRedoRight
-
- Alt b NextCutout
- Alt x HandleFlipHoriz
- Alt y HandleFlipVert
- Alt t Transparency
- Alt s HandleCenter
- Alt z PlaceHandle
- Alt / AntiAliasMenu
-
- TAB MarqueeColours //or MarqueeColors
- a Redo
- b BrushCut
- B BrushMenu
- c Ellipse
- C SolidEllipse
- d Continuous
- D SolidContinuous
- e Ellipse
- E SolidEllipse
- f FloodFill
- F FillMenu
- g Grid
- G PlaceGrid
-
-
- h HalveBrush
- H DoubleBrush
- i MagicWand
- j NextPage
- J SparePageMenu
- K ClearPage
- m Magnify
- n Pan
- N CenterPageHoriz
- o OutlineBrush
- O TrimBrush
- p PaletteMenu
- P PaletteMenu
- q Curve
- Q Quit
- r Rectangle
- R SolidRectangle
- s FreeHand
- S ScalePage
- t FontMenu
- T FontMenu
- u Undo
- V LineMenu
- L LineMenu
- v Line
- l Line
- w Poly
- W SolidPoly
- x FlipBrushHoriz
- X DoubleBrushHoriz
- y FlipBrushVert
- Y DoubleBrushVert
- z RotateBrush90
- Z ResizeBrush
- . PixelBrush
- , PickColour //or PickColor
- = IncBrushSize 1
- - DecBrushSize 1
- + IncBrushSize 2
- _ DecBrushSize 2
-
- ~ StencilMenu
- ` Stencil
- > ZoomIn
- < ZoomOut
- Space Abort
- Esc Halt
- Help Help
- Shift Help About
-
- Alt p Pantograph
- Alt P PlacePantograph
-
- Alt c Clone
- Alt C PlaceClone
-
- Control s StencilEditMode
- Control t TransMenu
-
- UpArrow ScrollPageUp 16
- DownArrow ScrollPageDown 16
- LeftArrow ScrollPageLeft 16 //Must be a multiple of 16
- RightArrow ScrollPageRight 16 //Must be a multiple of 16
-
- Shift UpArrow ScrollPageUp 64
- Shift DownArrow ScrollPageDown 64
- Shift LeftArrow ScrollPageLeft 64 //Must be a multiple of 16
- Shift RightArrow ScrollPageRight 64 //Must be a multiple of 16
-
- Del RemovePointer
-
-
- // DrawMode Numbers:
- // 1=Paint 2=Additive 3=Subtractive 4=Negative
- // 5=Shade 6=Posterise 7=Gamma 8=Brilliance
- // 9=Contrast 10=Colour 11=Hue 12=TintH
- // 13=TintHS 14=Colourise 15=Sharpen 16=Smooth
- // 17=Smear 18=Mosaic 19=Spare1 20=Spare2
- // 21=Spare3 22=Spare4
-
-
- F1 Matte
- F2 Colour //or Color
- F3 DrawMode 12
- F4 DrawMode 17
- F5 DrawMode 5
- F6 DrawMode 2
- F7 DrawMode 3
- F8 DrawMode 16
- F9 DrawMode 14
-
- F10 HideMenu
-
- [ PaintPotLeft
- ] PaintPotRight
- { PaletteRowUp
- } PaletteRowDown
- ( DarkenPot
- ) BrightenPot
-
-
-
- // ARexx commands. NOTE: These should not be changed.
-
- Amiga F1 ARexxMacro 1
- Amiga F2 ARexxMacro 2
- Amiga F3 ARexxMacro 3
- Amiga F4 ARexxMacro 4
- Amiga F5 ARexxMacro 5
- Amiga F6 ARexxMacro 6
- Amiga F7 ARexxMacro 7
- Amiga F8 ARexxMacro 8
- Amiga F9 ARexxMacro 9
- Amiga F10 ARexxMacro 10
-
- Alt F1 ARexxMacro 11
- Alt F2 ARexxMacro 12
- Alt F3 ARexxMacro 13
- Alt F4 ARexxMacro 14
- Alt F5 ARexxMacro 15
- Alt F6 ARexxMacro 16
- Alt F7 ARexxMacro 17
- Alt F8 ARexxMacro 18
- Alt F9 ARexxMacro 19
- Alt F10 ARexxMacro 20
-
- Control F1 ARexxMacro 21
- Control F2 ARexxMacro 22
- Control F3 ARexxMacro 23
- Control F4 ARexxMacro 24
- Control F5 ARexxMacro 25
- Control F6 ARexxMacro 26
- Control F7 ARexxMacro 27
- Control F8 ARexxMacro 28
- Control F9 ARexxMacro 29
- Control F10 ARexxMacro 30
-
-
- Section PaletteMenu
-
- y Okay
- o Okay
- Return Okay
- Enter Okay
- p Okay
- q Cancel
- c Cancel
- n Cancel
- ESC Cancel
- Help Help
-
- Amiga l LoadPalette
- Amiga o LoadPalette
- Amiga s SavePalette
- Amiga r SaveRow
- Amiga n ByName
- d Paint //NOTE: used to be p
- w Wash
- s Stir
- K ClearMix
- u Undo
- [ PaintPotLeft
- ] PaintPotRight
- { PaletteRowUp
- } PaletteRowDown
- , PickColour
-
-
- Section GeneralMenus
-
- y Okay
- o Okay
- Return Okay
- Enter Okay
- q Cancel
- c Cancel
- n Cancel
- ESC Cancel
- Help Help
-