mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
toc bind: 'dialog-show' -> 'dialog-toggle' (#8388)
Toggling is more intuitive for this dialog.
This commit is contained in:
parent
c983aa3049
commit
bede4d320b
@ -120,7 +120,7 @@ Format 2
|
||||
\bind "S-F7" "thesaurus-entry"
|
||||
|
||||
\bind "M-x" "command-execute"
|
||||
\bind "C-M-o" "dialog-show toc"
|
||||
\bind "C-M-o" "dialog-toggle toc"
|
||||
|
||||
\bind "F11" "ui-toggle fullscreen"
|
||||
|
||||
|
@ -144,7 +144,7 @@ Format 2
|
||||
#bind "F10" "------"
|
||||
|
||||
\bind "M-x" "command-execute"
|
||||
\bind "C-M-o" "dialog-show toc"
|
||||
\bind "C-M-o" "dialog-toggle toc"
|
||||
|
||||
\bind "M-equal" "buffer-zoom-in"
|
||||
\bind "M-plus" "buffer-zoom-in"
|
||||
|
@ -280,7 +280,7 @@ Format 2
|
||||
\bind "F7" "dialog-show spellchecker"
|
||||
\bind "S-F7" "thesaurus-entry"
|
||||
|
||||
\bind "C-M-o" "dialog-show toc"
|
||||
\bind "C-M-o" "dialog-toggle toc"
|
||||
|
||||
#
|
||||
# Additional Motion group
|
||||
|
Loading…
Reference in New Issue
Block a user