mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
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:
parent
70cf40ccef
commit
805232656b
@ -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;
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user