]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
Trac browse SVN -> GIT
[lyx.git] / lib / bind / sciword.bind
index 27f6c6de334a48c4607282ef904ed2c6b6c750b4..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
 
 # 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"