command-line-parameter "/K=..." doesn't work
content of batch-file:
set STARTPATH = %cd% if not exist %windir%\fonts\tspecial1.ttf copy tspecial1.ttf %windir%\fonts\ if not exist %windir%\fonts\DejaVuSansMono.ttf copy DejaVuSansMono.ttf %windir%\fonts\ cd %STARTPATH% start ttermpro.exe /K=GB_KEYBOARD_External.cnf /F=gb_teraterm.ini /W="<Direct-connection, PF1 <=> Num>"
This issue was fixed at r5834.
If I started in the past TeraTerm via a DOS-batch-file I used several commandline-parameters. One of my bat-files looks like that:
set STARTPATH = %cd% if not exist %windir%\fonts\tspecial1.ttf copy tspecial1.ttf %windir%\fonts\ if not exist %windir%\fonts\DejaVuSansMono.ttf copy DejaVuSansMono.ttf %windir%\fonts\ cd %STARTPATH% start ttermpro.exe /K=GB_KEYBOARD_External.cnf /F=gb_teraterm.ini /W="<Direct-connection, PF1 <=> Num>"
With the new TeraTerm-version (4.86) it seems that the keyboard-config-file won't be loaded. If I load (after start of TeraTerm has been completed) the keyboard-file manually via "Menu" => "Setup" => "Load key map" everything is o.k. With the old TeraTerm-version 4.82 there is no problem, the key-map-file will be loaded well.