Searched refs:boardShortcut (Results 1 – 2 of 2) sorted by relevance
/plugin/pgn4web/pgn4web/ |
H A D | pgn4web.js | 511 boardShortcut("G7", "", function(t,e){}, true); // see setG7A6B6H6... 515 boardShortcut("A6", "", function(t,e){}, true); // see setG7A6B6H6... 517 boardShortcut("B6", "", function(t,e){}, true); // see setG7A6B6H6... 527 boardShortcut("G6", "", function(t,e){}, true); 529 boardShortcut("H6", "", function(t,e){}, true); // see setG7A6B6H6... 541 boardShortcut("F5", "", function(t,e){}, true); 543 boardShortcut("G5", "", function(t,e){}, true); 545 boardShortcut("H5", "", function(t,e){}, true); 597 boardShortcut("B1", "", function(t,e){}, true); // see setB1C1F1G1... 599 boardShortcut("C1", "", function(t,e){}, true); // see setB1C1F1G1... [all …]
|
H A 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…
|