Add cursor color setting

Add cursor color setting

betazero
Advocate Advocate
920 Views
3 Replies
Message 1 of 4

Add cursor color setting

betazero
Advocate
Advocate

Please add cursor color setting. I like a uniform background color of 20,20,30 but block editor defaults the cursor to black unless you use a black background. Please just add a cursor color setting in the next version.

0 Likes
Accepted solutions (1)
921 Views
3 Replies
Replies (3)
Message 2 of 4

maxim_k
Consultant
Consultant
Hi Russell,

Which cursor color you need in block editor?
I'll try to help you to set it.

Maxim

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.


Maxim Kanaev
Architect
MARSS

MacACAD | Linkedin

Etiquette and Ground Rules of Autodesk Community
0 Likes
Message 3 of 4

maxim_k
Consultant
Consultant
Accepted solution

If you need, for example, white crosshairs color inside block editor, type at the command prompt (you can copy - paste this string):

 

(setenv "BEdit Xhair color" "16777215")

and hit Return.

 

To return back to the default color, type at the command prompt:

 

(setenv "BEdit Xhair color" "0")

and hit Return.

 

Maxim


Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.


Maxim Kanaev
Architect
MARSS

MacACAD | Linkedin

Etiquette and Ground Rules of Autodesk Community
Message 4 of 4

betazero
Advocate
Advocate

sweeeeet!!! Thank you kind sir 🙂

0 Likes