Home › Forums › DITA and XMetaL Discussion › Configure Key Space Association › Reply To: Configure Key Space Association
Reply to: Configure Key Space Association
November 18, 2014 at 8:24 pmOK, well I guess whatever they tried didn't fix this particular issue.
Can you provide a list of the fonts (a directory listing of file names from C:WindowsFonts) installed on your machine?
Here is the content of a .bat file that should write a txt file into your per-user TEMP folder:
[code=.bat file to write out list of font files]c:
cd C:WindowsFonts
dir *.* > %temp%fontlist.txt
pause[/code]
To get to that folder after you run the batch file you can enter %TEMP% into the Windows Explorer address bar.
If you want to write elsewhere just change the path in line 3.
Then export the Fonts registry key and send the text content as well. It think that key is usually (always?) here:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts
If you don't want to post that information here please submit a support case.
Hopefully this will give us a clue when I compare it to a working system here. That assumes my guess is correct.