]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
Trac browse SVN -> GIT
[lyx.git] / lib / bind / sciword.bind
index a26238d0306d3be1869b036a9f9dea41be6f9356..3367c4ea9a902298068a4e7ebd544a47c83ac929 100644 (file)
@@ -13,6 +13,8 @@
 #\bind "C-b"                    "font-bold"
 
 # Copy, paste, etc.: more familiar keys
+Format 1
+
 \bind "C-c"    "copy"
 
 # Display equation toggle: type it in a displayed equation to convert it
@@ -69,7 +71,7 @@
 
 
 # Do we need this?
-#\bind "C-h"   "hyphenation-point-insert"
+#\bind "C-h"   "specialchar-insert hyphenation"
 
 # Sciword mnemonic.
 \bind "C-i"    "math-insert \int"
 
 # Toggle: in text mode, switch to math, and vice versa. Also C-t.
 \bind "C-m"    "math-mode"
-# C-n is numbering equations now. Sciword had "C-Tab" mnemonic which conflicts with many things.
-# Numbering equations. Should perhaps simplify math-number and math-nonumber into one command since they are used in very different contexts. This and also math-macro stuff should be available in the Lyx menus!
-\bind "C-n"    "math-number"
-\bind "S-C-N" "math-nonumber"
+\bind "C-n"    "math-number-toggle"
+\bind "S-C-N"  "math-number-line-toggle"
 
 \bind "C-o"    "file-open"