]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
ui/*: re-indent according to LyX style
[lyx.git] / lib / bind / xemacs.bind
index b57784e35e7b97eb2daac7571f6a62dd06540863..838fbb366332b56873dbb44741c12ee3db224298 100644 (file)
@@ -61,7 +61,6 @@
 \bind "C-w"                    "cut"
 #bind "C-x"                    "------"
 \bind "C-y"                    "paste"
-\bind "C-S-Y"                  "layout-paste"
 
 #should be "lyx-iconify"
 #bind "C-z"                    "------"   # see end of file
 \bind "S-C-Home"               "buffer-begin-select"
 \bind "S-C-End"                "buffer-end-select"
 
+#
+# 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-Return"               "break-paragraph-keep-layout"
+\bind "C-Return"               "break-line"
+\bind "C-S-L"                  "ligature-break-insert"
+\bind "C-space"                        "protected-space-insert"
+\bind "C-period"               "end-of-sentence-period-insert"
+\bind "M-period"               "dots-insert"
+\bind "M-w"                    "copy"
+\bind "Escape"                 "meta-prefix"
+
 # Numeric keypad (if Shift+KP_XXX does not switch the NumLock state)
 \bind "S-KP_Right"              "forward-select"
 \bind "S-KP_Left"               "backward-select"
 \bind "S-KP_Delete"             "cut"
 
 
-#
-# 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-Return"               "break-paragraph-keep-layout"
-\bind "C-Return"               "break-line"
-\bind "C-S-L"                  "ligature-break-insert"
-\bind "C-space"                        "protected-space-insert"
-\bind "C-period"               "end-of-sentence-period-insert"
-\bind "M-period"               "dots-insert"
-\bind "M-w"                    "copy"
-\bind "M-S-W"                  "layout-copy"
-\bind "Escape"                 "meta-prefix"
-
 ## Trying to incorporate the best of AucTeX and HM--HTML modes
 ##
 # "C-z" is used in HM--HTML-mode for paragraph styles so try to support
 \bind "C-c C-e S-q"            "layout Quotation"
 \bind "C-c C-e v"              "layout Quote"
 
-\bind "C-c C-e f"              "graphics-insert"  ## should be figure-float
-\bind "C-c C-e t"              "dialog-tabular-insert" ## should be table-float
+\bind "C-c C-e f"              "dialog-show-new-inset graphics"  ## should be figure-float
+\bind "C-c C-e t"              "tabular-insert" ## should be table-float
 
 \bind "C-c percent"            "layout Comment"