Stefano Mazzocchi wrote:


On Thursday, Sep 25, 2003, at 16:00 Europe/Rome, Vadim Gritsenko wrote:


Stefano Mazzocchi wrote:


On Thursday, Sep 25, 2003, at 14:53 Europe/Rome, [EMAIL PROTECTED] wrote:


vgritsenko 2003/09/25 05:53:13

Modified: src/blocks/linotype/samples/scripts editor.js
Log:
Zap tabs and other formatting changes.
Comment out handling of Ctrl + Left/Right Arrows - it did not worked?



what do you mean? (curious)



I mean that after commenting out this part I can use my favorite key combinations -- Ctrl + LeftArrow, Ctrl + RightArrow, which allow cursor to jump one word left / right.


AFAIU, this code snippet does not work under mozilla (I guess it throws an exception which is ignored in catch block -- and FIXME on line 73 talks exactly about it as well), and as linotype works under mozilla only ("midas", right?), it kind of does not make sense. Let me know if I miss anything, it is easy to uncomment this code back.


on macosx, apple+leftarrow does back and you end up loosing all your content.

I think that's the reason why I turned it off... althought I don't think it was related with ctrl... hmmm,


On non-macosx, this will be alt+arrows. I patched script to ignore apple+arrows and alt+arrows. Don't know about ctrl+[ ctrl+] and apple+[ apple+] so it is commented out.

Vadim


Reply via email to