mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix bug 5341: http://bugzilla.lyx.org/show_bug.cgi?id=5341
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27235 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7356fcd2cf
commit
420603311d
@ -27,6 +27,7 @@
|
||||
\bind "C-M-minus" "specialchar-insert nobreakdash"
|
||||
\bind "M-~S-i s k" "specialchar-insert ligature-break"
|
||||
\bind "M-~S-i s b" "space-insert protected"
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "C-~S-slash" "specialchar-insert slash"
|
||||
\bind "M-~S-i s l" "newline-insert newline"
|
||||
\bind "M-~S-i s r" "newline-insert linebreak"
|
||||
|
@ -209,6 +209,7 @@
|
||||
\bind "C-S-Return" "newline-insert linebreak"
|
||||
\bind "C-k" "line-delete-forward"
|
||||
\bind "C-space" "space-insert protected"
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "C-M-space" "space-insert normal"
|
||||
\bind "S-C-space" "space-insert thin"
|
||||
\bind "C-period" "specialchar-insert end-of-sentence"
|
||||
|
@ -214,6 +214,7 @@
|
||||
\bind "C-S-Return" "newline-insert linebreak"
|
||||
\bind "C-S-L" "specialchar-insert ligature-break"
|
||||
\bind "C-space" "space-insert protected"
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "C-M-space" "space-insert normal"
|
||||
\bind "S-C-space" "space-insert thin"
|
||||
\bind "M-~S-slash" "specialchar-insert slash"
|
||||
|
@ -128,7 +128,6 @@
|
||||
\bind "braceright" "self-insert"
|
||||
\bind "asciitilde" "self-insert"
|
||||
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "exclamdown" "self-insert"
|
||||
\bind "cent" "self-insert"
|
||||
\bind "sterling" "self-insert"
|
||||
|
@ -183,6 +183,7 @@
|
||||
\bind "C-S-Return" "newline-insert linebreak"
|
||||
\bind "C-k" "line-delete-forward"
|
||||
\bind "M-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-~S-slash" "specialchar-insert slash"
|
||||
|
@ -224,6 +224,7 @@
|
||||
\bind "C-S-Return" "newline-insert linebreak"
|
||||
\bind "C-S-L" "specialchar-insert ligature-break"
|
||||
\bind "C-space" "space-insert protected"
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "C-M-space" "space-insert normal"
|
||||
\bind "S-C-space" "space-insert thin"
|
||||
\bind "M-~S-slash" "specialchar-insert slash"
|
||||
|
Loading…
Reference in New Issue
Block a user