CTRL+G (Go To) - Launches a dialog that allows the user to type a coordinate position on the board to go to, with a list of saved locations afterward and the buttons New, Load, Delete, and Cancel
Go To could easily be added by 2.84b or even as a very last-minute 2.84 feature. The saved positions are more work as it's basically a complete replacement of the CTRL+# system and they need to be saved to a world.editor.cnf.
Due to accessibility constraints, the saved positions can not be validated until they are handled by the user interface.
saved_position = name, board#, x, y
Size: 34x18 (not including shadow) Focus starts on X coord. +---------=---------=---------=--+ | [00000][-][+] [00000][-][+] |\ | || | Stored positions: || | | Name of pos ..........24 | || | | Etc (x10 more) | || | || | [NEW] [LOAD] [DELETE] [CANCEL] || +---------=---------=---------=--+| \---------------------------------+ Enter: X: moves focus to Y Y: goto X,Y on current board List: load selected saved position New: input prompt for new stored position name Load: same as enter on list Delete: delete selected saved position Cancel: same as escape