Issue 88811

Summary: Support new key functionality in EditEngine
Product: General Reporter: philipp.lohmann
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m10   
Target Milestone: ---   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description philipp.lohmann 2008-04-28 14:06:23 UTC
With issue 87830 support for system wide hotkeys for functionality like "move
word forward" etc. was added to Edit engine. However there is funtionality
available in writer that is not yet in edit engine (at least I didn't find it in
the key handler) which the mac has key definitions for. These currently are

com::sun::star::awt::Key::{
    DELETE_TO_BEGIN_OF_LINE,
    DELETE_TO_END_OF_LINE,
    MOVE_TO_BEGIN_OF_LINE,
    MOVE_TO_END_OF_LINE,
    SELECT_WORD,
    SELECT_LINE,
    SELECT_PARAGRAPH,
    SELECT_ALL
}