//============================================================================= // AltKeyDisable.js // //============================================================================= /*: * @plugindesc Altキー無効化 * @author uta_asakayu * @help * Controlキーと同じ動作に割り当てられているAltキーの動作を無効化します。 * */ (function(){ Input.keyMapper[18] = ''; })();