do-disciplinary-committee-m.../www/js/plugins/AltKeyDisable.js
2025-05-04 14:43:03 -05:00

19 lines
No EOL
433 B
JavaScript

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