Searched refs:boardShortcut (Results 1 – 2 of 2) sorted by relevance
| /plugin/pgn4web/pgn4web/ |
| D | pgn4web.js | 103 …if (boardIsDefault(debugShortcutSquare)) { boardShortcut(debugShortcutSquare, "pgn4web v" + pgn4we… 113 …if (boardIsDefault(debugShortcutSquare)) { boardShortcut(debugShortcutSquare, "pgn4web v" + pgn4we… 455 boardShortcut(cols.charAt(c).toUpperCase()+rows.charAt(r), "", function(t,e){}); 465 function boardShortcut(square, title, functionPointer, defaultSetting) { function 483 boardShortcut("A8", "pgn4web v" + pgn4web_version + " debug info", function(t,e){ displayDebugInfo(… 485 boardShortcut("B8", "show current position FEN string", function(t,e){ displayFenData(); }, true); 487 boardShortcut("C8", "show current game PGN source data", function(t,e){ if (e.shiftKey) { savePgnDa… 489 boardShortcut("D8", "show all games PGN source data", function(t,e){ if (e.shiftKey) { savePgnData(… 491 boardShortcut("E8", "search help", function(t,e){ displayHelp("search_tool"); }, true); 493 boardShortcut("F8", "shortcut keys help", function(t,e){ displayHelp("shortcut_keys"); }, true); [all …]
|
| D | engine.js | 45 …boardShortcut("A8", "pgn4web v" + pgn4web_version + " debug info", function(t,e){ if (e.shiftKey) … 46 …boardShortcut("E8", "open/update analysis board", function(t,e){ showEngineAnalysisBoard(e.shiftKe… 47 …boardShortcut("F8", "close/pause analysis board", function(t,e){ if (engineWinCheck()) { if (e.shi…
|