]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
move character styles from "insert" to "edit";
[lyx.git] / lib / bind / sciword.bind
index bac76114fb531b22533915908dccbdc45ffdbb88..c094069549ef9fc0da7821152f3ba21d9aafa90c 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
 
 \bind "C-u"    "font-underline"
 \bind "C-v"    "paste"
+\bind "C-M-v"  "primary-selection-paste"
+\bind "C-S-v"  "primary-selection-paste paragraph"
 \bind "C-w"    "buffer-close"
 \bind "C-x"    "cut"
 \bind "C-z"    "undo"
 
 # 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 "C-F1"                   "help-context"                  # Not yet implemented!
 \bind "F2"                     "buffer-write"
 \bind "S-F2"                     "buffer-export latex"
-\bind "F3"                     "find-replace"
+\bind "F3"                     "dialog-show findreplace"
 
 \bind "C-F4"                   "buffer-close"
 \bind "M-F4"                   "lyx-quit"
 \bind "C-s S-greater"  "math-insert \gg"
 
 # usual bindings
-\bind_file maths.bind
+\bind_file math.bind
 \bind_file menus.bind
 \bind_file latinkeys.bind
 \bind_file cyrkeys.bind
 \bind_file greekkeys.bind
 
 
+\bind "M-Up"                   "paragraph-move-up"
+\bind "M-Down"                 "paragraph-move-down"
 \bind "S-KP_Right"                     "forward-select"
 \bind "S-KP_Left"                              "backward-select"
 \bind "S-KP_Up"                                "up-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"
 \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"