]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
- de_Intro updates from Hartmut
[lyx.git] / lib / bind / cua.bind
index 9aa7fba25c033219d03334b7b1c574968ed327ea..f0abeb0fe2a3e1cb792dc9a002db530d62530283 100644 (file)
 
 # Free bindings:
 
-#\bind "C-a"
 #\bind "C-h"
 #\bind "C-j"
-#\bind "C-y"
 
 
 ###
@@ -49,6 +47,8 @@
 \bind "C-S-D"                  "buffer-update dvi"     # 'd' for dvi
 \bind "C-S-T"                  "buffer-update ps"
 \bind "C-q"                    "lyx-quit"
+\bind "C-Next"                 "buffer-next"
+\bind "C-Prior"                        "buffer-previous"
 
 \bind "C-b"                    "font-bold"
 \bind "C-e"                    "font-emph"
 
 \bind "C-f"                    "dialog-show findreplace"
 \bind "C-g"                    "error-next"
-\bind "C-i"                    "inset-toggle"          # 'i' for Inset
+\bind "C-i"                    "next-inset-toggle"             # 'i' for Inset
 
 \bind "C-c"                    "copy"
 \bind "C-x"                    "cut"
 \bind "C-v"                    "paste"
+\bind "C-S-v"                  "clipboard-paste"
+\bind "C-M-v"                  "primary-selection-paste"
 
 \bind "C-z"                    "undo"
+\bind "C-y"                    "redo"
 \bind "C-S-Z"                  "redo"
 
-\bind "C-S-E"                  "track-changes"  # it's what MS Word uses
-\bind "~S-C-quotedbl"          "quote-insert single"
-\bind "M-S-quotedbl"           "self-insert \""
+\bind "C-a"                    "command-sequence buffer-begin ; buffer-end-select"   # select all
+
+\bind "C-S-E"                  "changes-track"  # it's what MS Word uses
+\bind "~S-M-quotedbl"          "quote-insert single"
+\bind "~S-C-quotedbl"          "self-insert \""
 \bind "C-minus"                        "hyphenation-point-insert"
 \bind "M-S-Right"              "depth-increment"
 \bind "M-S-Left"               "depth-decrement"
 \bind "F2"                     "buffer-write"
 \bind "F3"                     "file-open"
 \bind "C-F4"                   "buffer-close"
-\bind "F5"                     "screen-recenter"
 \bind "M-F4"                   "lyx-quit"
+\bind "F5"                     "screen-recenter"
+\bind "C-F6"                   "buffer-next"
+\bind "C-S-F6"                 "buffer-previous"
 \bind "F7"                     "dialog-show spellchecker"
 \bind "S-F7"                   "thesaurus-entry"
 
 # Motion group
 #
 
+\bind "M-Up"                   "paragraph-move-up"
+\bind "M-Down"                 "paragraph-move-down"
 \bind "C-Right"                        "word-forward"
 \bind "C-Left"                 "word-backward"
 \bind "C-Up"                   "paragraph-up"
 \bind "C-Home"                 "buffer-begin"
 \bind "C-End"                  "buffer-end"
 
-\bind "C-~S-greater"           "reference-goto"
+\bind "C-~S-greater"           "label-goto"
 \bind "C-~S-less"              "bookmark-goto 0"
 
 
 \bind "C-~S-1"                 "bookmark-goto 1"
 \bind "C-~S-2"                 "bookmark-goto 2"
 \bind "C-~S-3"                 "bookmark-goto 3"
+\bind "C-~S-4"                 "bookmark-goto 4"
+\bind "C-~S-5"                 "bookmark-goto 5"
 \bind "C-M-~S-1"               "bookmark-save 1"
-\bind "C-M-~S-2"               "bookmark-save 2"
-\bind "C-M-~S-3"               "bookmark-save 3"
 
 
 #