]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/emacs.bind
A slightly buggy lfun all-insets-toggle.
[lyx.git] / lib / bind / emacs.bind
index 223d26822c4f34e0c3a6b40357c06170e4735101..7e4ce76efc42d3bd97c0e379133debcb995e4ea5 100644 (file)
@@ -1,22 +1,26 @@
-# This file is part of
-# ==================================================================
-#
-#                   LyX, the High Level Word Processor
-# 
-#                  Copyright 1995-2000 The LyX Team
-#
-#               THIS FILE DEFINES THE EMACS LYX BINDINGS
-#
-# ==================================================================
+# -*- text -*-
 
-#
-# This is the EMACS flavour bind file, based on the bindings found 
+# file emacs.bind
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Lars Gullik Bjønnes
+# author Jean-Marc Lasgouttes
+# author Angus Leeming
+# author John Levon
+# author Allan Rae
+# author Jürgen Spitzmüller
+# author Andrew Zabolotny
+
+# Full author contact details are available in file CREDITS.
+
+# This is the EMACS flavour bind file, based on the bindings found
 # in the Emacs editor.
 #
 #
 # DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced
-# with every new install of LyX and your changes will be lost. 
-# Instead, customize a copy of this file placed in 
+# with every new install of LyX and your changes will be lost.
+# Instead, customize a copy of this file placed in
 # ~/.lyx/bind/emacs.bind
 #
 # Happy tuning!
 \bind "C-g"                    "cancel"
 
 # help in emacs
-\bind "C-h"                    "hyphenation-point-insert" 
+\bind "C-h"                    "hyphenation-point-insert"
 \bind "C-i"                    "hfill-insert"
 \bind "C-j"                    "break-paragraph"
 \bind "C-k"                    "line-delete-forward"
 \bind "C-l"                    "screen-recenter"
 \bind "C-m"                    "mark-toggle"
 \bind "C-n"                    "down"
-\bind "C-o"                    "inset-toggle"
+\bind "C-o"                    "next-inset-toggle"
 \bind "C-p"                    "up"
 
 # this is "quoted-insert" a total different meaning from "quote-insert"
@@ -65,7 +69,8 @@
 \bind "C-~S-slash"             "undo"
 \bind "C-~S-underscore"        "undo"
 
-\bind "~S-C-quotedbl"           "self-insert \""
+\bind "~S-C-quotedbl"           "quote-insert single"
+\bind "~S-M-quotedbl"           "self-insert \""
 
 \bind "C-x a"                  "buffer-auto-save"
 #\bind "C-x b"                 "buffer-previous"
 \bind "S-C-Up"                 "paragraph-up-select"
 \bind "S-C-Down"               "paragraph-down-select"
 \bind "S-Home"                 "buffer-begin-select"
-\bind "S-End"                  "buffer-end-select"               
+\bind "S-End"                  "buffer-end-select"
 \bind "S-Prior"                "screen-up-select"
 \bind "S-Next"                 "screen-down-select"
 \bind "S-C-Home"               "buffer-begin-select"
 \bind "S-C-KP_Up"               "paragraph-up-select"
 \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_End"                "line-end-select"
 \bind "S-KP_Prior"              "screen-up-select"
 \bind "S-KP_Next"               "screen-down-select"
 \bind "S-C-KP_Home"             "buffer-begin-select"