#7292 correct word-delete-forward/backward and change special spaces binding - thanks, bennett

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37775 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2011-02-23 17:09:31 +00:00
parent fcac124405
commit 14bf8c4c3a

View File

@ -339,15 +339,15 @@ Format 1
# Additional Edit group
#
\bind "M-Delete" "word-delete-forward"
\bind "M-BackSpace" "word-delete-backward"
\bind "A-Delete" "word-delete-forward"
\bind "A-BackSpace" "word-delete-backward"
\bind "M-Return" "break-paragraph inverse"
\bind "C-Return" "newline-insert newline"
\bind "C-S-Return" "newline-insert linebreak"
\bind "M-space" "space-insert protected"
\bind "A-space" "space-insert protected"
\bind "nobreakspace" "space-insert protected"
\bind "C-M-space" "space-insert normal"
\bind "S-M-space" "space-insert thin"
\bind "C-A-space" "space-insert normal"
\bind "S-A-space" "space-insert thin"
\bind "C-~S-slash" "specialchar-insert slash"
\bind "C-period" "specialchar-insert end-of-sentence"
\bind "M-period" "specialchar-insert dots"