bindings.click.shift
This package is intended for consumption via the @profiscience/knockout-contrib metapackage
Built-in click binding, filtered for shift+click
NOTE: Consider mobile users (where there is no access to shift) when using this binding
Usage
Accepts a function with the same API as the built-in [click-binding][]
<div data-bind="click.shift: (event, data) => console.log(data)"></div>