summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d1d814)
raw | patch | inline | side by side (parent: 5d1d814)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 18 Jul 2008 03:24:43 +0000 (03:24 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 18 Jul 2008 03:24:43 +0000 (03:24 +0000) |
doc/keys.xml | patch | blob | history |
diff --git a/doc/keys.xml b/doc/keys.xml
index aaa8adc9805e750d503d82a94aa153b33921de40..d422676cf19d4f9c0676fee8edd3b01f368342c8 100644 (file)
--- a/doc/keys.xml
+++ b/doc/keys.xml
<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>
<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>