Searched refs:isShift (Results 1 – 8 of 8) sorted by relevance
| /plugin/advrack/ |
| D | jquery.qtip.js | 2969 isShift = type === SHIFT, 2978 if(isShift) {
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 2529 this.isShift(event); 2555 this.isShift = function(event) function 17594 chrome.keyCodeListen("TAB", isShift, bind(this.tabPreviousEditor, this)) 17613 chrome.keyCodeListen("TAB", isShift, bind(editor.completeValue, editor, -1))
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 939 …&&event.type!="click"&&event.type!="dblclick"?event.button==1:event.button==0)&&this.isShift(event) 949 this.isShift=function(event){return event.shiftKey&&!event.metaKey&&!event.ctrlKey&&!event.altKey function 4664 …ten("TAB",null,bind(this.tabNextEditor,this)),chrome.keyCodeListen("TAB",isShift,bind(this.tabPrev… 4667 …AB",null,bind(editor.completeValue,editor,1)),chrome.keyCodeListen("TAB",isShift,bind(editor.compl…
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 950 …&&event.type!="click"&&event.type!="dblclick"?event.button==1:event.button==0)&&this.isShift(event) 960 this.isShift=function(event){return event.shiftKey&&!event.metaKey&&!event.ctrlKey&&!event.altKey function 4675 …ten("TAB",null,bind(this.tabNextEditor,this)),chrome.keyCodeListen("TAB",isShift,bind(this.tabPrev… 4678 …AB",null,bind(editor.completeValue,editor,1)),chrome.keyCodeListen("TAB",isShift,bind(editor.compl…
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 21781 function isShift(event) { function 21962 Keyboard.prototype.isShift = isShift; 22042 if (isCmd(event) && !isShift(event) && isKey(KEYS_UNDO, event)) { 22056 if (isCmd(event) && (isKey(KEYS_REDO, event) || (isKey(KEYS_UNDO, event) && isShift(event)))) { 22195 keyboard.isShift(event) ? 38414 var accelerated = keyboard.isShift(keyEvent);
|
| D | bpmn-modeler.production.min.js | 28 …isShift=Vo,Ko.prototype.isKey=Wo;var Yo=["c","C",67],Xo=["v","V",86],Zo=["y","Y",89],Qo=["z","Z",9… 34 …500,(function(e){var n=e.keyEvent,i=Pu[n.key];if(i&&!t.isCmd(n)){var r=t.isShift(n);return o.moveS…
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| H A D | dmn-modeler.production.min.js | 197 …isShift=kp;At.prototype.isKey=je;var iF=500;function Sr(n,e){var t=this;n.on("editorActions.init",… method in At
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| H A D | bpmn-modeler.production.min.js | 10 …isShift=Bc;bt.prototype.isKey=ze;var Nw=500;function mr(e,t){var n=this;e.on("editorActions.init",… method in bt 231 …r($P,function(a){var s=a.keyEvent,c=zP[s.key];if(c&&!t.isCmd(s)){var p=t.isShift(s);return o.moveS…
|