]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
powerdot-example.lyx: update according to latest layout change
[lyx.git] / lib / bind / cua.bind
index 5800628d969e0a321469c767afe9c1e715e16f1a..ec340ecfb4a24f681cc6e20610946950e4999666 100644 (file)
@@ -34,7 +34,7 @@
 
 ###
 
-Format 1
+Format 2
 
 \bind "C-n"                    "buffer-new"
 \bind "C-S-N"                  "buffer-new-template"
@@ -60,8 +60,8 @@ Format 1
 \bind "C-Prior"                        "buffer-previous"
 \bind "C-S-BackTab"            "buffer-previous"
 
-\bind "C-M-b"                  "font-boldsymbol"
-\bind "C-b"                    "font-bold"
+\bind "C-M-b"                  "font-bold"
+\bind "C-b"                    "font-boldsymbol"
 \bind "C-e"                    "font-emph"
 # used below for line-delete-forward
 #\bind "C-k"                   "font-noun"             # 'k' for capitals
@@ -87,13 +87,13 @@ Format 1
 \bind "C-y"                    "redo"
 \bind "C-S-Z"                  "redo"
 
-\bind "C-a"                    "command-sequence buffer-begin ; buffer-end-select"   # select all
-\bind "C-M-a"                  "inset-select-all"
+\bind "C-M-a"                  "command-sequence buffer-begin ; buffer-end-select"   # select all
+\bind "C-a"                    "inset-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"        "specialchar-insert hyphenation"
+\bind "C-minus"                        "specialchar-insert hyphenation"
 \bind "C-S-underscore"         "math-macro-fold"
 \bind "C-M-minus"              "specialchar-insert nobreakdash"
 \bind "M-S-Right"              "depth-increment"
@@ -124,9 +124,9 @@ Format 1
 
 \bind "F11"                    "ui-toggle fullscreen"
 
-\bind "M-equal"        "buffer-zoom-in"
-\bind "M-plus"         "buffer-zoom-in"
-\bind "M-minus"        "buffer-zoom-out"
+\bind "M-equal"                        "buffer-zoom-in"
+\bind "M-plus"                 "buffer-zoom-in"
+\bind "M-minus"                        "buffer-zoom-out"
 
 #
 # Motion group
@@ -173,25 +173,25 @@ Format 1
 \bind "S-Delete"               "cut"
 
 # Numeric keypad (if Shift+KP_XXX does not switch the NumLock state)
-\bind "S-KP_Right"              "char-right-select"
-\bind "S-KP_Left"               "char-left-select"
-\bind "S-KP_Up"                 "up-select"
-\bind "S-KP_Down"               "down-select"
-\bind "S-C-KP_Right"            "word-right-select"
-\bind "S-C-KP_Left"             "word-left-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_Prior"              "screen-up-select"
-\bind "S-KP_Next"               "screen-down-select"
-\bind "S-C-KP_Home"             "buffer-begin-select"
-\bind "S-C-KP_End"              "buffer-end-select"
-\bind "S-C-KP_Prior"            "buffer-begin-select"
-\bind "S-C-KP_Next"             "buffer-end-select"
-\bind "C-KP_Insert"             "copy"
-\bind "S-KP_Insert"             "paste"
-\bind "S-KP_Delete"             "cut"
+\bind "S-KP_Right"             "char-right-select"
+\bind "S-KP_Left"              "char-left-select"
+\bind "S-KP_Up"                        "up-select"
+\bind "S-KP_Down"              "down-select"
+\bind "S-C-KP_Right"           "word-right-select"
+\bind "S-C-KP_Left"            "word-left-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_Prior"             "screen-up-select"
+\bind "S-KP_Next"              "screen-down-select"
+\bind "S-C-KP_Home"            "buffer-begin-select"
+\bind "S-C-KP_End"             "buffer-end-select"
+\bind "S-C-KP_Prior"           "buffer-move-previous"
+\bind "S-C-KP_Next"            "buffer-move-next"
+\bind "C-KP_Insert"            "copy"
+\bind "S-KP_Insert"            "paste"
+\bind "S-KP_Delete"            "cut"
 
 #
 # bookmarks
@@ -227,7 +227,7 @@ Format 1
 \bind "C-Return"               "newline-insert newline"
 \bind "C-S-Return"             "newline-insert linebreak"
 \bind "C-k"                    "line-delete-forward"
-\bind "C-space"                        "command-alternatives space-insert protected ; math-space"
+\bind "C-space"                        "command-alternatives math-space ; space-insert protected"
 \bind "nobreakspace"           "space-insert protected"
 \bind "C-M-space"              "space-insert normal"
 \bind "S-C-space"              "space-insert thin"