]> git.lyx.org Git - features.git/commitdiff
* lib/bind/cua.bind:
authorMichael Schmitt <michael.schmitt@teststep.org>
Tue, 30 Jan 2007 22:26:50 +0000 (22:26 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Tue, 30 Jan 2007 22:26:50 +0000 (22:26 +0000)
* lib/bind/sciword.bind:
* lib/bind/mac.bind: bind "select all" to "C-a"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16955 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/cua.bind
lib/bind/mac.bind
lib/bind/sciword.bind

index e0c0b5b31350f1708863f1768b091f8da45ed384..f0abeb0fe2a3e1cb792dc9a002db530d62530283 100644 (file)
@@ -28,7 +28,6 @@
 
 # Free bindings:
 
-#\bind "C-a"
 #\bind "C-h"
 #\bind "C-j"
 
@@ -75,6 +74,8 @@
 \bind "C-y"                    "redo"
 \bind "C-S-Z"                  "redo"
 
+\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 \""
index 9d1f3ebd06c1a0d585169c107ed92fbefb825209..e89386a5300bac6b203b78767430abc8542dfc5b 100644 (file)
@@ -64,6 +64,8 @@
 \bind "C-z"                    "undo"
 \bind "C-S-Z"                  "redo"
 
+\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-comma"                        "dialog-show prefs"
 
 
-# Other
-\bind "C-a"             "command-sequence buffer-begin ; buffer-end-select"
-
-
 # Include menu and math bindings
 
 \bind_file menus.bind
index 0cf131d4909feba1991837061fd42a229be660d9..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-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.