RPGmXP Editor Hotkeys - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Development Discussion (https://www.save-point.org/forum-17.html) +--- Thread: RPGmXP Editor Hotkeys (/thread-4863.html) |
RPGmXP Editor Hotkeys - MechanicalPen - 09-29-2013 This list is an archive from here with (one so far) addition that I found. RMXP Editor Hotkeys By vgvgf There are many hotkeys or special functions that aren't documentated in RMXP, 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) 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 F5 First layer F6 Second layer F7 Third layer F8 Events editing "eode" CTRL + ARROW KEYS Change selected tile Map Tree Editor SPACE Edit map properties INS Insert map CTRL+T Shift map Tile Layers F2 Current layer and below F3 All layers F4 Dim other layers SHIFT Disable autotile function MOUSE2 Copy Area/Cancel editing MOUSE3 Free movement Event Editing Mode ENTER Edit/Create event MOUSE2 Cancel event dragging Event Editor(Map, Common, Battle) Command List SPACE Edit Function ENTER New Function CTRL+N Batch text entries 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+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 RE: RPGmXP Editor Hotkeys - vgvgf - 10-01-2013 (09-29-2013, 08:45 PM)MechanicalPen Wrote: (I wonder if it'd be okay if I copied that list over here. It was last updated in 2009 afterall...)It's k RE: RPGmXP Editor Hotkeys - MechanicalPen - 10-06-2013 So the arrow keys only seem to select the current tile if tile selector has focus, making it less than useless for my needs... |