What are you working on? - Programming On Unix
Users browsing this thread: 64 Guest(s)
|
|||
So im now officially stuck on both programs im working on.
On my swipe n execute program, while the configuration file is being read, the buttons seem to end up getting all of the combos and commands that were set in the file. I took a break on that one and got started on my keyboard program. My first problem was that I had a hard time finding an easy to install library that sent keystrokes virtually (without physical keyboard). I found that I can do that with 'xdotool', so now the program needs that program to work. Another problem, which im now stuck on, is that when i click on the program, focus is sent to it, and not the window that needs to be typed on. I cant find a way to either prevent the program to take focus, or give focus to a previous window. Programming is hard ;_;
github: https://github.com/mrmistah
|
|||