Home › Forums › Community Projects › Hotkey
Tagged: shortcut, timetracking, Tobii
- This topic has 5 replies, 1 voice, and was last updated 1 week, 5 days ago by petslover.
- AuthorPosts
- 25/09/2017 at 16:11 #7413Peter TóthParticipant
Hi, I’ve checked the developer’s documentation.
I would like to do this:if (userPresence.IsUserPresent()){ **Trigger a button push event }
I’m using time tracker software to measure my worked hours. I would like to start-stop counter automatically with a keyboard shortcut (CTRL+ALT+J , CTRL+ALT+]).
I can see the information about Tobii methods/functions, but I don’t have a clue how can I make interactions with the OS.
Thank you,
Peter26/09/2017 at 19:16 #7418Grant [Tobii]KeymasterHi @pitt, in terms of using The Core SDK in conjunction with OS interactors, you might find a previous forum post useful.
The user had found a way to use the AutohotKey software which is ideal for emulating keyboard presses (and provides a simple interface to common windows commands) to work in tandem with EyeX SDK.
Whilst the EyeX SDK has now since been deprecated and replaced with the Core SDK, I think the code and methodology he shared may still be useful for your needs.
You can checkout the original post @ http://developer.tobii.com/community/forums/topic/accessing-gaze-data-stream-with-autohotkey/
Have a look over and let me know what you think!
27/09/2017 at 23:02 #7423Peter TóthParticipantThx, I’ve found this post before then I asked this. I supposed there is some very easy solution for interacting with the OS, as I can see, there isn’t.
02/10/2017 at 14:30 #7434Grant [Tobii]KeymasterHi @pitt, certainly interactions with the OS are outside the scope of the Tobii Core SDK (And related Tobii SDK’). I would recommend a site such as stackoverflow which may provide you specific code snippets for your needs. In any event, if you manage to get up and running, it would be great if you could share your efforts on the projec page for the forum. Best of luck.
02/10/2017 at 17:11 #7435Peter TóthParticipantI’m a sw developer for 10+ years, I know stackowerflow very well, I tried to find the solution on the whole internet of course.
Developing with tobii needs to many footprints on my OS, not worth it to mess with it. This is a little bit disappointing. It should be this part so much easier.
And I think there should be a javascript library that can interact with tobii and browsers-web apps seamlessly. This product in this current phase a bit money for nothing.
Thank you for your help, though 🙂20/11/2024 at 10:22 #30185petsloverParticipantA hotkey, also known as a shortcut key, is a combination of keyboard keys pet care that perform specific actions or commands within a software application or operating system. Hotkeys are designed to save time and improve productivity by eliminating the need to navigate through menus or perform multiple clicks for routine tasks. For example, pressing Ctrl + C to copy or Ctrl + V to paste are common hotkeys used across various platforms. Many applications allow users to customize hotkeys, enabling a more personalized workflow. Learning and using hotkeys effectively can greatly enhance efficiency, especially for tasks that are repeated frequently, such as editing, coding, or gaming
- AuthorPosts
- You must be logged in to reply to this topic.