* cua.bind: bind CTRL-Y to "redo" (like most apps);

keep the CTRL-Shift-Z binding


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15774 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-11-06 22:05:18 +00:00
parent 129a520bd9
commit 26f65e29a8

View File

@ -31,7 +31,6 @@
#\bind "C-a"
#\bind "C-h"
#\bind "C-j"
#\bind "C-y"
###
@ -73,6 +72,7 @@
\bind "C-S-v" "primary-selection-paste paragraph"
\bind "C-z" "undo"
\bind "C-y" "redo"
\bind "C-S-Z" "redo"
\bind "C-S-E" "changes-track" # it's what MS Word uses