]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
powerdot-example.lyx: update according to latest layout change
[lyx.git] / lib / bind / sciword.bind
index 091eab468a1e1ed5bac80b8410557ede38581a6a..b3814f4c55a393287ba59de0fd1e5aea801f71f4 100644 (file)
@@ -13,7 +13,7 @@
 #\bind "C-b"                    "font-bold"
 
 # Copy, paste, etc.: more familiar keys
-Format 1
+Format 2
 
 \bind "C-c"    "copy"
 
@@ -113,7 +113,8 @@ Format 1
 \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
+\bind "C-a"    "inset-select-all"
+\bind "C-M-a"  "command-sequence buffer-begin ; buffer-end-select"   # select all
 
 
 # This combination makes an umlaut accent now.
@@ -263,6 +264,6 @@ Format 1
 \bind "C-M-c" "buffer-view"
 
 # custom commands imported from cua.bind by Michael
-\bind "C-space"                        "command-alternatives space-insert protected ; math-space"
+\bind "C-space"                        "command-alternatives math-space ; space-insert protected"
 \bind "C-Return"               "newline-insert newline"
 \bind "C-S-Return"             "newline-insert linebreak"