]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
Update it.po
[lyx.git] / lib / bind / xemacs.bind
index e3d69af2615d2ce0d22ac640ca53f184c9a397e0..39435dcccae7ba816ce55fcfa0694ec2626ce9ee 100644 (file)
@@ -27,7 +27,7 @@
 #
 # Happy tuning!
 
-Format 2
+Format 4
 
 \bind "C-~S-at"                        "mark-on"
 \bind "C-a"                    "line-begin"
@@ -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
@@ -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"
@@ -237,6 +237,10 @@ Format 2
 \bind "M-period"               "specialchar-insert dots"
 \bind "M-w"                    "copy"
 \bind "Escape"                 "meta-prefix"
+\bind "M-u"                    "word-upcase partial"
+\bind "M-l"                    "word-lowcase partial"
+# This conflicts with the character menu.
+#bind "M-c"                    "word-capitalize partial"
 
 # Numeric keypad (if Shift+KP_XXX does not switch the NumLock state)
 \bind "S-KP_Right"              "char-right-select"
@@ -249,8 +253,8 @@ Format 2
 \bind "S-C-KP_Down"             "paragraph-down-select"
 \bind "S-KP_Home"               "line-begin-select"
 \bind "S-KP_End"                "line-end-select"
-\bind "S-KP_Prior"              "screen-up-select"
-\bind "S-KP_Next"               "screen-down-select"
+\bind "S-KP_Prior"              "buffer-move-previous"
+\bind "S-KP_Next"               "buffer-move-next"
 \bind "S-C-KP_Home"             "buffer-begin-select"
 \bind "S-C-KP_End"              "buffer-end-select"
 \bind "S-C-KP_Prior"            "buffer-begin-select"
@@ -342,7 +346,6 @@ Format 2
 ## Start TeX mode, some overlap with AucTeX mode
 #
 \bind "C-c C-b"                        "buffer-update dvi"
-\bind "C-c C-p"                        "dialog-show print"
 \bind "C-c C-r"                        "buffer-update dvi"     # tex region
 #
 ## End TeX mode
@@ -356,3 +359,8 @@ Format 2
 \bind_file latinkeys.bind
 \bind_file cyrkeys.bind
 \bind_file greekkeys.bind
+
+# the following bindings have to be adapted w.r.t. menus.bind
+\bind "M-c Down"               "word-lowcase partial"
+\bind "M-c Up"                 "word-upcase partial"
+\bind "M-c Right"              "word-capitalize partial"