The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => VX Tutorials => Topic started by: vgvgf on April 15, 2009, 08:46:32 PM

Title: RMVX Editor Hotkeys
Post by: vgvgf on April 15, 2009, 08:46:32 PM
RMVX Editor Hotkeys
By vgvgf

See also the RMXP Editor Hotkeys list (http://rmrk.net/index.php/topic,32792.0.html)

There are many hotkeys or special functions that aren't documentated in RMVX, the purpose of this list is to show them, but there are also included the common hotkeys. This list may not have all hotkeys.

Glossary & formatting
MOUSE1Mouse primary button
MOUSE2Mouse secondary button
MOUSE3Mouse third button(Wheel click)
Green coloredOnly documented in help file or tooltips
Red coloredUndocumented hotkeys

General

CTRL+A  Select all
CTRL+Z  Undo
CTRL+Y  Redo
CTRL+X  Cut(Copy & Delete)
CTRL+C  Copy
CTRL+V  Paste
DEL  Delete
F1  Help
ALT+F4  Close window
CTRL+ENTER  Apply changes & Close dialog

Main Window

CTRL+N  New project
CTRL+O  Open project
CTRL+S  Save project
F9  Database
F10  Materialbase
F11  Script editor
F12  Play test

Map Editor

General
F3  Tileset passage editing
F5  Map editing mode
F6  Event editing "eode" (http://rmrk.net/index.php/topic,32781.0.html)

Map Tree Editor
SPACE  Edit map/area properties
INS  Insert map
SHIFT+INS  Insert area
CTRL+T  Shift map
CTRL+D  Generate dungeon

Map Editing Mode
SHIFT  Disable autotile function
MOUSE2  Copy Area/Cancel editing
MOUSE3  Free movement

Event Editing Mode
ENTER  Edit/Create event
CTRL+1  Quick event transfer
CTRL+2  Quick event door
CTRL+3  Quick event chest
CTRL+4  Quick event inn
MOUSE2  Cancel event dragging

Event Editor(Map, Common, Battle)

Command List
SPACE  Edit Command /td]
ENTER  New Command
MOUSE3  Free Movement
CTRL+PAGE DOWN  Previous Page
CTRL+PAGE UP  Next Page

Show Text Command
F2  Preview

Variable/Switches Editing
F4  Previous Item
F5  Next Item

Database

General
F4  Previous Item
F5  Next Item
CTRL+PAGE DOWN  Previous Section
CTRL+PAGE UP  Next Section

Actor Parameters
MOUSE1  Set value
MOUSE2  Select level

Animations
PAGE UP  Scroll Up
PAGE DOWN  Scroll Down
ALT  Move per 2 pixels
SHIFT  Move all images

Script Editor

Script Contents
F6  Name section
F3  Find next
Shift+F3  Find previous
CTRL+F  Find
CTRL+H  Replace
CTRL+G  Jump
CTRL+Q  Quick comment
CTRL+M  New line without indentation
CTRL+J  New line with indentation(Equal to ENTER)
CTRL+D  Duplicate line
CTRL+L  Delete line
CTRL+I  Indentation
CTRL+T  Swap lines
CTRL+(+)  Zoom in
CTRL+(-)  Zoom out
CTRL+(/)  Zoom default
ALT+MOUSE  Rectangle selection
CTRL+DRAG  Copy dragged text to...
TAB  Add line indentation
SHIFT+TAB  Remove line indentation

Script Sections
INS  Add section
CTRL+SHIFT+F  Find all
F4  Previous section
F5  Next section
Title: Re: RMVX Editor Hotkeys
Post by: modern algebra on April 15, 2009, 10:13:26 PM
I mentioned this in the RMXP one, but this is a great idea. Thanks for doing this.