X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fcua.bind;h=ac4236a4701dfbcd63bd488b81762adf850b0345;hb=8792e6418edaeecd5bb620d5a8072667c57137fd;hp=4e415c2b26c0d6307de24780db57de6225331fae;hpb=780cd7735c4dd60eb667893ea9410c149da2d483;p=lyx.git diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 4e415c2b26..ac4236a470 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -72,8 +72,8 @@ Format 5 \bind "C-S-M" "math-display" \bind "C-M-n" "command-sequence math-display; math-number-toggle;" -\bind "C-f" "dialog-toggle findreplace" -\bind "C-S-f" "dialog-toggle findreplaceadv" +\bind "C-f" "dialog-show findreplace" +\bind "C-S-f" "dialog-show findreplaceadv" \bind "C-i" "inset-toggle" # 'i' for Inset \bind "C-M-i" "inset-settings" @@ -116,6 +116,8 @@ Format 5 \bind "C-M-Down" "scroll line down" \bind "C-M-Prior" "scroll page up" \bind "C-M-Next" "scroll page down" +\bind "F6" "tab-group-next" +\bind "S-F6" "tab-group-previous" \bind "C-F6" "buffer-next" \bind "C-S-F6" "buffer-previous" \bind "F7" "dialog-show spellchecker" @@ -224,8 +226,8 @@ Format 5 # Edit group # -\bind "C-Delete" "word-delete-forward" -\bind "C-BackSpace" "word-delete-backward" +\bind "C-Delete" "word-delete-forward confirm" +\bind "C-BackSpace" "word-delete-backward confirm" \bind "M-Return" "paragraph-break inverse" \bind "C-Return" "newline-insert newline" \bind "C-S-Return" "newline-insert linebreak"