mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add Option-Tab resp. Option-Shift-Tab for buffer-next/previous because Control-Tab doesn't work anymore
This commit is contained in:
parent
b8631e849c
commit
f768aadc88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user