Home
last modified time | relevance | path

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

/plugin/fckg/scripts/
Dvki_kb.js902 this.VKI_deadkey = {};
915 …this.VKI_deadkey['"'] = this.VKI_deadkey['\u00a8'] = this.VKI_deadkey['\u309B'] = { // Umlaut / Di…
923 this.VKI_deadkey['~'] = { // Tilde / Stroke property in VKI_buildKeyboardInputs
927 this.VKI_deadkey['^'] = { // Circumflex property in VKI_buildKeyboardInputs
931 this.VKI_deadkey['\u02c7'] = { // Baltic caron property in VKI_buildKeyboardInputs
935 this.VKI_deadkey['\u02d8'] = { // Romanian and Turkish breve property in VKI_buildKeyboardInputs
939 this.VKI_deadkey['-'] = this.VKI_deadkey['\u00af'] = { // Macron
943 this.VKI_deadkey['`'] = { // Grave property in VKI_buildKeyboardInputs
947 …this.VKI_deadkey["'"] = this.VKI_deadkey['\u00b4'] = this.VKI_deadkey['\u0384'] = { // Acute / Gre…
951 this.VKI_deadkey['\u02dd'] = { // Hungarian Double Acute Accent property in VKI_buildKeyboardInputs
[all …]
/plugin/vkeyboard/
Dvkeyboard.js1VKI_deadkey={};this.VKI_deadkey['"']=this.VKI_deadkey["\u00a8"]=this.VKI_deadkey["\u309B"]={a:"\u0… property in VKI_buildKeyboardInputs
Dvkeyboard.js.unc175 // diacritic. See the "this.VKI_deadkey" object below the layout
979 this.VKI_deadkey = {};
992 …this.VKI_deadkey['"'] = this.VKI_deadkey['\u00a8'] = this.VKI_deadkey['\u309B'] = { // Umlaut / Di…
1000 this.VKI_deadkey['~'] = { // Tilde / Stroke
1004 this.VKI_deadkey['^'] = { // Circumflex
1008 this.VKI_deadkey['\u02c7'] = { // Baltic caron
1012 this.VKI_deadkey['\u02d8'] = { // Romanian and Turkish breve
1016 this.VKI_deadkey['-'] = this.VKI_deadkey['\u00af'] = { // Macron
1020 this.VKI_deadkey['`'] = { // Grave
1024 …this.VKI_deadkey["'"] = this.VKI_deadkey['\u00b4'] = this.VKI_deadkey['\u0384'] = { // Acute / Gre…
[all …]