Caldas Lopes

Results 9 issues of Caldas Lopes

**Description** pprint(vars(key)): `{'__objclass__': , '_name_': 'delete', '_value_': }` **Platform and pynput version** Linux Mint 20.2, last pynput (12/12/21) running uinput backend.

uinput

There are systems where pynput is not packaged, so I had to use it as an application submodule. This is what I needed to do.

Tested on Linux with pt-PT keyboard.

### Problem to Solve Related do #7242 , I'm working on pt_pt and naturally the custom field labels are correct, but is there any way to relabel "user_nicename", "display_name" and...

Type: Enhancement

### Description On a simple page, I have to use the shortcode `[pods-form name="user" where="ID={@user.id}" fields=”null,user_nicename,display_name,escola,numero,estatuto,categoria,departamento,grupo,null”]`, otherwise the first and last field don't appear. ### Version 3.0.10 ### Testing Instructions...

Type: Bug

Waiting for a mac developer to debug...

I'm on a laptop, and found that the touchpad move event are associated with EV_ABS, so to receive "MoveEvent" I had to change `listen(queue)` at _nixmouse.py: ```python elif type ==...

Fortunately, this can be easily achieved by replacing _nixcommon.py with the more updated [keyboard/_nixcommon.py](https://github.com/boppreh/keyboard/blob/master/keyboard/_nixcommon.py) version, and removing "ensure_root" from _nixmouse.py.

After implementing #102 I started using mouse lib, until I got stuck on this issue. I can't use a popup menu and can't find a solution. Minimal demo: ```python import...