http://www-archive.mozilla.org/unix/customizing.html#keys
sounds like
cmd_beginLine cmd_endLine
are what you need to modify in the example given
<binding id="editorUser"> <handlers> <handler event="keypress" key="w" modifiers="control" command="cmd_deleteWordBackward"/> </handlers> </binding>
http://www-archive.mozilla.org/unix/customizing.html#keys
sounds like
cmd_beginLine cmd_endLine
are what you need to modify in the example given