Skip to content

Checking to see if an application would be viable with Tauri #10403

Answered by FabianLars
andrewtavis asked this question in Q&A
Discussion options

You must be logged in to vote

The GUI would be able to log the keystrokes of the user in any other application
Are there any limitations as far as GUIs not being able to read in activity from other applications

First of all, Tauri doesn't has anything built-in for that, but there are crates like rdev that do a pretty good job.

In general this is a bit platform dependent, while Windows shouldn't be a problem, Wayland users on Linux could be a problem, and macOS also has permission requirements (see rdev readme) but should work if granted.

The rest sounds like really ever GUI framework should be able to handle, Tauri included.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@andrewtavis
Comment options

@RyanPaulGannon
Comment options

@FabianLars
Comment options

Answer selected by andrewtavis
Comment options

You must be logged in to vote
4 replies
@andrewtavis
Comment options

@Shotman
Comment options

@andrewtavis
Comment options

@andrewtavis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants