bind "paste-primary-selection (paragraph)"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10413 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2005-09-06 16:41:52 +00:00
parent 70cf40ccef
commit 805232656b
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-08-25 Michael Schmitt <michael.schmitt@teststep.org>
* bind/cua.bind:
* bind/mac.bind:
* bind/sciword.bind: bind "paste-primary-selection (paragraph)"
2005-08-23 Michael Schmitt <michael.schmitt@teststep.org> 2005-08-23 Michael Schmitt <michael.schmitt@teststep.org>
* configure.m4: support tex4ht converter; * configure.m4: support tex4ht converter;

View File

@ -69,6 +69,8 @@
\bind "C-c" "copy" \bind "C-c" "copy"
\bind "C-x" "cut" \bind "C-x" "cut"
\bind "C-v" "paste" \bind "C-v" "paste"
\bind "C-M-v" "primary-selection-paste"
\bind "C-S-v" "primary-selection-paste paragraph"
\bind "C-z" "undo" \bind "C-z" "undo"
\bind "C-S-Z" "redo" \bind "C-S-Z" "redo"

View File

@ -58,6 +58,8 @@
\bind "C-c" "copy" \bind "C-c" "copy"
\bind "C-x" "cut" \bind "C-x" "cut"
\bind "C-v" "paste" \bind "C-v" "paste"
\bind "C-M-v" "primary-selection-paste"
\bind "C-S-v" "primary-selection-paste paragraph"
\bind "C-z" "undo" \bind "C-z" "undo"
\bind "C-S-Z" "redo" \bind "C-S-Z" "redo"

View File

@ -105,6 +105,8 @@
\bind "C-u" "font-underline" \bind "C-u" "font-underline"
\bind "C-v" "paste" \bind "C-v" "paste"
\bind "C-M-v" "primary-selection-paste"
\bind "C-S-v" "primary-selection-paste paragraph"
\bind "C-w" "buffer-close" \bind "C-w" "buffer-close"
\bind "C-x" "cut" \bind "C-x" "cut"
\bind "C-z" "undo" \bind "C-z" "undo"