Peter F. Patel-Schneider

Results 136 comments of Peter F. Patel-Schneider

To fix, ``` --- a/lib/pynput/keyboard/_uinput.py +++ b/lib/pynput/keyboard/_uinput.py @@ -207,7 +207,7 @@ class Layout(object): | {Key.shift} if i & 1 else set() | {Key.alt_gr} if i & 2 else set()) for...

I use ``` > setxkbmap -query rules: evdev model: pc104 layout: us variant: alt-intl options: grp:shifts_toggle ``` Without the fix, the table looks like: ``` {'1': (2, {}), '!': (2,...

I ran into this trying to solve a tougher problem which is how to determine the correct keycodes when using multiple layouts. Here the problem is that the code needs...

This may be due to the following code in xorg_keysyms.py: ``` KEYSYMS = { keysym: name for name, (keysym, codepoint) in SYMBOLS.items() if codepoint} ``` Note the `if codepoint`, which...

Are these characters that have upper and lower case versions? If so, see Issue #445.

It looks as if the problem is in lib/pynput/_util/xorg.py ``` elif len(stripped) >= 6: # TODO: Find out why this is necessary; using only the documented # behaviour may lead...

The file doesn't have to be executable. However, you want to match the ease-of-use of PDF files, where you don't need to do any packing or unpacking. All you need...

Ease of use is a vital aspect of document dissemination. If it is harder to send around HTML-based scientific documents, then a lot of people just won't do it. It's...

The EPUB method is a full solution ONLY IF the result can be viewed as easily as PDF and WORD files can be viewed. That means without having to load...

Thanks for the path. I often have my Yoga rotated and use the touchpad then so I don't think this change is for me. If it is an option with...