Skip to content

Latest commit

 

History

History
232 lines (202 loc) · 7.64 KB

File metadata and controls

232 lines (202 loc) · 7.64 KB

Shortcuts Cheat Sheet

🌐 Dev Tools & Web

  • Ctrl + U : Visualize webpage's HTML.

💻 Visual Studio Code

Terminal Commands

  • Ctrl + C: Ends running terminal.
  • Shift + Enter: Run current line (useful for print()).

Editing & Navigation

  • Ctrl + Shift + P: Change indentation (tab size).
  • Shift + Alt + F: Format (Prettify).
  • Ctrl + Shift + '`': Toggle Terminal.
  • Alt + Shift + I: Select multiple cursors.
  • Ctrl + Alt + N: Run code.
  • F1 / Ctrl+Shift+P: Command Palette.
  • Ctrl + N: New File.
  • Ctrl + O: Open File.
  • Ctrl + S: Save File.
  • Ctrl + Shift + S: Save As.
  • Ctrl + W: Close File.
  • Ctrl + Shift + W: Close Window.
  • Ctrl + F: Find.
  • Ctrl + H: Find & Replace.
  • Ctrl + Shift + F: Find in Files.
  • F2: Rename Symbol (renames throughout the project).
  • Ctrl + B: Toggle Sidebar.
  • Ctrl + /: Comment (American Keyboard).
  • Shift + Alt + A: Multiline Comment.
  • Ctrl + [ / Ctrl + ]: Indent/Outdent Line.
  • F11: Toggle Fullscreen.
  • Ctrl + + / Ctrl + - / Ctrl + 0: Zoom In/Out/Reset.
  • Alt + Z: Activate Line Wrap Mode.

Emmet Shortcuts

  • link:css → Creates a <link> tag for linking a stylesheet.

🎮 GameMaker Studio 2

  • Alt: Free selection.
  • Ctrl + D: Copy & paste selected text to next line.
  • Ctrl + K: Multiline comment.
  • Ctrl + Shift + K: Multiline uncomment.
  • Ctrl + T: Create a new script.
  • Ctrl + Shift + F: Opens Find & Replace across the entire project.
  • Ctrl + F: Find in current script.

Room Editor

  • Mouse Wheel: Move screen up/down.
  • Shift + Mouse Wheel: Move screen left/right.
  • Ctrl + Mouse Wheel: Zoom in/out.

🎮 Unreal Engine

Layouts (Window -> Load Layout)

  • Default Editor Layout (Unreal 5)
  • UE4 Classic Layout (Unreal 4)

General

  • Ctrl + S → Save current level
  • Ctrl + Shift + S → Save All
  • Ctrl + Alt + S → Save current level as...
  • Ctrl + C → Copy
  • Ctrl + V → Paste
  • Ctrl + Z → Undo
  • Ctrl + Y → Redo
  • Ctrl + P → Quick file search
  • Ctrl (or Shift) + Select → Multi-select

Viewport & Navigation

  • Ctrl + Space → Open Content Browser Tab
  • Ctrl + R → Toggle real-time rendering in Editor
  • F11 → Makes the viewport go full screen
  • ' → Focus on the console
  • F → Centralize and frame selected object in viewport

Maya-style navigation

  • Alt + Left Mouse Button → Orbit view around a point of interest
  • Alt + Middle Mouse Button → Pan the view horizontally and vertically
  • Alt + Right Mouse Button → Zoom in and out
  • Alt + Middle Mouse Button (on a mesh) → Temporarily change actor pivot point

WASD-style navigation

  • Right Click + Hold → Rotate around an axis
  • Right Click + Hold + WASD → Rotate and move
  • Middle Click + Hold → Pan around
  • Mouse Wheel → Zoom in and out
  • Scroll Wheel + Navigation → Adjust movement speed

Object Manipulation

  • W → Translate Mode (Move)
  • E → Rotate Mode
  • R → Scale Mode
  • Alt + Left Mouse Button → Rotate around selected object
  • Drag + Alt (on an actor) → Duplicate the actor

Play Mode

  • Alt + P → Run the game (Play Mode)
  • Shift + F1 → Regain mouse control in Play Mode
  • Tab → Slow motion debug (requires setting debug tab key node)

Blueprints Shortcuts

  • Q → Align selected blueprints horizontally
  • Alt + Shift + S → Align selected blueprints vertically
  • Select connection + Alt → Delete connection
  • Ctrl → Change the positioning of node connectors
  • Ctrl + D → Duplicate selected item (instead of copy/paste)
  • Ctrl (while holding a variable) → Getter for the variable
  • Alt (while holding a variable) → Setter for the variable

