]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
A slightly buggy lfun all-insets-toggle.
[lyx.git] / lib / bind / sciword.bind
index bac76114fb531b22533915908dccbdc45ffdbb88..5b0737668c083345015b4fea5fcfd72f68d9817c 100644 (file)
@@ -1,7 +1,14 @@
-# This file is part of LyX
+# -*- text -*-
+
+# file sciword.bind
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Serge Winitzki
+
+# Full author contact details are available in file CREDITS.
 
 # LyX keyboard definitions similar to those of Scientific Word.
-# Prepared by Serge Winitzki. Version 1.3
 
 #\bind "C-a"                    "------"
 #\bind "C-b"                    "font-bold"
 #\bind "C-e"   "------"
 # Sciword mnemonic.
 \bind "C-f"    "math-insert \frac"
-# Greek for only one character. "math-greek-toggle" is the persistent Greek
-# toggle which nobody really needs when typing math.
-#\bind "C-g"   "math-greek"
-#\bind "C-S-G" "math-greek-toggle"
 
 # Since the toggles don't work in 1.2.0, let's define all letters.
 # lowercase math Greek
 
 # This combination makes an umlaut accent now.
 #\bind "S-C-quotedbl"           "quote-insert"
+\bind "S-M-quotedbl"           "quote-insert single"
 
 # Bracket delimiters. Sciword mnemonic is to press Control-<bracket key>
 
 \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"
 \bind "C-KP_Insert"                    "copy"
 \bind "S-KP_Insert"                    "paste"
 \bind "S-KP_Delete"                    "cut"
 
-\bind "M-x" "command-execute"
 
+\bind "M-x" "command-execute"