Enable key navigation for chess games.
This commit is contained in:
parent
ee3ba7c3d4
commit
a4ae7fd44c
@ -40,4 +40,5 @@ layout: default
|
|||||||
SetImageType("png");
|
SetImageType("png");
|
||||||
SetGameSelectorOptions("Выбрать партию ...", false, 0, 0, 0, 15, 15, 0, 10); // (head, num, chEvent, chSite, chRound, chWhite, chBlack, chResult, chDate);
|
SetGameSelectorOptions("Выбрать партию ...", false, 0, 0, 0, 15, 15, 0, 10); // (head, num, chEvent, chSite, chRound, chWhite, chBlack, chResult, chDate);
|
||||||
SetCommentsIntoMoveText(false);
|
SetCommentsIntoMoveText(false);
|
||||||
|
SetShortcutKeysEnabled(true);
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user