]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
- de_Intro updates from Hartmut
[lyx.git] / lib / bind / sciword.bind
index a6e845f304a141e20551fc27cee3fee80911a3c0..07cc33ad5689793179d56a1bdb8c13b468421bec 100644 (file)
@@ -10,7 +10,6 @@
 
 # LyX keyboard definitions similar to those of Scientific Word.
 
-#\bind "C-a"                    "------"
 #\bind "C-b"                    "font-bold"
 
 # Copy, paste, etc.: more familiar keys
 
 \bind "C-u"    "font-underline"
 \bind "C-v"    "paste"
+\bind "C-S-v"  "clipboard-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"
 \bind "S-C-Z"  "redo"
+\bind "C-a"    "command-sequence buffer-begin ; buffer-end-select"   # select all
 
 
 # This combination makes an umlaut accent now.
 #\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_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"