]> 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 737a2c772143ecba8d12ab3de7b46743513e057b..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"
 
@@ -108,6 +108,7 @@ Format 5
 \bind "F2"                     "buffer-write force"
 \bind "F3"                     "word-find"
 \bind "S-F3"                   "word-find-backward"
+\bind "C-F3"                   "search-string-set"
 \bind "C-F4"                   "buffer-close"
 \bind "M-F4"                   "lyx-quit"
 \bind "F5"                     "screen-recenter"
@@ -115,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"
@@ -223,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"