Skip to content

Console gets cluttered when PyKeyboardEvent._tap doesn't recognize keycodes pressed #87

@nikanar

Description

@nikanar

I keep getting messages like :

Unable to determine character.
Keycode: 65 KeySym 0

in my console, each time I press Shift+Space (not that I mean to, it just happens and clutters the console).

It also happens when I press Ctrl+Shift+Tab, which I do mean to press (Keycode 23 KeySym 65056) and C+S+ left and right arrows (Keycode 113/114 Keysym 0), among others.

As a new user, it makes me think keypresses are listened to, which I didn't see advertised and feels slightly worrying. I can only hope it is not logged in order, at most in aggregated form. I mean, I type passwords sometimes, and very much want that signal to be forgotten on the spot by all watchers. Even in aggregated form, I'm not sure I want to store statistics about how my typing contains many more %, &, and w than otherwise usual, or how some days all I type are the letters "adoprssw". Very less all individual events with high-precision timing, which is what the docs seems to indicate.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions