An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

TM Common Event Key - TMCommonEventKey.js

Plugin desc : Set a common event to any key and use it as a shortcut key in the map scene.

License : MIT License

Author : tomoaky

Desc page : https://github.com/munokura/tomoaky-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMCommonEventKey.js

File name : TMCommonEventKey.js

Help of plugin :

@target MZ MV
@plugindesc Set a common event to any key and use it as a shortcut key in the map scene.
@author tomoaky
@url https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/master/TMCommonEventKey.js
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/tomoaky-MV-plugins ).
Original plugin by tomoaky.
-----
TMPlugin - Common Event Key ver1.0.2

How to Use:

Set the number of the common event you want to trigger in the plugin parameters.
Press the corresponding key in the map scene to execute the common event.

The common event key will be disabled in the following situations:

- Scene switching

- Player movement

- Event execution

Note:

Using keys used by RPG Maker's standard functions or other plugins

will cause conflicts and errors.

The number keys are not the numeric keypad, but the keys above the alphabet.

Terms of Use:
MIT License.
https://ja.osdn.net/projects/opensource/wiki/licenses%2FMIT_license
You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, 18+, etc.).

@param freeMove
@text On-the-move activation key
@desc The key is enabled even when the player is moving. Default: OFF ( false = OFF disabled / true = ON enabled )
@default false
@type boolean
@on Enable
@off Disable

@param commonKey0
@text Common 0 key
@desc Common event triggered by 0 key Initial value: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey1
@text Common 1 Key
@desc Common event triggered by key 1 Initial value: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey2
@text Common 2 Keys
@desc Common event triggered by key 2 Initial value: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey3
@text Common 3 Keys
@desc Common event triggered by pressing the 3 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey4
@text Common 4 Keys
@desc Common event triggered by pressing 4 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey5
@text Common 5 Key
@desc Common event triggered by pressing the 5 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey6
@text Common 6 Keys
@desc Common event triggered by pressing 6 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey7
@text Common 7 Key
@desc Common event triggered by pressing the 7 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey8
@text Common 8 Keys
@desc Common event triggered by 8 keys Initial value: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKey9
@text Common 9 Key
@desc Common event triggered by pressing the 9 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyA
@text Common A Key
@desc Common event triggered by A key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyB
@text Common B key
@desc Common event triggered by B key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyC
@text Common C key
@desc Common event triggered by C key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyD
@text Common D key
@desc Common event triggered by D key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyE
@text Common E key
@desc Common event triggered by E key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF
@text Common F Key
@desc Common event triggered by F key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyG
@text Common G Key
@desc Common event triggered by G key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyH
@text Common H key
@desc Common event triggered by H key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyI
@text Common I key
@desc Common event triggered by I key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyJ
@text Common J key
@desc Common event triggered by J key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyK
@text Common K key
@desc Common event triggered by K key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyL
@text Common L key
@desc Common event triggered by pressing the L key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyM
@text Common M key
@desc Common event triggered by M key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyN
@text Common N Key
@desc Common event triggered by N key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyO
@text Common O key
@desc Common event triggered by pressing the O key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyP
@text Common P Key
@desc Common event triggered by pressing the P key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyQ
@text Common Q Key
@desc Common event triggered by Q key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyR
@text Common R Key
@desc Common event triggered by R key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyS
@text Common S Key
@desc Common event triggered by S key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyT
@text Common T Key
@desc Common event triggered by T key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyU
@text Common U Key
@desc Common event triggered by U key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyV
@text Common V Key
@desc Common event triggered by V key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyW
@text Common W Key
@desc Common event triggered by W key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyX
@text Common X Key
@desc Common event triggered by X key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyY
@text Common Y Key
@desc Common event triggered by pressing the Y key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyZ
@text Common Z key
@desc Common event triggered by Z key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF1
@text Common F1 key
@desc Common event triggered by F1 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF2
@text Common F2 key
@desc Common event triggered by F2 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF3
@text Common F3 key
@desc Common event triggered by F3 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF4
@text Common F4 key
@desc Common event triggered by F4 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF5
@text Common F5 key
@desc Common event triggered by F5 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF6
@text Common F6 key
@desc Common event triggered by F6 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF7
@text Common F7 key
@desc Common event triggered by F7 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF8
@text Common F8 key
@desc Common event triggered by F8 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF9
@text Common F9 key
@desc Common event triggered by F9 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF10
@text Common F10 key
@desc Common event triggered by F10 key Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF11
@text Common F11 key
@desc Common event triggered by F11 key. Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

@param commonKeyF12
@text Common F12 key
@desc Common event triggered by F12 key Default: 0 (enabled with 1 or higher)
@default 0
@type common_event

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.