branch: Fix bug #6416: Error in mac.bind and aqua.bind: end-of-sentence-period should be end-of-sentence.

see r32619 and r32620.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@32809 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-01-06 21:09:17 +00:00
parent 237be3e41d
commit 43c851763b
3 changed files with 5 additions and 2 deletions

View File

@ -32,7 +32,7 @@
\bind "M-~S-i s l" "newline-insert newline"
\bind "M-~S-i s r" "newline-insert linebreak"
\bind "M-~S-i s i" "specialchar-insert dots"
\bind "M-~S-i s e" "specialchar-insert end-of-sentence-period"
\bind "M-~S-i s e" "specialchar-insert end-of-sentence"
\bind "M-~S-i s q" "self-insert \""
# FIXME: find a binding for single quotes
# \bind "M-~S-i s q" "quote-insert single"

View File

@ -204,7 +204,7 @@
\bind "C-M-space" "space-insert normal"
\bind "S-M-space" "space-insert thin"
\bind "C-~S-slash" "specialchar-insert slash"
\bind "C-period" "specialchar-insert end-of-sentence-period"
\bind "C-period" "specialchar-insert end-of-sentence"
\bind "M-period" "specialchar-insert dots"
\bind "Escape" "cancel"
\bind "C-M-Up" "paragraph-move-up"

View File

@ -125,6 +125,9 @@ What's new
- Do not clear the default master setting in preferences dialog when
cancelling the browse dialog.
- Fix the mac bind files for inserting an end-of-sentence character
(bug 6416).
* DOCUMENTATION AND LOCALIZATION