What's the most appropriate way to detect when a user is idle or not using a textual app? #4700
-
Hi, I can handle the minimize window/switch application case with 'Blur' (and/or So, I'm thinking I would need to implement a global Before I continue down this path however, I wanted to see if there is already a solution that works well for my needs and get any insight from all of you smart folk on how to implement this. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you are on the right track, but I think it will be simpler that what you have in mind. Implement |
Beta Was this translation helpful? Give feedback.
I think you are on the right track, but I think it will be simpler that what you have in mind. Implement
on_mount
, and start or reset a timer on an inout event, for whatever period you would consider idle.