Posted in apps
200
1:34 am, February 26, 2021
 

getting a random cursor in my chrome browser

I noticed this cursor appearing in my browser the other day, very strange as i dont remember enabling it.

Example:

I kinda forgot about it, but then decided to google it. 

Apparently its an accessibility setting called "Navigate pages with a text cursor", maybe they turned this on by default for some reason. but you can just toggle it off to "fix" it. 

Just go here:

Chrome Settings

Chrome Settings ​​-> Advanced -> Accessibility 

Just toggle that one off, it auto saves the setting so you can just close the settings window, which should fix the issue. 

Update: i think the reason this was happening was due to the F7 shortcut... must have pressed that sometime.

View Statistics
This Week
127
This Month
376
This Year
1431

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
"Let us prepare our minds as if we'd come to the very end of life. Let us postpone nothing. Let us balance life's books each day ... The one who puts the finishing touches on their life each day is never short of time."
Seneca
Random CSS Property

Custom properties (--*): CSS variables

Property names that are prefixed with --, like --example-name, represent custom properties that contain a value that can be used in other declarations using the var() function.
--* css reference