mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00

The `modifier` option allows the Clipboard API to prevent the creation of a new instance of `ClipboardAction` if the `click` event object is not fired with a special key pressed. It basically functions as a new type of event. The keys 'ctrl', 'shift', 'alt' and 'meta' are supported.