mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
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:
parent
237be3e41d
commit
43c851763b
@ -32,7 +32,7 @@
|
|||||||
\bind "M-~S-i s l" "newline-insert newline"
|
\bind "M-~S-i s l" "newline-insert newline"
|
||||||
\bind "M-~S-i s r" "newline-insert linebreak"
|
\bind "M-~S-i s r" "newline-insert linebreak"
|
||||||
\bind "M-~S-i s i" "specialchar-insert dots"
|
\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 \""
|
\bind "M-~S-i s q" "self-insert \""
|
||||||
# FIXME: find a binding for single quotes
|
# FIXME: find a binding for single quotes
|
||||||
# \bind "M-~S-i s q" "quote-insert single"
|
# \bind "M-~S-i s q" "quote-insert single"
|
||||||
|
@ -204,7 +204,7 @@
|
|||||||
\bind "C-M-space" "space-insert normal"
|
\bind "C-M-space" "space-insert normal"
|
||||||
\bind "S-M-space" "space-insert thin"
|
\bind "S-M-space" "space-insert thin"
|
||||||
\bind "C-~S-slash" "specialchar-insert slash"
|
\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 "M-period" "specialchar-insert dots"
|
||||||
\bind "Escape" "cancel"
|
\bind "Escape" "cancel"
|
||||||
\bind "C-M-Up" "paragraph-move-up"
|
\bind "C-M-Up" "paragraph-move-up"
|
||||||
|
@ -124,6 +124,9 @@ What's new
|
|||||||
|
|
||||||
- Do not clear the default master setting in preferences dialog when
|
- Do not clear the default master setting in preferences dialog when
|
||||||
cancelling the browse dialog.
|
cancelling the browse dialog.
|
||||||
|
|
||||||
|
- Fix the mac bind files for inserting an end-of-sentence character
|
||||||
|
(bug 6416).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
Loading…
Reference in New Issue
Block a user