Save-Point
RMVX Editor Hotkeys - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Tutorials (https://www.save-point.org/forum-19.html)
+--- Thread: RMVX Editor Hotkeys (/thread-1876.html)



RMVX Editor Hotkeys - vgvgf - 09-29-2009

RMVX Editor Hotkeys
By vgvgf

Use RMXP? see the RMXP Editor Hotkeys list.

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
MOUSE1 Mouse primary button
MOUSE2 Mouse secondary button
MOUSE3 Mouse third button(Wheel click)
Green colored Only documented in help file or tooltips
Red colored Undocumented 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
F8 Events editing mode

Map Tree Editor
SPACE Edit map 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 Function
ENTER New Function
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