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?
It is not possible to use keyboard modifiers with click
events using vis.js in network module (see http://visjs.org/docs/network/#Events).