Please note, this is a self answered question for reference. I haven’t found it documented for python, in spite of determined searching. Rather than create a listener for a specific element in a dialog, I want to “listen” to keyboard input for a text document. The object being to perform an action if certain keys or combinations are seen. Having
Tag: libreoffice
How do you install or activate PyUno in LibreOffice?
How do you make Python (any Python) know about PyUno in LibreOffice? When I do: python says that it knows no module “uno”. (This question came up re. this question.) Answer Here’s what I did: inside the LibreOffice directory, there is a “program” directory with a python.exe, if I use that python (which is at version 2.6.1), I can import