Home
last modified time | relevance | path

Searched refs:shiftKey (Results 1 – 25 of 146) sorted by relevance

123456

/plugin/pgn4web/pgn4web/
Dpgn4web.js202 if (!shortcutKeysEnabled && !(keycode == 27 && e.shiftKey)) { return true; }
222 if (e.shiftKey) { interactivelyToggleShortcutKeys(); }
237 if (e.shiftKey) { window.open(pgn4web_project_url); }
262 MoveToPrevComment(e.shiftKey);
266 MoveToNextComment(e.shiftKey);
270 if (e.shiftKey) { goToFirstChild(); }
275 if (e.shiftKey) { undoStackRedo(); }
288 if (e.shiftKey) { searchPgnGame(""); }
293 if (e.shiftKey) { searchPgnGame(lastSearchPgnExpression, true); }
298 if (e.shiftKey) { displayFenData(); }
[all …]
Dengine.js45 …boardShortcut("A8", "pgn4web v" + pgn4web_version + " debug info", function(t,e){ if (e.shiftKey) …
46 …hortcut("E8", "open/update analysis board", function(t,e){ showEngineAnalysisBoard(e.shiftKey); });
47 …ose/pause analysis board", function(t,e){ if (engineWinCheck()) { if (e.shiftKey) { if ((engineWin…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_multiselect.js251 if (e.shiftKey) {
265 } else if (e.shiftKey && selected.length) {
304 this.setLastSelected(e.shiftKey ? defaultLast : this.getDefaultSelected());
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_multiselect.js13shiftKey?gantt.isTaskExists(this.getFirstSelected())&&null!==this.getFirstSelected()||this.setFirs…
Ddhtmlxgantt_multiselect.js.map1shiftKey","ctrlKey","metaKey","first_indx","target_indx","last_indx","tmp","getNext","getPrev","ol…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckkeystrokehandler.js85 if ( ev.shiftKey )
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckkeystrokehandler.js80 if ( ev.shiftKey )
/plugin/s5reloaded/ui/effects_support/
Dunittest.js18 shiftKey: false, property
24 options.ctrlKey, options.altKey, options.shiftKey, options.metaKey, 0, $(element));
51 shiftKey: false, property
59 options.ctrlKey, options.altKey, options.shiftKey, options.metaKey,
/plugin/codehighlight/cp/engines/
Dopera.js39 …if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && charCode!=90) { // shortcuts = ctrl||appleKey+…
55 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
Dmsie.js59 (keyCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
69 …else if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && keyCode!=90) { // shortcuts = ctrl||apple…
Dgecko.js43 …if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && charCode!=90) { // shortcuts = ctrl||appleKey+…
60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
/plugin/virtualkeyboard/vk/extensions/dom/
Dautosuggest.js306 if (self.isVisible() && !e.shiftKey) __preventDefault(e);
360 if (!e.shiftKey) return;
/plugin/jsoncode/
DjsonTree.js256 if (e.shiftKey) {
491 if (e.shiftKey) {
/plugin/aichat/script/
DAIChatChat.js38 …if (event.key === 'Enter' && !event.shiftKey && !event.ctrlKey && !event.altKey && !event.metaKey)…
/plugin/diagramsnet/lib/math/extensions/a11y/
Dexplorer.js259 … t = t === r.RETURN ? r.DASH : t, void 0 !== u.walker.modifier && (u.walker.modifier = e.shiftKey);
273 … if (t === r.SPACE && !e.shiftKey) return MathJax.Extension.MathEvents.Event.ContextMenu(e, i),
275 if (h.hook && (t === r.RETURN || t === r.SPACE && e.shiftKey)) {
/plugin/behave/
Dbehave.js396 if(e.shiftKey){
421 if(e.shiftKey){
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.edit.js351 if (ctx.originalEvent.shiftKey) {
/plugin/virtualkeyboard/vk/
Dvirtualkeyboard.js513 if (!(evt && evt.shiftKey) && mode&VK_SHIFT) {
756 if (mode&VK_SHIFT && e.shiftKey) break;
/plugin/animation/scripts/
Djquery.scianimator.min.js8 …layOrStop");break;case 37:if(i.shiftKey){h.scianimator("first")}else{h.scianimator("previous")}bre…
/plugin/diagramsnet/lib/math/extensions/
DMathZoom.js19 …true}if(h.settings.CMD&&!n.metaKey){return true}if(h.settings.Shift&&!n.shiftKey){return true}if(!…
/plugin/revealjs/js/
Dreveal.js5205 if( event.shiftKey && event.charCode === 63 ) {
5238 var prevSlideShortcut = event.shiftKey && event.keyCode === 32;
5239 var firstSlideShortcut = event.shiftKey && keyCode === 37;
5240 var lastSlideShortcut = event.shiftKey && keyCode === 39;
5244 ( event.shiftKey || event.altKey || event.ctrlKey || event.metaKey );
5393 if( event.shiftKey ) {
/plugin/datatables/assets/datatables.net-buttons/js/
DdataTables.buttons.min.js4shiftKey&&!a.shiftKey||n.key.altKey&&!a.altKey||n.key.ctrlKey&&!a.ctrlKey||n.key.metaKey&&!a.metaK…
DdataTables.buttons.js1046 if (conf.key.shiftKey && !e.shiftKey) {
1533 else if (e.shiftKey) {
/plugin/strata/
Dscript.js382 sortTable(div, i, e.shiftKey);
/plugin/metaeditor/
Djstree.js615 …if(e.which !== 32 && e.which !== 13 && (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey)) { retur…
2803 …if(!this.settings.core.multiple || (!e.metaKey && !e.ctrlKey && !e.shiftKey) || (e.shiftKey && (!t…
2804 …if(!this.settings.core.multiple && (e.metaKey || e.ctrlKey || e.shiftKey) && this.is_selected(obj)…
2814 if(e.shiftKey) {
7318 …', { metaKey : e.metaKey, ctrlKey : e.ctrlKey, altKey : e.altKey, shiftKey : e.shiftKey, pageX : e… property
7332 …t('click', { metaKey : e.metaKey, ctrlKey : e.ctrlKey, altKey : e.altKey, shiftKey : e.shiftKey }); property
7337 …t('click', { metaKey : e.metaKey, ctrlKey : e.ctrlKey, altKey : e.altKey, shiftKey : e.shiftKey }); property

123456