Useful Blueprint Nodes

  • Format Text (for concatenation)
    Example:
    Health + (Health)  
    MaxHealth = (MaxHealth)
    
    (Items in parentheses are variables.)

Console Commands

  • stat fps → Show editor FPS (capped at 120 FPS)
  • t.MaxFPS 99 → Show uncapped FPS
  • G → Toggle Game Mode
  • FreezeRendering → Freeze/unfreeze rendering

Project Settings Tips

For 3D Games

  • Anti-aliasing: Temporal Super-Resolution (TSR)
  • Motion blur: Enabled

For 2D Games

  • Anti-aliasing: Fast Approximate Anti-Aliasing (FXAA)
  • Motion blur: Disabled

🎨 Aseprite

General Shortcuts

  • Brush size: + and -
  • Shading Tool (G): Click the stamp icon, select "Shading", pick a palette. To switch to "Highlight" mode, press X.
  • Ctrl + K: "Snap to Grid"
  • Ctrl + B: Creates a brush pattern from selection.
  • F9: Convolution Matrix - Outline Transparent Layer (cross or square) for automatic outline.
  • X: Swap Main Color and Sub Color.
  • Alt + N: Creates a new frame.
  • . : Go to next frame
  • , : Go to previous frame

My Custom Shortcuts

  • Space + S: BG Auto-Scroll Toolbar

🎨 Paint.NET

  • Ctrl + Click: Add to selection.
  • Alt + Click: Remove from selection.
  • Alt + Right Mouse Button: Intersect mode for selection.

🎨 Clip Studio Paint

  • F9: Flip Canvas.
  • F10: Reset Canvas.
  • F11: Rotate.
  • Right Click: Eyedropper.
  • Alt + Delete: Fill.
  • Move Tool: Z (useful during selection).

Animation in CSP

  • 8: Go to Start.
  • 2: Go to End.
  • 4: Previous Frame.
  • 6: Next Frame.
  • 7: Previous Keyframe.
  • 9: Next Keyframe.
  • Del (,): Play/Stop.
  • -: Enable Onion Skin.
  • Del: Erase entire layer.

Special Features

  • "Enclose and Fill": Selects and fills inside lineart.
  • Filter > Correct Line > Adjust Line Width: Makes lineart thicker/thinner.
  • Edit > Convert to Drawing Color: Converts everything on layer to selected color.
  • Quick Access Menu: Store frequently used tools & commands.

🎨 Photoshop

Canvas & Layers

  • Canvas Size: 4000x4000 / 4900x4000 (Resolution: 300-400).
  • Best for Lineart: 17px (small) to 30px (big).
  • Ctrl + J: Duplicate Layer.
  • Alt + Drag (Selection): Proportional selection.

Tools

  • Undo/Redo: Ctrl + ; / Ctrl + /
  • Flip Horizontal: Ctrl + ]
  • Fill: Shift + F5
  • Move: V
  • Rotate Canvas: R
  • Brush Toolbar: F5
  • Brush Resize: [ and ]

🎨 Blender

General

  • Numpad 0: Change Camera View.
  • Ctrl + Alt + 0: Align Camera to View.
  • Numpad: View directions.
  • F2: Rename selected object.
  • F3: Search tool or feature.
  • Shift + Middle Click: Adjust viewport.
  • Middle Click + Drag: Adjust camera view.
  • Mouse Wheel: Zoom in/out.
  • ' (below ESC): Switch views.
  • Shift + A: Open Add Menu.
  • X: Open Delete Menu.
  • Tab: Toggle between Object and Edit Mode.
  • G: Move selected object.
  • Alt + Left Click: Rotate based on cursor/origin.
  • Alt + Middle Click: Panning.

Edit Mode

  • 1 / 2 / 3: Vertex / Edge / Face Selection.
  • E: Extrude.
  • I: Inset (Press I twice for individual faces).
  • B: Bevel.
  • Ctrl + R: Loop Cuts.
  • Alt + Left Click: Select a Loop.
  • Knife Tool (K):
    • X, Y, Z: Cut in respective axis direction.
    • Right Click: Detach Knife.
    • Enter: Confirm cut.
  • Shift + D: Duplicate object.
  • Ctrl + P: Parent selected objects.
  • Alt + P: Clear parent.
  • L: Select Linked.

Modifiers

  • Array: Duplicates object.
  • Solidify: Test shape changes non-destructively (apply with Ctrl + A).