]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/mac.bind
Update ru docs
[lyx.git] / lib / bind / mac.bind
index 8d54e4c077b8a53eb78e8e13d6afd93baef8f13d..5d9b397d1e1a5f24764d019438b30dc4132e23f6 100644 (file)
@@ -53,13 +53,13 @@ Format 5
 #  +: "Control-B"                    # Move one character backward
 \bind "M-b"                          "char-backward"
 #  +: "Control-D"                    # Delete the character in front of the cursor
-\bind "M-d"                          "char-delete-forward"
+\bind "M-d"                          "char-delete-forward confirm"
 #  +: "Control-E"                    # Move to end of line/paragraph
 \bind "M-e"                          "line-end"
 #  +: "Control-F"                    # Move one character forward
 \bind "M-f"                          "char-forward"
 #  +: "Control-H"                    # Delete the character behind the cursor
-\bind "M-h"                          "char-delete-backward"
+\bind "M-h"                          "char-delete-backward confirm"
 #  -: "Control-K"                    # Delete from the character in front of the cursor to the end of the line/paragraph
 # used by menu.bind - keymap
 #  +: "Control-L"                    # Center the cursor/selection in the visible area
@@ -83,7 +83,7 @@ Format 5
 \bind "M-S-BackTab"                  "buffer-previous"
 \bind "A-S-BackTab"                  "buffer-previous"
 #  +: "fn-Delete"                    # Forward Delete (on portable Macs' built-in keyboard)
-\bind "Delete"                       "char-delete-forward"
+\bind "Delete"                       "char-delete-forward confirm"
 #  ?: "Control-F1"                   # Toggle full keyboard access on or off
 #  +: "Control-F2"                   # Move focus to the menu bar
 #  +: "Control-F3"                   # Move focus to the Dock
@@ -143,8 +143,8 @@ Format 5
 \bind "C-e"                          "search-string-set"
 \bind "C-M-e"                        "font-emph"
 #  +: "Command-F"                    # Open a Find window
-\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"
 #  -: "Option-Command-F"             # Move to the search field control
 #  +: "Command-G"                    # Find the next occurrence of the selection
 \bind "C-g"                          "word-find-forward"
@@ -348,8 +348,8 @@ Format 5
 # Additional Edit group
 #
 
-\bind "A-Delete"                     "word-delete-forward"
-\bind "A-BackSpace"                  "word-delete-backward"
+\bind "A-Delete"                     "word-delete-forward confirm"
+\bind "A-BackSpace"                  "word-delete-backward confirm"
 \bind "M-Return"                     "paragraph-break inverse"
 \bind "C-Return"                     "newline-insert newline"
 \bind "C-S-Return"                   "newline-insert linebreak"