Paul Barton

Results 50 comments of Paul Barton

Here is the spec. [PRO2_API_03.pdf](https://github.com/SavinaRoja/DMXEnttecPro/files/7963834/PRO2_API_03.pdf)

http://idpf.org/epub/vocab/structure/

Just fixed a critical interface issue in version 0.5.2, but I will have to wait til tomorrow to update PyPI

@Fry2412 this is the current version of Python-Xlib http://sourceforge.net/projects/python-xlib/files/python-xlib/0.15rc1/ and you can easily install it with `pip install http://sourceforge.net/projects/python-xlib/files/python-xlib/0.15rc1/python-xlib-0.15rc1.tar.gz/download`. It works with Python2.7. On another note, active development of PyKeyboard...

This will do a combined key press: ``` #Create an Alt+Tab combo k.press_key(k.alt_key) k.tap_key(k.tab_key) k.release_key(k.alt_key) ``` If you want to listen for a series of keys or combinations of keys,...

Hey @pikusinski I don't want to leave you hanging... I am currently working on improving how to work with listening for key actions so I haven't worked on examples. I'll...

@pikusinski I just put in some code that seems to work well enough for Linux using PyKeyboardEvent if you wanted to try it out. Here's a bit of example code...

I've been (slowly, I'm afraid) reading up on how to handle arbitrary keyboard layouts in PyKeyboard. I hope to make some progress on this in a few days.

I'll have to take a closer look at this. May I ask what your keyboard layout is?

Hey @ulno , thanks for opening this issue. We've had some light discussion about changing the licensing on PyUI come up every now and then. This reminded me that I...