Home | History | Annotate | Download | only in webapp

Lines Matching full:remapkey

749       console.log('bad remapKey: ' + remappings[i]);
755 console.log('bad remapKey code: ' + remappings[i]);
759 console.log('remapKey 0x' + fromKey.toString(16) +
761 this.plugin_.remapKey(fromKey, toKey);
763 console.log('cancel remapKey 0x' + fromKey.toString(16));
764 this.plugin_.remapKey(fromKey, fromKey);