]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
Update ru docs
[lyx.git] / lib / bind / xemacs.bind
index 7ccf816f2b759a1c633f7c4a8a1b306439972e58..135b13303b2b01b494ac8e2f90de87fb5aa29876 100644 (file)
 #
 # Happy tuning!
 
-Format 2
+Format 5
 
 \bind "C-~S-at"                        "mark-on"
 \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"
@@ -77,8 +77,8 @@ Format 2
 \bind "C-~S-slash"             "undo"
 \bind "C-~S-underscore"        "undo"
 
-\bind "~S-M-quotedbl"          "quote-insert single"
-\bind "~S-C-quotedbl"          "self-insert \""
+\bind "~S-M-quotedbl"          "quote-insert inner"
+\bind "~S-C-quotedbl"          "quote-insert outer auto plain"
 
 \bind "C-x a"                  "buffer-auto-save"
 # not currently supported
@@ -130,7 +130,7 @@ Format 2
 
 #bind "F1"                     "help"                          # Not yet implemented!
 #bind "C-F1"                   "help-context"                  # Not yet implemented!
-#\bind "F2"                     "buffer-write"
+\bind "F2"                     "buffer-write force"
 #\bind "F3"                     "file-open"
 #bind "F4"                     "------"
 #bind "F5"                     "------"
@@ -147,10 +147,10 @@ Format 2
 # Motion group
 #
 
-\bind "M-Up"                   "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up"
-\bind "M-Down"                 "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down"
-\bind "M-Right"                "inset-modify tabular move-column-right"
-\bind "M-Left"                 "inset-modify tabular move-column-left"
+\bind "M-Up"                   "command-alternatives outline-up; paragraph-move-up; tabular-feature move-row-up"
+\bind "M-Down"                 "command-alternatives outline-down; paragraph-move-down; tabular-feature move-row-down"
+\bind "M-Right"                "tabular-feature move-column-right"
+\bind "M-Left"                 "tabular-feature move-column-left"
 \bind "C-Right"                "word-right"
 \bind "C-Left"                 "word-left"
 \bind "C-Up"                   "paragraph-up"
@@ -220,10 +220,10 @@ Format 2
 # 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"
@@ -328,7 +328,7 @@ Format 2
 \bind "C-c C-e d"              "layout Description"
 \bind "C-c C-e e"              "layout Enumerate"
 \bind "C-c C-e i"              "layout Itemize"
-\bind "C-c C-e l"              "layout List"
+\bind "C-c C-e l"              "layout Labeling"
 \bind "C-c C-e m"              "math-display"  # should this be math-mode?
 \bind "C-c C-e q"              "layout Quote"
 \bind "C-c C-e S-q"            "layout Quotation"