0

Backspace deletes front and back when using GoToMyPC (Mac -> Mac)

Luke Scott 12 years ago updated by Jon Skinner 12 years ago 1
So if you have:

file_p|ut_contents()

Where the cursor is in-between the "p" and the "u" and hit backspace you expect it to delete just "p" but it deletes both "p" and "u". This doesn't happen on any other editor. This forces me to use the delete key, which is supposed to delete just "u" (and this works).
I believe, but haven't confirmed, that this is caused by VNC triggering menus manually, and not dispatching key events in the usual manner, so Sublime Text's input handling is bypassed. Other functionality will also not be working correctly in this scenario.