* lib/bind/cua.bind:

* 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
This commit is contained in:
Michael Schmitt 2007-01-30 22:26:50 +00:00
parent b218ab82d4
commit 6f2529e569
3 changed files with 5 additions and 6 deletions

View 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 \""

View 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 \""
@ -182,10 +184,6 @@
\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

View 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
@ -111,6 +110,7 @@
\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.