Add outline-{up,down} to alt-{up,down} binding

Now when the cursor is in e.g. a Section layout, alt-<down>
will dispatch 'outline-down'. Before, it would dispatch a
'paragraph-down', which I think makes less sense.
This commit is contained in:
Scott Kostyshak 2013-06-10 19:56:09 -04:00
parent 78780e7b38
commit 0f5589e2a1
5 changed files with 10 additions and 10 deletions

View File

@ -132,8 +132,8 @@ Format 1
# Motion group
#
\bind "M-Up" "command-alternatives paragraph-move-up; inset-modify tabular move-row-up"
\bind "M-Down" "command-alternatives paragraph-move-down; inset-modify tabular move-row-down"
\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up"
\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down"
\bind "M-Right" "inset-modify tabular move-column-right"
\bind "M-Left" "inset-modify tabular move-column-left"
\bind "C-Right" "word-right"

View File

@ -148,8 +148,8 @@ Format 1
# Motion group
#
\bind "M-Up" "command-alternatives paragraph-move-up; inset-modify tabular move-row-up"
\bind "M-Down" "command-alternatives paragraph-move-down; inset-modify tabular move-row-down"
\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up"
\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down"
\bind "M-Right" "inset-modify tabular move-column-right"
\bind "M-Left" "inset-modify tabular move-column-left"
\bind "C-Right" "word-right"

View File

@ -358,8 +358,8 @@ Format 1
\bind "C-period" "specialchar-insert end-of-sentence"
\bind "M-period" "specialchar-insert dots"
\bind "Escape" "cancel"
\bind "C-M-Up" "command-alternatives paragraph-move-up; inset-modify tabular move-row-up"
\bind "C-M-Down" "command-alternatives paragraph-move-down; inset-modify tabular move-row-down"
\bind "C-M-Up" "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up"
\bind "C-M-Down" "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down"
\bind "C-M-Right" "inset-modify tabular move-column-right"
\bind "C-M-Left" "inset-modify tabular move-column-left"
#\bind "F9" "meta-prefix"

View File

@ -231,8 +231,8 @@ Format 1
\bind_file greekkeys.bind
\bind "M-Up" "command-alternatives paragraph-move-up; inset-modify tabular move-row-up"
\bind "M-Down" "command-alternatives paragraph-move-down; inset-modify tabular move-row-down"
\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up"
\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down"
\bind "M-Right" "inset-modify tabular move-column-right"
\bind "M-Left" "inset-modify tabular move-column-left"
\bind "S-KP_Right" "char-right-select"

View File

@ -147,8 +147,8 @@ Format 1
# Motion group
#
\bind "M-Up" "command-alternatives paragraph-move-up; inset-modify tabular move-row-up"
\bind "M-Down" "command-alternatives paragraph-move-down; inset-modify tabular move-row-down"
\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up"
\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down"
\bind "M-Right" "inset-modify tabular move-column-right"
\bind "M-Left" "inset-modify tabular move-column-left"
\bind "C-Right" "word-right"