we have the problem, that none of the shortcuts in the PDFXChange viewer work by default.
We are using the PDFXchange Viewer SDK 2.5.191 and run the Full Demo C# sample.
We proved that on 3 machines (Win7 32Bit, Win7 64Bit).
As a workarround we exported the settings from a well working stand alone PDF XChange Viewer and imported them into the full demo sample.
After that, everything seems to work fine. Nevertheless, we are not quite happy with the workarround

To analyze the problem we exported the "bad" default settings and the "good" stand alone settings into the registry.
After that we exported both registry branches into separate files to compare them (see attached file).
We found out, that the "bad" default settings contain "Shortcut" blocks like this:
Code: Select all
[HKEY_CURRENT_USER\Software\PDFXChangeFullDemoBad\CtrlSettings\Commands\0001\Shortcut]
"Type"=dword:00000000
"Modifiers"=dword:00000000
My conclusion is, that the default settings are not correct.
Is that a bug that needs to be fixed?
Kind regards,
Tino