CM521: After initializing, how do I manually 'homing cycle'

Ok, diving into the grbl v1.1 MDI commands has yielded the “$H” command for the homing cycle. Definitely not as accessible as a dedicated interface button on the Jog page, but at least now I know how to manually initiate the homing cycle if needed…

I would still like to know where I can input direct coordinates for jogging the machine to a location, as mentioned here:
https://wiki.shapeoko.com/index.php/Carbide_Motion_Machine_Control_Software#Keyboard_options

Blockquote

  • Main screen
    • L — log window
    • M for an “MDI” window which allows manually interacting w/ Grbl.[10]
  • Jogging[11]
    • Arrow keys jog in the X/Y plane
    • ./, jog the Z-axis, +/- or <> or page up/down[12]
    • 1–5 — speed control 1 = Jog Fast thru 5 = jog 0.01 mm
  • Homing / setting machine position / offset
    • note that the fields displaying machine coordinates are editable! and one may directly type into them.[13]

Blockquote

Neither ‘Machine Position’ nor ‘Work Position’ allows for the displayed coordinates to be edited…

Is jogging to a specified direct-input coordinate possible (outside of running g-code)?