]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/mac.bind
Fix key bindings for math space (#8974)
[lyx.git] / lib / bind / mac.bind
index 2cb306dfc139d6170e90d3b2d5ea2e4220f0ff6e..7854b452ce497ded07bb5a13a4a5f9e1652aa8a0 100644 (file)
@@ -78,8 +78,10 @@ Format 1
 #  -: "Shift-Tab"                    # Navigate through controls in a reverse direction
 #  +: "Control-Tab"                  # Move focus to the next grouping of controls in a dialog or the next table (when Tab moves to the next cell)
 \bind "M-Tab"                        "buffer-next"
+\bind "A-Tab"                        "buffer-next"
 #  +: "Shift-Control-Tab"            # Move focus to the previous grouping of controls
 \bind "M-S-BackTab"                  "buffer-previous"
+\bind "A-S-BackTab"                  "buffer-previous"
 #  +: "fn-Delete"                    # Forward Delete (on portable Macs' built-in keyboard)
 \bind "Delete"                       "char-delete-forward"
 #  ?: "Control-F1"                   # Toggle full keyboard access on or off
@@ -350,7 +352,7 @@ Format 1
 \bind "M-Return"                     "paragraph-break inverse"
 \bind "C-Return"                     "newline-insert newline"
 \bind "C-S-Return"                   "newline-insert linebreak"
-\bind "A-space"                      "command-alternatives space-insert protected ; math-space"
+\bind "A-space"                      "command-alternatives math-space ; space-insert protected"
 \bind "nobreakspace"                 "space-insert protected"
 \bind "C-A-space"                    "space-insert normal"
 \bind "S-A-space"                    "space-insert thin"
@@ -358,8 +360,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"