The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: Mr_Wiggles on January 20, 2010, 08:39:41 AM

Title: RGSS Key Board Short Cuts
Post by: Mr_Wiggles on January 20, 2010, 08:39:41 AM
I was bored so decided to map the keys, hopefully some one can find this more use full then I can. ~ lol


F11          = Opens Scripts
-------------------------------------------------------------------
F3           = Repeat Previous Search
-------------------------------------------------------------------
F4           = Move Up one script
-------------------------------------------------------------------
F5           = Move Down one script
-------------------------------------------------------------------
F6           = Name current script the selected Text
-------------------------------------------------------------------
F10          = Show Normal Courser
-------------------------------------------------------------------
PgUp         = Scroll page up
-------------------------------------------------------------------
PgDn         = Scroll page down
-------------------------------------------------------------------
Ins          = Toggle type over mode
-------------------------------------------------------------------
Home         = Start of line
-------------------------------------------------------------------
End          = End of line
-------------------------------------------------------------------
Tab          = Insert line
-------------------------------------------------------------------
Shift + Tab  = UN-insert line
-------------------------------------------------------------------
Alt  + H     = Help
-------------------------------------------------------------------
Ctrl + [     = Scroll 1/2 page up
-------------------------------------------------------------------
Ctrl + ]     = Scroll 1/2 page down
-------------------------------------------------------------------
Ctrl + A     = Select all
-------------------------------------------------------------------
Ctrl + X     = Cut Selected Text
-------------------------------------------------------------------
Ctrl + C     = Copy Selected Text
-------------------------------------------------------------------
Ctrl + V     = Paste
-------------------------------------------------------------------
Ctrl + Z     = Undo
-------------------------------------------------------------------
Ctrl + T     = Swap currant line with above line
I.E.  it will take line 10 and move it to line 9
and take line 9 and move it to line 10.
-------------------------------------------------------------------
Ctrl + D    = Copy current line to a new one bellow
-------------------------------------------------------------------
Ctrl + M     = Make a blank line
-------------------------------------------------------------------
Ctrl + ?/    = Moves courser one word left
-------------------------------------------------------------------
Ctrl + |\    = Moves courser one word right
-------------------------------------------------------------------
Ctrl + Enter = Close and Accept changes
-------------------------------------------------------------------
Ctrl + Up    = Scroll up
-------------------------------------------------------------------
Ctrl + Down  = Scroll down
-------------------------------------------------------------------
Ctrl + Left  = Move courser left until space or "."
-------------------------------------------------------------------
Ctrl + Right = Move courser right until space or "."
-------------------------------------------------------------------
Ctrl + End   = Bottom of page
-------------------------------------------------------------------
Ctrl + Home  = Top of page
-------------------------------------------------------------------
Ctrl + H     = Replace Text
-------------------------------------------------------------------
Ctrl + I     = Insert line
-------------------------------------------------------------------
Ctrl + F     = Find Text "in currant page"
-------------------------------------------------------------------
Ctrl + Shift + F = Find Text "in all scripts"
-------------------------------------------------------------------
Ctrl + Mouse Wheel up   = Zoom in
-------------------------------------------------------------------
Ctrl + Mouse Wheel down = Zoom out


I hope that I put this in the right spot.
Title: Re: RGSS Key Board Short Cuts
Post by: stripe103 on January 20, 2010, 02:44:27 PM
Well, I guess it's good to those who are new with RMXP.

But I think this should be posted directly in RMXP (http://rmrk.net/index.php/board,108.0.html)
Title: Re: RGSS Key Board Short Cuts
Post by: Mr_Wiggles on January 20, 2010, 07:56:45 PM
@ stripe - Well theses are the short cut keys when your scripting.