We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8692a94 commit 94975ddCopy full SHA for 94975dd
source/keyboard.js
@@ -45,6 +45,7 @@ JSNES.Keyboard.prototype = {
45
setKey: function(key, value) {
46
switch (key) {
47
case 88: this.state1[this.keys.KEY_A] = value; break; // X
48
+ case 89: this.state1[this.keys.KEY_B] = value; break; // Y (Central European keyboard)
49
case 90: this.state1[this.keys.KEY_B] = value; break; // Z
50
case 17: this.state1[this.keys.KEY_SELECT] = value; break; // Right Ctrl
51
case 13: this.state1[this.keys.KEY_START] = value; break; // Enter
0 commit comments