Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Sbm Key Patch For Numpad - Sbm_KeyPatchForNumpad.js
Plugin desc : This plugin assigns any key settings to the Numpad.
License : MIT License
Author : Suib
Website : https://github.com/suibotsukuiki/RPGMakerMZ/blob/main/Sbm_KeyPatchForNumpad.js
Desc page : https://github.com/suibotsukuiki/RPGMakerMZ/blob/main/Sbm_KeyPatchForNumpad.js
Download Page : https://raw.githubusercontent.com/suibotsukuiki/RPGMakerMZ/main/Sbm_KeyPatchForNumpad.js
File name : Sbm_KeyPatchForNumpad.js
Help of plugin :
* @target MZ * @plugindesc This plugin assigns any key settings to the Numpad. * @author Suib * @url https://github.com/suibotsukuiki/RPGMakerMZ/blob/main/Sbm_KeyPatchForNumpad.js * @base PluginCommonBase * @orderAfter Sbm_KeyPatchForBothLR * * @param keyMapArrNumber * @text keySettings:Number * @desc Assign operations to the key to "0-9" (multiple can be selected). * @type struct<KeyMapNumber>[] * @default [] * * @param keyMapArrSymbol * @text keySettings:Symbol * @desc Assign operations to keys such as "+" and "-" (multiple can be selected). * @type struct<KeyMapSymbol>[] * @default [] * * @help Sbm_KeyPatchForNumpad.js * * -- Summary -- * This plugin assigns any key settings to the numeric keypad. * Unassigned keys retain their default key settings. * * -- Usage -- * Select the setting target from "Number" or "Symbol" in the plugin parameters. * Select any "keycode" in the pull-down item and select the "operation" to be assigned to it. * * -- Plugin Parameters -- * keySettings:Number (multiple can be selected) * keySettings:Symbol (multiple can be selected) * * -- Base Plugins -- * PluginCommonBase * * -- Terms of Use -- * Comply with the MIT license agreement. * http://www.opensource.org/licenses/mit-license *