mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
* 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:
parent
129a520bd9
commit
26f65e29a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user