eventsvis.jsmodifiersvis.js-network

How to use modifiers with click event in vis.js?


Is it possible to have an ALT+click, CTL+SHIFT+click, etc. events in vis.js network? How functions using such events can be defined and used?


Solution

  • It is not possible to use keyboard modifiers with click events using vis.js in network module (see http://visjs.org/docs/network/#Events).