-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from jbunke/dev-branch
Dev branch
- Loading branch information
Showing
334 changed files
with
6,002 additions
and
2,852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copy selection: {Ctrl + C} | ||
Cut selection: {Ctrl + X} | ||
Paste clipboard: {Ctrl + V} | ||
Paste clipboard to new layer: {Ctrl + Shift + V} | ||
Copy selection: {sc:COPY} | ||
Cut selection: {sc:CUT} | ||
Paste clipboard: {sc:PASTE} | ||
Paste clipboard to new layer: {sc:PASTE_NEW_LAYER} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
RGB(A)-HSV slider adjustments: | ||
Adjust red slider: {Shift + R + Scroll wheel} or {Shift + R + Left/Right Arrow Keys} | ||
Adjust green slider: {Shift + G + Scroll wheel} or {Shift + G + Left/Right Arrow Keys} | ||
Adjust blue slider: {Shift + B + Scroll wheel} or {Shift + B + Left/Right Arrow Keys} | ||
Adjust hue slider: {Shift + H + Scroll wheel} or {Shift + H + Left/Right Arrow Keys} | ||
Adjust saturation slider: {Shift + S + Scroll wheel} or {Shift + S + Left/Right Arrow Keys} | ||
Adjust value slider: {Shift + V + Scroll wheel} or {Shift + V + Left/Right Arrow Keys} | ||
Adjust alpha (opacity) slider: {Shift + A + Scroll wheel} or {Shift + A + Left/Right Arrow Keys} | ||
Adjust red slider: {Shift + R + Scroll wheel} or {Shift + R + Left/Right Arrow} | ||
Adjust green slider: {Shift + G + Scroll wheel} or {Shift + G + Left/Right Arrow} | ||
Adjust blue slider: {Shift + B + Scroll wheel} or {Shift + B + Left/Right Arrow} | ||
Adjust hue slider: {Shift + H + Scroll wheel} or {Shift + H + Left/Right Arrow} | ||
Adjust saturation slider: {Shift + S + Scroll wheel} or {Shift + S + Left/Right Arrow} | ||
Adjust value slider: {Shift + V + Scroll wheel} or {Shift + V + Left/Right Arrow} | ||
Adjust alpha (opacity) slider: {Shift + A + Scroll wheel} or {Shift + A + Left/Right Arrow} | ||
|
||
Advanced palette shortcuts: | ||
Select next included palette color to the left: {Ctrl + ,} | ||
Select next included palette color to the right: {Ctrl + .} | ||
Select next included palette color to the left: {sc:SELECT_COLOR_LEFT} | ||
Select next included palette color to the right: {sc:SELECT_COLOR_RIGHT} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
Shortcut to toggle: {Ctrl + Q} | ||
Shortcut to toggle: {sc:TOGGLE_LAYER_LINKING} | ||
|
||
When a layer is locked, its contents are linked together across every frame. This means that a locked | ||
layer can be edited on any selected frame, and the changes made will persist on all frames in the | ||
animation. | ||
When the contents of a linked layer are edited on any frame, the changes made will be propagated | ||
across all frames of the animation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Window / layout: | ||
Toggle fullscreen / windowed mode: {Escape} | ||
Recenter canvas in workspace: {Enter} | ||
Center the canvas around the target pixel: {Shift + Enter} | ||
Toggle show all UI / minimal UI mode: {Ctrl + Shift + A} | ||
Set checkerboard and pixel grid cell dimensions to project/selection bounds: {Ctrl + B} | ||
Toggle fullscreen / windowed mode: {sc:FULLSCREEN} | ||
Recenter canvas in workspace: {sc:SNAP_TO_CENTER} | ||
Center the canvas around the target pixel: {sc:SNAP_TO_TP} | ||
Toggle show all UI / minimal UI mode: {sc:TOGGLE_PANELS} | ||
Set checkerboard and pixel grid cell dimensions to project/selection bounds: {sc:SET_PIXEL_GRID_CANVAS} | ||
|
||
Projects: | ||
Quick select one of the first nine projects: {1} - {9} | ||
Quick select one of the first nine projects: {sc:PROJECT_1} - {sc:PROJECT_9} | ||
|
||
Layers: | ||
Navigate to layer above: {Ctrl + Up Arrow Key} | ||
Navigate to layer below: {Ctrl + Down Arrow Key} | ||
Navigate to layer above: {sc:LAYER_ABOVE} | ||
Navigate to layer below: {sc:LAYER_BELOW} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Shortcut to cycle through: {Ctrl + Enter} | ||
Shortcut to cycle through: {sc:CYCLE_PLAYBACK_MODE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Select entire canvas: {Ctrl + A} | ||
Deselect: {Ctrl + D} | ||
Invert selection: {Ctrl + I} | ||
Fill selection with primary color: {Backspace} | ||
Fill selection with secondary color: {Shift + Backspace} | ||
Erase selection contents: {Delete} | ||
Erase selection contents and keep selection area: {Shift + Delete} | ||
Select entire canvas: {sc:SELECT_ALL} | ||
Deselect: {sc:DESELECT} | ||
Invert selection: {sc:INVERT_SELECTION} | ||
Fill selection with primary color: {sc:FILL_PRIMARY} | ||
Fill selection with secondary color: {sc:FILL_SECONDARY} | ||
Delete selection contents: {sc:DELETE_SELECTION_CONTENTS} | ||
Delete selection contents and keep selection area: {sc:DELETE_SELECTION_CONTENTS_NO_DESELECT} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Toggle the visibility of the current editing layer: {Shift + 1} | ||
Isolate the current editing layer: {Shift + 2} | ||
Enable all layers: {Shift + 3} | ||
Toggle the visibility of the current editing layer: {sc:TOGGLE_LAYER_VISIBILITY} | ||
Isolate the current editing layer: {sc:ISOLATE_LAYER} | ||
Enable all layers: {sc:ENABLE_ALL_LAYERS} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {Shift + A} | ||
Shortcut: {sc:ADD_TO_PALETTE} | ||
|
||
Adds the selected color (whichever of primary and secondary is marked with the selection icon) to | ||
the currently selected palette. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {B} | ||
Shortcut: {sc:SET_TOOL_BRUSH} | ||
|
||
A pixel-perfect paint brush with no anti-aliasing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {V} | ||
Shortcut: {sc:SET_TOOL_BRUSH_SELECT} | ||
|
||
Behaves like the brush, but for selection. | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {Ctrl + Shift + W} | ||
Shortcut: {sc:COLOR_SCRIPT} | ||
|
||
Allows for the transformation of a scope of the project (whole project, layer, frame, etc.) via an | ||
uploaded color script. A color script must take a single color as a parameter and return a color. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {Shift + D} | ||
Shortcut: {sc:CONTENTS_TO_PALETTE} | ||
|
||
Extracts every non-transparent color from the chosen project scope (selection, layer-frame, layer, | ||
frame, or the entire project) and adds them to the selected palette. | ||
Extracts every non-transparent color from the chosen project scope (selection, cel, layer, frame, | ||
or the entire project) and adds them to the selected palette. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + Shift + F} | ||
Shortcut: {sc:DUPLICATE_FRAME} | ||
|
||
Creates a new frame by duplicating the previously selected one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + Shift + L} | ||
Shortcut: {sc:DUPLICATE_LAYER} | ||
|
||
Creates a new layer above by duplicating the previously selected one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + M} | ||
Shortcut: {sc:FLATTEN} | ||
|
||
Compresses project's visible contents down to a single layer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Shift + F} | ||
Shortcut: {sc:FRAME_PROPERTIES} | ||
|
||
Displays a dialog where the frame's properties can be modified |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + Shift + Y} | ||
Shortcut: {sc:GRANULAR_REDO} | ||
|
||
Return to a more advanced state within a single operation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {Ctrl + Shift + Z} | ||
Shortcut: {sc:GRANULAR_UNDO} | ||
|
||
Return to a previous state within a single operation. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {H} | ||
Shortcut: {sc:SET_TOOL_HAND} | ||
|
||
Use the hand to move the image canvas around the workspace. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Shift + Y} | ||
Shortcut: {sc:HISTORY} | ||
|
||
Opens a dialog that lists all the retained major project states, any of which can be reverted to. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + H} | ||
Shortcut: {sc:INFO} | ||
|
||
Display the Help & Information window |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {L} | ||
Shortcut: {sc:SET_TOOL_LINE} | ||
|
||
The line tool plots a continuous line of a determined pixel width. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shortcut: {Ctrl + Shift + M} | ||
Shortcut: {sc:MERGE_WITH_LAYER_BELOW} | ||
|
||
Draws the contents of this layer onto the layer below it and removes the layer above. The merged layer | ||
inherits all the lower layer's properties. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Shortcut: {Shift + ,} | ||
Shortcut: {sc:MOVE_COLOR_LEFT} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Shortcut: {Shift + .} | ||
Shortcut: {sc:MOVE_COLOR_RIGHT} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + Shift + Left Arrow} | ||
Shortcut: {sc:MOVE_FRAME_BACK} | ||
|
||
Reorders the selected frame by placing it immediately before the previous frame |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + Shift + Right Arrow} | ||
Shortcut: {sc:MOVE_FRAME_FORWARD} | ||
|
||
Reorders the selected frame by placing it immediately after the next frame |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + Shift + Down} | ||
Shortcut: {sc:MOVE_LAYER_DOWN} | ||
|
||
Reorders the selected layer by swapping it with the layer below |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Shortcut: {Ctrl + Shift + Up Arrow Key} | ||
Shortcut: {sc:MOVE_LAYER_UP} | ||
|
||
Reorders the selected layer by swapping it with the layer above |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.