mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* 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:
parent
b218ab82d4
commit
6f2529e569
@ -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 \""
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user