commit 0f5589e2a11d79987c6e11df903eb7175ff10c21
Author: Scott Kostyshak <[email protected]>
Date: Mon Jun 10 19:56:09 2013 -0400
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.
diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind
index af90fbe..5800628 100644
--- a/lib/bind/cua.bind
+++ b/lib/bind/cua.bind
@@ -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"
diff --git a/lib/bind/emacs.bind b/lib/bind/emacs.bind
index 384d638..9001111 100644
--- a/lib/bind/emacs.bind
+++ b/lib/bind/emacs.bind
@@ -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"
diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind
index 2cb306d..0021452 100644
--- a/lib/bind/mac.bind
+++ b/lib/bind/mac.bind
@@ -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"
diff --git a/lib/bind/sciword.bind b/lib/bind/sciword.bind
index e582c05..091eab4 100644
--- a/lib/bind/sciword.bind
+++ b/lib/bind/sciword.bind
@@ -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"
diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind
index 77501cd..569eba3 100644
--- a/lib/bind/xemacs.bind
+++ b/lib/bind/xemacs.bind
@@ -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"