]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
Update ru docs
[lyx.git] / lib / bind / xemacs.bind
index b091ea12ffcf0f77fc361cdcf198e167c606a77a..135b13303b2b01b494ac8e2f90de87fb5aa29876 100644 (file)
@@ -33,7 +33,7 @@ Format 5
 \bind "C-a"                    "line-begin"
 \bind "C-b"                    "char-backward"
 #bind "C-c"                    "------" # see end of file
-\bind "C-d"                    "char-delete-forward"
+\bind "C-d"                    "char-delete-forward confirm"
 \bind "C-e"                    "line-end"
 \bind "C-f"                    "char-forward"
 \bind "C-g"                    "cancel"
@@ -53,9 +53,9 @@ Format 5
 # this is "quoted-insert" a total different meaning from "quote-insert"
 \bind "C-q"                    "self-insert \""
 #bind "C-r"                    "------"
-\bind "C-s"                    "dialog-toggle findreplace"
-\bind "C-S-s"                  "dialog-toggle findreplaceadv"
-\bind "M-~S-percent"           "dialog-toggle findreplaceadv"
+\bind "C-s"                    "dialog-show findreplace"
+\bind "C-S-s"                  "dialog-show findreplaceadv"
+\bind "M-~S-percent"           "dialog-show findreplaceadv"
 
 # should be "chars-transpose" (swaps two chars)
 #bind "C-t"                    "------"
@@ -220,10 +220,10 @@ Format 5
 # Edit group
 #
 
-\bind "M-Delete"               "word-delete-backward"
-\bind "C-Delete"               "word-delete-forward"
-\bind "M-d"                     "word-delete-forward"
-\bind "C-BackSpace"            "word-delete-backward"
+\bind "M-Delete"               "word-delete-backward confirm"
+\bind "C-Delete"               "word-delete-forward confirm"
+\bind "M-d"                     "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"