Using a small picture instead of a keyboard symbol?
XanMag
30 Mar 2018, 02:21Is it possible to use a small picture instead of a > or other symbol on the command bar?
I assume it is done in the cursor for commands box under the interface tab?
Thanks in advance!

K.V.
30 Mar 2018, 02:42Yes.

K.V.
30 Mar 2018, 02:47<span><image src="https://secure.gravatar.com/avatar/4b45a3afd18077f76f6569225c422bdb?d=retro"/></span>

K.V.
30 Mar 2018, 02:55Then, if you want it to look like the normal command box besides the image being there:
Add this to a turn script and User Interface Initialisation:
JS.eval ("$('#txtCommand').css({'outline':'1px solid orange','padding':'4px'}).attr('placeholder','Type here...')")
XanMag
30 Mar 2018, 03:07Egg-cellent! Thanks.