Managing input key shortcuts within Gantt Chart Library and Project Management Library for WPF

In order to manage input key shortcuts such as disabling built-in key shortcuts and/or defining custom key shortcuts for different commands in controls within Gantt Chart Library for WPF or Project Management Library for WPF you need to manage the InputBindings collection of the appropriate control instance.

You can view an optional implementation example of the above (commented out, though) within the Commands sample applications for the available ListView based controls.

Where can I find sample applications?