Home
last modified time | relevance | path

Searched refs:GoToMove (Results 1 – 2 of 2) sorted by relevance

/plugin/pgn4web/pgn4web/
Dparsing-tests.js19 GoToMove(hh, vv);
49 GoToMove(hh, vv);
Dpgn4web.js307 GoToMove(CurrentPly + 1);
424 GoToMove(oldPly, oldVar);
509 …oMoveText); } var oldPly = CurrentPly; var oldVar = CurrentVar; Init(); GoToMove(oldPly, oldVar); …
632 … "find previous comment or variation", function(t,e){ if (e.shiftKey) { GoToMove(CurrentPly - 10);…
633 …G1", "find next comment or variation", function(t,e){ if (e.shiftKey) { GoToMove(CurrentPly + 10);…
635 …")) { boardShortcut("B1", "move 10 half-moves backward", function(t,e){ GoToMove(CurrentPly - 10);…
636 …1")) { boardShortcut("G1", "move 10 half-moves forward", function(t,e){ GoToMove(CurrentPly + 10);…
639 …to parent variation", function(t,e){ if (e.shiftKey) { GoToMove(CurrentPly - 6); } else { GoToMove
640 …d", function(t,e){ if (e.shiftKey) { GoToMove(CurrentPly + 6); } else { if (!goToNextVariationSibl…
642 …1")) { boardShortcut("C1", "move 6 half-moves backward", function(t,e){ GoToMove(CurrentPly - 6); …
[all …]