I would like to develop an office add-in for Microsoft Word using HTML5/Javascript API and I need your help with the following questions:
Does the Word Javascript API have an event for "on key pressed"? so any time the user is typing in the document I will be able to catch that event on my add-in?
Is it possible to install a Word Add-in directly without using the office store? so I can bundle my add-in into my own installer (for example NSIS installer)
Thanks Shai