]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
Move Foils (FoilTeX) section in Additional.lyx to Chapter 3 Document classes
[lyx.git] / lib / bind / cua.bind
index 4e415c2b26c0d6307de24780db57de6225331fae..ac4236a4701dfbcd63bd488b81762adf850b0345 100644 (file)
@@ -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"