Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created January 14, 2021 14:50
Show Gist options
  • Save triacontane/520c24bd252473be03cb88461b41b04f to your computer and use it in GitHub Desktop.
Save triacontane/520c24bd252473be03cb88461b41b04f to your computer and use it in GitHub Desktop.
指定したキーコードをボタン名に追加
(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