1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-09-28 15:08:48 +00:00

Update pain.lua

This commit is contained in:
LDDestroier 2018-11-09 15:20:18 -05:00 committed by GitHub
parent 56a6853ae6
commit 4464f2dc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,23 +282,23 @@ Hotkeys:
Middle Click, or "T": Place text down with current colors; cancel with X Middle Click, or "T": Place text down with current colors; cancel with X
"Z": "Z":
+left alt = Redo +LeftAlt = Redo
-alone = Undo -alone = Undo
"P": Pick colors from position onscreen; cancel with X "P": Pick colors from position onscreen; cancel with X
"N": "N":
+left shift = Change character to that of a special character +LeftShift = Change character to that of a special character
-alone = Change box character for drawing -alone = Change box character for drawing
(cancel with CTRL, N, or by clicking outside) (cancel with CTRL, N, or by clicking outside)
"[" or mouse scroll down: "[" or mouse scroll down:
+shift = Change to previous text color +LeftShift = Change to previous text color
-alone = Change to previous background color -alone = Change to previous background color
"]" or mouse scroll up: "]" or mouse scroll up:
+shift = Change to next text color +LeftShift = Change to next text color
-alone = Change to next background color -alone = Change to next background color
"F1": "F1":
-alone = Access help screen -alone = Access help screen
@ -307,24 +307,24 @@ Hotkeys:
-alone = View all connected monitors -alone = View all connected monitors
Spacebar: Spacebar:
+shift = Toggle background grid +LeftShift = Toggle background grid
-alone = Toggle bar visibility -alone = Toggle bar visibility
Arrow keys: Arrow keys:
+shift = Displaces the entire frame +LeftShift = Displaces the entire frame
+tab = Moves canvas one pixel at a time +Tab = Moves canvas one pixel at a time
-alone = Looks around the canvas smoothly -alone = Looks around the canvas smoothly
"+" (or equals): "+" (or equals):
+left alt = Swap the current frame with the next frame +LeftAlt = Swap the current frame with the next frame
+left shift = Merge the current frame atop the next frame +LeftShift = Merge the current frame atop the next frame
+right shift = If you are making a new frame, duplicates the last frame +RightShift = If you are making a new frame, duplicates the last frame
-alone = Change to next frame -alone = Change to next frame
"-": "-":
+left alt = Swap the current frame with the previous frame +LeftAlt = Swap the current frame with the previous frame
+left shift = Merge the current frame atop the previous frame +LeftShift = Merge the current frame atop the previous frame
-alone = Change to previous frame -alone = Change to previous frame
(oh good, you're actually reading this stuff) (oh good, you're actually reading this stuff)
@ -335,8 +335,8 @@ Hotkeys:
"B": Toggle redirect to blittle, to preview in teletext characters "B": Toggle redirect to blittle, to preview in teletext characters
"c": "c":
+alt = Select region to copy to specified clipboard +LeftAlt = Select region to copy to specified clipboard
-alone = Input coordinates to scroll over to -alone = Input coordinates to scroll over to
"LeftAlt + X": Select region to cut to specified clipboard "LeftAlt + X": Select region to cut to specified clipboard
@ -347,8 +347,8 @@ Hotkeys:
If you Save, it saves in grayscale. If you Save, it saves in grayscale.
"F": "F":
+left shift = fill all empty pixels with background color and selected box character +LeftShift = fill all empty pixels with background color and selected box character
-alone = activate fill tool - click anywhere to fill with color -alone = activate fill tool - click anywhere to fill with color
"M": set metadata for pixels (for game makers, otherwise please ignore) "M": set metadata for pixels (for game makers, otherwise please ignore)
@ -389,6 +389,16 @@ Hotkeys:
"Edit > BLittle Shrink" "Edit > BLittle Shrink"
Shrinks the current frame using the BLittle API. Very lossy, and unreversable without Undo. Shrinks the current frame using the BLittle API. Very lossy, and unreversable without Undo.
"Edit > Copy"
Drag to select a region of the screen, and save it in a clipboard of a specified name.
"Edit > Cut"
Same as Copy, but deletes the selected region on the screen.
"Edit > Paste"
Takes the contents of the specified clipboard, and plops it on the canvas where the mouse is.
(The mouse will indicate the top-left corner of the pasted selection)
"Set > ..." "Set > ..."
Each option will toggle a config option (or set it's value to something else). Each option will toggle a config option (or set it's value to something else).
Changing a value is saved automatically, and effective immediately. Changing a value is saved automatically, and effective immediately.