]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
One more nullptr
[lyx.git] / lib / bind / xemacs.bind
index cb09ab8280a1ab9420c1cb3f01d44293269f73b7..13decd386022eb0a899900386ff519b6b30ffd0f 100644 (file)
@@ -77,8 +77,8 @@ Format 4
 \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 4
 
 #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"                     "------"
@@ -328,7 +328,7 @@ Format 4
 \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"