how can I force Xboard to stay in Training mode when loading the next game from a pgn-file?
I can load the first game with Training mode enabled but as soon as I load the next game I have to enable Training mode again. I'm under Linux and the shortcuts I created with .Xdefaults (and .Xresources) to bypass this problem don't work unfortunately.
Is there a way to make it stay in training mode?
Maybe it's more clear what I try to do if you see the command I'm already using:
- Code: Select all
xboard -size small -noChessProgram True -mode Training -lgf /home/roman/Chess/polgar.pgn -lgi 306 -td -1
Works fine for the first game (or position) but Training mode is disabled if the next game is loaded ...
best regards
Roman
PS: I did not yet fumble around with the sources as there is certainly a way to make it behave like I would it to.