Lines Matching refs:VKI_deadkey

902   this.VKI_deadkey = {};
915 …this.VKI_deadkey['"'] = this.VKI_deadkey['\u00a8'] = this.VKI_deadkey['\u309B'] = { // Umlaut / Di…
923 this.VKI_deadkey['~'] = { // Tilde / Stroke class
927 this.VKI_deadkey['^'] = { // Circumflex class
931 this.VKI_deadkey['\u02c7'] = { // Baltic caron class
935 this.VKI_deadkey['\u02d8'] = { // Romanian and Turkish breve class
939 this.VKI_deadkey['-'] = this.VKI_deadkey['\u00af'] = { // Macron
943 this.VKI_deadkey['`'] = { // Grave class
947 …this.VKI_deadkey["'"] = this.VKI_deadkey['\u00b4'] = this.VKI_deadkey['\u0384'] = { // Acute / Gre…
951 this.VKI_deadkey['\u02dd'] = { // Hungarian Double Acute Accent class
955 this.VKI_deadkey['\u0385'] = { // Greek Dialytika + Tonos class
958 this.VKI_deadkey['\u00b0'] = this.VKI_deadkey['\u00ba'] = { // Ring
962 this.VKI_deadkey['\u02DB'] = { // Ogonek class
966 this.VKI_deadkey['\u02D9'] = { // Dot-above class
970 this.VKI_deadkey['\u00B8'] = this.VKI_deadkey['\u201a'] = { // Cedilla
974 this.VKI_deadkey[','] = { // Comma class
978 this.VKI_deadkey['\u3002'] = { // Hiragana/Katakana Point class
1289 if (self.VKI_deadkey[self.VKI_dead][character]) {
1290 self.VKI_insert(self.VKI_deadkey[self.VKI_dead][character]);
1301 if (self.VKI_deadkeysOn.checked && self.VKI_deadkey[character]) {
1342 for (key in this.VKI_deadkey)
1396 if (this.VKI_deadkey[lkey[z] = lkey[z] || ""]) hasDeadKey = true;
1469 if (this.VKI_deadkey[this.VKI_dead][character]) className.push("target");
1471 if (this.VKI_deadkey[character]) className.push("deadkey");