Issue 88811 - Support new key functionality in EditEngine
Summary: Support new key functionality in EditEngine
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m10
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 14:06 UTC by philipp.lohmann
Modified: 2013-08-07 15:31 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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
}