Gets or sets a value indicating whether physical keyboard actions are enabled.
If the keyboard is disabled, physical keyboard actions will be ignored, i.e. they are not passed
on to the system. However, the Keyboard events (like KeyDown) will
still be raised with the SuppressKeyPress property of the event
args set to true. To reenable specific keyboard events, set the
SuppressKeyPress of the event args to false.
