Searched defs:toggleStickyMode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcommand_store.js136 'toggleStickyMode': {announce: false,
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeOptionsScript.js50 cvox.KeyMap.prototype.keyForCommand=function(a){if(null!=this.commandToKey_)return[this.commandToKey_[a]];for(var b=[],c=0;c<this.bindings_.length;c++){var d=this.bindings_[c];d.command==a&&b.push(d.sequence)}return 0<b.length?b:[]};cvox.KeyMap.prototype.merge=function(a){for(var b=a.keys(),c=!0,d=0;d<b.length;++d){var e=b[d],f=a.commandForKey(e);"toggleStickyMode"!=f&&(e&&f&&!this.hasKey(e)&&!this.hasCommand(f)?this.bind_(f,e):c=!1)}return c};
56 cvox.CommandStore.CMD_WHITELIST={toggleStickyMode:{announce:!1,msgId:"toggle_sticky_mode",disallowOOBE:!0,category:"modifier_keys"},toggleKeyPrefix:{announce:!1,skipInput:!0,msgId:"prefix_key",disallowOOBE:!0,category:"modifier_keys"},passThroughMode:{announce:!1,msgId:"pass_through_key_description",category:"modifier_keys"},stopSpeech:{announce:!1,disallowContinuation:!0,doDefault:!0,msgId:"stop_speech_key",category:"controlling_speech"},toggleChromeVox:{announce:!1,platformFilter:cvox.PlatformFilter.WML,
1484 !1);break;case "increaseTtsVolume":cvox.ChromeVox.tts.increaseOrDecreaseProperty(cvox.AbstractTts.VOLUME,!0);break;case "cyclePunctuationEcho":cvox.ChromeVox.host.sendToBackgroundPage({target:"TTS",action:"cyclePunctuationEcho"});break;case "toggleStickyMode":cvox.ChromeVox.host.sendToBackgroundPage({target:"Prefs",action:"setPref",pref:"sticky",value:!cvox.ChromeVox.isStickyPrefOn,announce:!0});break;case "toggleKeyPrefix":cvox.ChromeVox.keyPrefixOn=!cvox.ChromeVox.keyPrefixOn;break;case "passThroughMode":cvox.ChromeVox.passThroughMode=
1630 e.className="key active-key";e.id=h;k=null!=k?cvox.KeyUtil.keySequenceToString(k,!0):"";e.value=k;if("toggleStickyMode"==h||"stopSpeech"==h)e.disabled=!0;(k=cvox.CommandStore.messageForCommand(h))||(k=h);h=document.createElement("label");h.className="i18n";h.setAttribute("msgid",k);h.setAttribute("for",e.id);k=document.createElement("div");k.className="key-container";a.appendChild(k);k.appendChild(e);k.appendChild(h)}}e=document.createElement("br");a.appendChild(e)}null==document.getElementById("cvoxKey")&&

Completed in 443 milliseconds