Re: seeking advice on communication to external programs

2015-07-27 Thread Samuel Thibault
Hello, Eric S. Johansson, le Sat 18 Jul 2015 04:41:35 -0400, a écrit : > what is the "approved"/"official" method of talking to applications in the > Linux environment? I depends what you what to talk about. In your case, you want to implement an ibus module, to nicely plug into the input part o

seeking advice on communication to external programs

2015-07-18 Thread Eric S. Johansson
I'm working on a tool for speech recognition users that I call "memory pad". basically it's a Python dictionary with a speech UI on top. The key being what you say and the data being either what you inject to the input queue or you set with daily you've just dictated or typed. This is where