mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix bindings for ellipsis and end-of-sentence-period
On some keyboards, `period' is only accessible with the shift modifier.
This commit is contained in:
parent
a2378c1182
commit
6572a3f141
@ -236,8 +236,8 @@ Format 5
|
|||||||
\bind "nobreakspace" "space-insert protected"
|
\bind "nobreakspace" "space-insert protected"
|
||||||
\bind "C-M-space" "space-insert normal"
|
\bind "C-M-space" "space-insert normal"
|
||||||
\bind "S-C-space" "space-insert thin"
|
\bind "S-C-space" "space-insert thin"
|
||||||
\bind "C-period" "specialchar-insert end-of-sentence"
|
\bind "C-~S-period" "specialchar-insert end-of-sentence"
|
||||||
\bind "M-period" "specialchar-insert dots"
|
\bind "M-~S-period" "specialchar-insert dots"
|
||||||
\bind "Escape" "cancel"
|
\bind "Escape" "cancel"
|
||||||
\bind "F9" "meta-prefix"
|
\bind "F9" "meta-prefix"
|
||||||
|
|
||||||
|
@ -239,8 +239,8 @@ Format 5
|
|||||||
\bind "C-M-space" "space-insert normal"
|
\bind "C-M-space" "space-insert normal"
|
||||||
\bind "S-C-space" "space-insert thin"
|
\bind "S-C-space" "space-insert thin"
|
||||||
\bind "M-~S-slash" "specialchar-insert slash"
|
\bind "M-~S-slash" "specialchar-insert slash"
|
||||||
\bind "C-period" "specialchar-insert end-of-sentence"
|
\bind "C-~S-period" "specialchar-insert end-of-sentence"
|
||||||
\bind "M-period" "specialchar-insert dots"
|
\bind "M-~S-period" "specialchar-insert dots"
|
||||||
\bind "M-w" "copy"
|
\bind "M-w" "copy"
|
||||||
\bind "Escape" "meta-prefix"
|
\bind "Escape" "meta-prefix"
|
||||||
\bind "M-u" "word-upcase partial"
|
\bind "M-u" "word-upcase partial"
|
||||||
|
@ -358,8 +358,8 @@ Format 5
|
|||||||
\bind "C-A-space" "space-insert normal"
|
\bind "C-A-space" "space-insert normal"
|
||||||
\bind "S-A-space" "space-insert thin"
|
\bind "S-A-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"
|
\bind "C-~S-period" "specialchar-insert end-of-sentence"
|
||||||
\bind "M-period" "specialchar-insert dots"
|
\bind "M-~S-period" "specialchar-insert dots"
|
||||||
\bind "Escape" "cancel"
|
\bind "Escape" "cancel"
|
||||||
\bind "C-M-Up" "command-alternatives outline-up; paragraph-move-up; tabular-feature move-row-up"
|
\bind "C-M-Up" "command-alternatives outline-up; paragraph-move-up; tabular-feature move-row-up"
|
||||||
\bind "C-M-Down" "command-alternatives outline-down; paragraph-move-down; tabular-feature move-row-down"
|
\bind "C-M-Down" "command-alternatives outline-down; paragraph-move-down; tabular-feature move-row-down"
|
||||||
|
@ -233,8 +233,8 @@ Format 5
|
|||||||
\bind "C-M-space" "space-insert normal"
|
\bind "C-M-space" "space-insert normal"
|
||||||
\bind "S-C-space" "space-insert thin"
|
\bind "S-C-space" "space-insert thin"
|
||||||
\bind "M-~S-slash" "specialchar-insert slash"
|
\bind "M-~S-slash" "specialchar-insert slash"
|
||||||
\bind "C-period" "specialchar-insert end-of-sentence"
|
\bind "C-~S-period" "specialchar-insert end-of-sentence"
|
||||||
\bind "M-period" "specialchar-insert dots"
|
\bind "M-~S-period" "specialchar-insert dots"
|
||||||
\bind "M-w" "copy"
|
\bind "M-w" "copy"
|
||||||
\bind "Escape" "meta-prefix"
|
\bind "Escape" "meta-prefix"
|
||||||
\bind "M-u" "word-upcase partial"
|
\bind "M-u" "word-upcase partial"
|
||||||
|
Loading…
Reference in New Issue
Block a user