Searched refs:shiftKey (Results 1 – 25 of 146) sorted by relevance
123456
202 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 …]
45 …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…
251 if (e.shiftKey) {265 } else if (e.shiftKey && selected.length) {304 this.setLastSelected(e.shiftKey ? defaultLast : this.getDefaultSelected());
13 …shiftKey?gantt.isTaskExists(this.getFirstSelected())&&null!==this.getFirstSelected()||this.setFirs…
1 …shiftKey","ctrlKey","metaKey","first_indx","target_indx","last_indx","tmp","getNext","getPrev","ol…
85 if ( ev.shiftKey )
80 if ( ev.shiftKey )
18 shiftKey: false, property24 options.ctrlKey, options.altKey, options.shiftKey, options.metaKey, 0, $(element));51 shiftKey: false, property59 options.ctrlKey, options.altKey, options.shiftKey, options.metaKey,
39 …if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && charCode!=90) { // shortcuts = ctrl||appleKey+…55 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
59 (keyCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo(); 69 …else if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && keyCode!=90) { // shortcuts = ctrl||apple…
43 …if((evt.ctrlKey || evt.metaKey) && evt.shiftKey && charCode!=90) { // shortcuts = ctrl||appleKey+…60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
306 if (self.isVisible() && !e.shiftKey) __preventDefault(e);360 if (!e.shiftKey) return;
256 if (e.shiftKey) {491 if (e.shiftKey) {
38 …if (event.key === 'Enter' && !event.shiftKey && !event.ctrlKey && !event.altKey && !event.metaKey)…
259 … 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)) {
396 if(e.shiftKey){421 if(e.shiftKey){
351 if (ctx.originalEvent.shiftKey) {
513 if (!(evt && evt.shiftKey) && mode&VK_SHIFT) {756 if (mode&VK_SHIFT && e.shiftKey) break;
8 …layOrStop");break;case 37:if(i.shiftKey){h.scianimator("first")}else{h.scianimator("previous")}bre…
19 …true}if(h.settings.CMD&&!n.metaKey){return true}if(h.settings.Shift&&!n.shiftKey){return true}if(!…
5205 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 ) {
4 …shiftKey&&!a.shiftKey||n.key.altKey&&!a.altKey||n.key.ctrlKey&&!a.ctrlKey||n.key.metaKey&&!a.metaK…
1046 if (conf.key.shiftKey && !e.shiftKey) {1533 else if (e.shiftKey) {
382 sortTable(div, i, e.shiftKey);
615 …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… property7332 …t('click', { metaKey : e.metaKey, ctrlKey : e.ctrlKey, altKey : e.altKey, shiftKey : e.shiftKey }); property7337 …t('click', { metaKey : e.metaKey, ctrlKey : e.ctrlKey, altKey : e.altKey, shiftKey : e.shiftKey }); property