]> git.lyx.org Git - features.git/commitdiff
add Option-Tab resp. Option-Shift-Tab for buffer-next/previous because Control-Tab...
authorStephan Witt <switt@lyx.org>
Fri, 27 Sep 2013 17:53:12 +0000 (19:53 +0200)
committerStephan Witt <switt@lyx.org>
Fri, 27 Sep 2013 17:53:58 +0000 (19:53 +0200)
lib/bind/mac.bind

index 00214526fba8424bb897aef1633f4bb7a1e66dae..170d2b21337e72145a863d0d24a4068bea8db309 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