diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-07-18 03:24:43 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-07-18 03:24:43 +0000 |
| commit | c2b6a7b55a3ed96f2413d74298817887bd9531e4 (patch) | |
| tree | 5db3399710685573852433b8940150274aa0be7f /doc | |
| parent | add pgup/pgdn in text, fix auto scrolling (diff) | |
| download | inkscape-c2b6a7b55a3ed96f2413d74298817887bd9531e4.tar.gz inkscape-c2b6a7b55a3ed96f2413d74298817887bd9531e4.zip | |
add pgup/pgdn in text
(bzr r6346)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/keys.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/keys.xml b/doc/keys.xml index aaa8adc98..d422676cf 100644 --- a/doc/keys.xml +++ b/doc/keys.xml @@ -1285,7 +1285,8 @@ with the segment; another Shift+S will expand a second handle</note> <mouse><key><ctrl/><up-arrow/></key> <key><ctrl/><down-arrow/></key> <action>move cursor by one paragraph</action></mouse> <keys><key><misc f="Home"/></key> <key><misc f="End"/></key> <action>go to beginning/end of line</action></keys> <keys><key><ctrl/><misc f="Home"/></key> <key><ctrl/><misc f="End"/></key> <action>go to beginning/end of text</action></keys> -<note>All these commands cancel current text selection, if any.</note> +<keys><key><misc f="PgUp"/></key> <key><misc f="PgDn"/></key> <action>move cursor by one screen</action></keys> +<note>All these commands cancel current text selection, if any. Use them with Shift to extend selection instead.</note> </group> <group> @@ -1337,6 +1338,7 @@ with the segment; another Shift+S will expand a second handle</note> <mouse><key><ctrl/><shift/><arrows/></key> <action>select text by word</action></mouse> <keys><key><shift/><misc f="Home"/></key> <key><shift/><misc f="End"/></key> <action>select to beginning/end of line</action></keys> <keys><key><ctrl/><shift/><misc f="Home"/></key> <key><ctrl/><shift/><misc f="End"/></key> <action>select to beginning/end of text</action></keys> +<keys><key><shift/><misc f="PgUp"/></key> <key><shift/><misc f="PgDn"/></key> <action>select one screen up/down</action></keys> <mouse><key><left-click/><left-click/></key> <action>select word</action></mouse> <mouse><key><left-click/><left-click/><left-click/></key> <action>select line</action></mouse> <keys><key><ctrl/>A</key> <action>select all text</action></keys> |
