-
I'd like to detect *real* mouse wheelscrolls, and based on timing condition (to detect if there is a fast "acceleration"), then generate additional scrollwheels with `pynput`. Problem: the real wheels…
-
The way NohBoard displays key code 20 seems to alternate between two behaviors: the expected behavior where the key code is read while Caps Lock is being held, and an unexpected behavior where the ind…
-
my laptop:
asus vivobook X571LH_F571LH
windows 10
-
**Description**
Keyboard listening on MacOS (M1 Pro) works and logs all keys. But it crashes after pressing Caps Lock
**Platform and pynput version**
macOS Monterey (12.6), M1 Pro. Pynput 1.7.6, …
-
raise ImportError('this platform is not supported: {}'.format(
ImportError: this platform is not supported: ('failed to acquire X connection: Bad display name ""', DisplayNameError(''))
-
**Description**
pynput types `>` instead of `|`.
**Platform and pynput version**
- Manjaro Linux
- pynput 1.7.6
**To Reproduce**
```python
from pynput.keyboard import Controller
…
vaygr updated
7 months ago
-
**Description**
Hello, I want to ask for help, I can't use pynput in MacOS Monterey 12.0.1 + M1 environment
```
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Ver…
-
OS : EndeavourOS
Kernel : 6.1.57-1-lts
DM : lightdm 1:1.32.0-4
xorg : xorg-server 21.1.8-2
运行后报错如下:
```
$ keymousego
Traceback (most recent call last):
File "KeymouseGo.py", line 11, in
…
-
**Describe the bug**
A clear and concise description of what the bug is.
My mouse clicks are not registered when I record my macro for my Roblox client.
**To Reproduce**
Steps to reproduce the beh…
-
**Description**
After upgrading to the latest Ubuntu version, some of the keys stopped working. I've debugged a bit and it seems that the key is incorrectly parsed. See below for examples.
**Plat…