Home
last modified time | relevance | path

Searched refs:altKey (Results 76 – 90 of 90) sorted by last modified time

1234

/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js60 …var D=0;if (A.ctrlKey||A.metaKey) D+=CTRL;if (A.shiftKey) D+=SHIFT;if (A.altKey) D+=ALT;var E=C+D;…
H A Dfckeditorcode_ie.js64 …var D=0;if (A.ctrlKey||A.metaKey) D+=CTRL;if (A.shiftKey) D+=SHIFT;if (A.altKey) D+=ALT;var E=C+D;…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js5 ….centeredRotation||target.centeredRotation}return centerTransform?!e.altKey:e.altKey},_getOriginFr…
15altKey){this[propMethod](this["findWordBoundary"+direction](this[prop]))}else if(e.metaKey||e.keyC…
H A Dfabric.js8306 return centerTransform ? !e.altKey : e.altKey;
22969 if (e.altKey) {
23124 else if (e.altKey) {
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js197 if (e.altKey || e.ctrlKey || e.metaKey) { return true; }
/plugin/aceeditor/
H A Dbuild.js1altKey?2:0)|(t.shiftKey?4:0)|(t.metaKey?8:0):s=0|(t.metaKey?1:0)|(t.altKey?2:0)|(t.shiftKey?4:0)|(…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js634 var props="altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey cu…
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js17 altKey: false,
24 options.ctrlKey, options.altKey, options.shiftKey, options.metaKey, 0, $(element));
50 altKey: false,
59 options.ctrlKey, options.altKey, options.shiftKey, options.metaKey,
H A Dcontrols.js508 if (!this._editing || e.ctrlKey || e.altKey || e.shiftKey) return;
/plugin/s5reloaded/ui/thesis/
H A Dslides.js955 modifierKey = e.ctrlKey || e.altKey || e.metaKey;
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js634 var props="altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey cu…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js50 …var D=0;if (A.ctrlKey||A.metaKey) D+=CTRL;if (A.shiftKey) D+=SHIFT;if (A.altKey) D+=ALT;var E=C+D;…
H A Dfckeditorcode_gecko.js49 …var D=0;if (A.ctrlKey||A.metaKey) D+=CTRL;if (A.shiftKey) D+=SHIFT;if (A.altKey) D+=ALT;var E=C+D;…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckkeystrokehandler.js88 if ( ev.altKey )
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js611 if (e.altKey && !(mode&VK_ALT)) {
764 if (mode&VK_ALT && e.altKey) break;

1234