Pepijn de Vos

Results 186 comments of Pepijn de Vos

Maybe some inspiration could be taken from https://github.com/moses-palmer/pynput I guess we should document the accessibility settings for Mac installation instructions?

``` You can use xvfb if your pi is running headless. Sent from my BlackBerry 10 smartphone. From: RobertSent: maandag 28 december 2015 3:17 PMTo: SavinaRoja/PyUserInputReply To: SavinaRoja/PyUserInputSubject: Re: [PyUserInput]...

What are your thoughts regarding cross-platform compatibility for this change?

It contains Mac-specific implementations for a common interface. So I think it should also live in `base.py`. The `base.py` function could be a dummy that calls `click` twice, which is...

Actually, take a look at the `click` function in `base.py`, it takes a `n` parameter to do multiple clicks. So please override that in `mac.py` to work with `n=2`.

The question is if 2 clicks should be different from a double-click. We should think if it makes sense to say something like ``` python def click(self, x, y, button=1,...

If this issue is still happening, could you run it in pdb to see which line hangs? Most likely a problem with PyObjC.

@willwade how is your fork coming along? You seem to have some promising changes. I'm playing with ideas about how to get this project in a healthy state. There is...

What is your keyboard layout?

Yea, it only works correctly with US layouts. Patches welcome. I have no idea how to do this, let alone on all three platforms.