Created
January 14, 2021 14:50
-
-
Save triacontane/520c24bd252473be03cb88461b41b04f to your computer and use it in GitHub Desktop.
指定したキーコードをボタン名に追加
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
'use strict'; | |
Input.keyMapper[65] = 'A'; // key code [A] | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment