Home
last modified time | relevance | path

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

/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js958 var __charProcessor = function (tchr, buf) { argument
964 res = lang.dk.call(self,tchr,buf);
965 } else if (tchr == "\x08") {
978 res[1] = tchr != fc & lang.dk.indexOf(tchr.charCodeAt(0))>-1;
979 res[0] = deadkeys[fc][tchr]?deadkeys[fc][tchr]:tchr;
984 res[1] = deadkeys.hasOwnProperty(tchr);
985 res[0] = tchr;