mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #251] Interoperability with python's keyboard library #212
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beyarkay on GitHub (Nov 6, 2022).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/251
Hi there!
Just wondering what it would take for this to work with python's
keyboardlibrary?I want to be able to send keystrokes via the library and have keycastr display them. But what is actually happening is that the library is sending the keystrokes correctly but keycaster is displaying just an
afor every keystroke, regardless of what I type. Is this something on the libraries side or on keycastr's side?@akitchen commented on GitHub (Nov 7, 2022):
Thanks for opening an issue. I would expect this to be supported if the events generated by this library are like any others passed to keycastr in its event tap. It could also be something on keycastr's side, if we're not observing enough input event types in the event tap (see KCKeyboardTap.m)
Do you have a simple example you could share which demonstrates the issue? Pull requests are also welcome if you happen to figure out what adjustments are needed.
@akitchen commented on GitHub (Jun 23, 2023):
Assuming this is a problem with the events generated by the library you mentioned. Please reopen and/or share any interesting learnings.