Home
last modified time | relevance | path

Searched refs:VKI_numpad (Results 1 – 3 of 3) sorted by relevance

/plugin/fckg/scripts/
Dvki_kb.js992 this.VKI_numpad = [ property in VKI_buildKeyboardInputs
1252 for (var x = 0; x < this.VKI_numpad.length; x++) {
1254 for (var y = 0; y < this.VKI_numpad[x].length; y++) {
1258 ntd.appendChild(document.createTextNode(this.VKI_numpad[x][y]));
/plugin/vkeyboard/
Dvkeyboard.js1VKI_numpad=[[["$"],["\u00a3"],["\u20ac"],["\u00a5"]],[["7"],["8"],["9"],["/"]],[["4"],["5"],["6"],… property in VKI_buildKeyboardInputs
Dvkeyboard.js.unc1069 this.VKI_numpad = [
1339 for (var x = 0; x < this.VKI_numpad.length; x++) {
1341 for (var y = 0; y < this.VKI_numpad[x].length; y++) {
1345 ntd.appendChild(document.createTextNode(this.VKI_numpad[x][y]));