On 28/6/2006, at 23:11, Jonathan Ragan-Kelley wrote:
[...] Clearly *some* editing mode or something is being triggered on ctrl-q
Maybe NSQuotedKeystrokeBinding (key binding style string):
This default controls the quote binding. The default is for this to be “^q” (that's Control-Q). This is the binding that allows you to literally enter characters that would otherwise be interpreted as commands. For instance “Control-Q Control-F” would insert a Control-F character into the document instead of performing the command moveForward:.
Google for more info.