mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-02 13:56:39 +00:00
90840bd0a0
1) Canvas window: clear new canvases w/ [-1, -1] by default. 2) Canvas window: don't create new canvas on initialisation. 3) Canvas window: set default brush colours to [3, 9]. 4) Erase tool: correctly fill non-text cells w/ background colour. 5) GUI: correctly show current operator name in status bar whilst active. 6) GUI: {de,in}crease canvas {height,width} w/ <Ctrl> & cursor keys. 7) GUI: disable tiling items unless current tool is object tool. 8) GUI: select tool w/ <F2-F10> accelerators.
41 lines
2.0 KiB
Plaintext
41 lines
2.0 KiB
Plaintext
Keys or mouse actions separated by forward slashes (`/') indicate alternatives.
|
|
Keys or mouse actions separated by commas indicate separate commands.
|
|
|
|
Global commands:
|
|
<Ctrl> -, +/<Mouse wheel> Decrease/increase brush height and width
|
|
<Ctrl> <Mouse wheel> Decrease/increase canvas height and width
|
|
<Ctrl> <Up>, <Down> Decrease/increase canvas height
|
|
<Ctrl> <Left>, <Right> Decrease/increase canvas width
|
|
<Ctrl> <Alt> <Mouse wheel> Decrease/increase cell size
|
|
|
|
<Ctrl> 0-9 Set foreground colour to #0-9
|
|
<Ctrl> <Shift> 0-5, 6 Set foreground colour to #10-15 or transparent colour, resp.
|
|
<Ctrl> <Alt> 0-9 Set background colour to #0-9
|
|
<Ctrl> <Alt> <Shift> 0-5, 6 Set background colour to #10-15 or transparent colour, resp.
|
|
<Ctrl> I Flip colours
|
|
<F1> View melp?
|
|
<F2-F10> Switch to cursor, rectangle, circle, fill, line, text, object, erase, pick colour tool
|
|
|
|
<Ctrl> N New canvas
|
|
<Ctrl> O Open mIRC art file
|
|
<Ctrl> S Save canvas as mIRC art file
|
|
<Ctrl> X Exit
|
|
<Ctrl> Y, Z Redo, undo last action
|
|
<Shift> <Pause> Break into Python debugger
|
|
|
|
Canvas commands:
|
|
<Down>, <Left>, <Right>, <Up> Move canvas cursor
|
|
<LMB>/<Space> Apply current tool with foreground colour (with exceptions)
|
|
<RMB> Apply current tool with background colour (with exceptions)
|
|
|
|
Tool-specific commands:
|
|
(Circle, rectangle) <Ctrl> <LMB>, <RMB> Initiate circle/rectangle dragging irrespective of brush size
|
|
(Erase) <RMB> Erase background colour with foreground colour
|
|
(Fill) <Ctrl> <LMB>, <Space>/<RMB> Fill entire region with foreground/background colour ignoring character cells
|
|
(Line, object) <LMB>/<Space> Initiate line drawing/selection
|
|
(Object) <Ctrl> <LMB> Move selection instead of cloning
|
|
(Pick colour) <LMB>/<Space> Pick current cell's foreground colour
|
|
(Pick colour) <RMB> Pick current cell's background colour
|
|
(Text) <Backspace> Erase last cell and move backwards w/ wraparound
|
|
(Text) <Ctrl> V Paste text from clipboard
|
|
(Text) <Enter> Move to leftmost cell on next row w/ wraparound |