Issue Summary: Hello, I am encountering an issue with default key mappings in WebViewer. Specifically, I am unable to disable or override the standard behavior of ALT+CLICK , which clones a form field.
Our application requires custom handling of key events, and this default functionality interferes with our workflow. I could not find a method in the API to disable or override this behavior.
Expected Behavior:
Ability to prevent ALT+CLICK from cloning form fields.
A method to override or disable built-in key mappings such as ALT+CLICK , CTRL+CLICK , and SHIFT+CLICK .
I tried the suggested approach using the addEventListener('mouseLeftDown', ...) method, but the issue persists—ALT+CLICK still clones the form field. Unfortunately, I could not find a way to prevent this behavior using the available API methods.
Do you have any additional recommendations for disabling or overriding this functionality?