mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #202] Keystrokes are not visible when Bitwarden is running in the background #170
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#170
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 @darmiel on GitHub (May 6, 2021).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/202
When Bitwarden is running in the background, the keystrokes are no longer displayed. Only when you close Bitwarden completely, the keystrokes are shown again. Is this the way it should be?
https://user-images.githubusercontent.com/71837281/117328900-605c8100-ae94-11eb-9ba1-c5cddb60673b.mov
@akitchen commented on GitHub (May 8, 2021):
That's interesting, my best guess is that somehow keycastr isn't getting key events while Bitwarden is enabled. Not sure there's much we can do about it without being able to debug it locally, and I'm not a Bitwarden user.
@darmiel commented on GitHub (May 9, 2021):
Looks like this is an electron thing: app.setSecureKeyboardEntryEnabled
👉 Apple TN2150
Doesn't look like there's anything you can do about it (on keycastr-side). I think that the issue can be closed with this.
EDIT: There is already an issue on Bitwarden/Desktop that describes exactly the problem: https://github.com/bitwarden/desktop/issues/738
@akitchen commented on GitHub (Jun 13, 2021):
It sort of makes sense, if secure input mode is meant to stop other applications receiving potentially sensitive keystrokes (similar to a password entry mode).
Closing this since we're not able to do anything about it, but thank you for opening an issue and following up.