]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
Replace lib/scriptsfig2pdftex.sh and fig2pstex.sh by their python version
[lyx.git] / lib / bind / cua.bind
index 37e0a225e5021e98cd72c0b01d3f4b79acf7605b..bc025ef6afb081f207d6f04de48541536d80bc84 100644 (file)
 \bind "C-c"                    "copy"
 \bind "C-x"                    "cut"
 \bind "C-v"                    "paste"
+\bind "C-M-v"                  "primary-selection-paste"
+\bind "C-S-v"                  "primary-selection-paste paragraph"
 
 \bind "C-z"                    "undo"
 \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-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"
 # 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"