Hide mouse cursor option?
planned
J
Jelle Brouwer
For some working tasks it's not ideal to have a cursor in view (e.g., visual working memory tasks). I've added a bit of html code that you can implement yourself if you want to hide specific images, but it would necessitate you to make duplicates of every image you hide (i.e., one copy where you hide the cursor, and another where you don't). For this reason, it's a bit inelegant.
N.B.: For the code, there are two images called "IMAGE_TO_HIDE_CURSOR_FOR.png" and "ANOTHER_IMAGE_TO_HIDE_CURSOR_FOR.png".
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hide Cursor for Specific Images</title>
<style>
/
Hide cursor for these images
/img[src*="IMAGE_TO_HIDE_CURSOR_FOR.png"],
img[src*="ANOTHER_IMAGE_TO_HIDE_CURSOR_FOR.png"] {
cursor: none;
}
</style>
</head>
<body>
K
Katrina McDonough
Hello, I would also like to see the feature implemented. I require a task that hides the cursor on some but not all screens in a display within Task builder 2. Thank you, Jelle, for providing this code, however I can't seem to get this to work for my task. Would you mind sharing your task so I can try this? Thanks!
Jade Pickering (Head of Product)
Katrina McDonough Hi Katrina, if you want some help implementing the code that Jelle kindly provided then you can always ask our peer-led Facebook group for support https://www.facebook.com/groups/GorillaCommunity
For anything else we can help on the support desk, but for custom scripting the Gorilla community is your best bet :)
Jade Pickering (Head of Product)
planned
Hi Jelle, thanks for sharing this! I'm sure other researchers will want this and it's on our roadmap to allow this natively within our tooling in future. In the meantime, you could always share a task with this example on Gorilla Open Materials? https://app.gorilla.sc/open-materials