tweecode / twine

UI for creating hypertext stories
http://twinery.org
657 stars 97 forks source link

Standard Mac text-editing shortcuts don't work right #71

Closed mistydemeo closed 11 years ago

mistydemeo commented 11 years ago

The usual Mac text editing shortcuts don't work correctly in Twine. Normally, the Mac shortcuts work like this:

Instead, those shortcuts work like this:

The normal platform-specific shortcuts work in Windows.

Is this a wxWidgets limitation, or something that could be fixed in Twine? I find it really hard to type in Twine when the shortcuts are different from the other software I use.

mistydemeo commented 11 years ago

Turns out this is an issue with StyledTextCtrl, but the keys are remappable. Pull request submitted.