I would like to write 'Hello World' at the current position of the text cursor. This might be a terminal, or a textarea in Chrome in which I currently ask this question, or a Word application.
The use case is as follows:
The application is a symbol recognition system. It should be able to recognize rare symbols (like ü, ä, ö for non-germans or mathematical symbols like Σ). You can try the recognizer here.
Now I want to integrate it nicely in the operating system so that you don't have to switch to the browser, enter it, copy it, but can instead call the program with a shortcut:
- The app gets started/pops up with a keyboard shortcut
- saves where the text cursor was (however this could be done)
- opens a drawing area, the user draws, clicks on close
- the recognition is done, then the recognized sequence is written to wherever the text cursor was previously
I am interested in supporting:
- Windows 7 (e.g. when the user has Microsoft Word opened, text editor, a browser, ...)
- Linux Mint MATE (e.g. when the user is in a text editor, LibreOffice, a browser, ... )