mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
78780e7b38
commit
0f5589e2a1
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user