Home | History | Annotate | Download | only in webapp

Lines Matching full:keycodes

617     var keyCodes = remappings[i].split('>');
618 if (keyCodes.length != 2) {
622 var fromKey = parseInt(keyCodes[0], 0);
623 var toKey = parseInt(keyCodes[1], 0);