add c:x;t as a keybinding for the latex shortcuts
closes PR 11871
This commit is contained in:
parent
a1217107b2
commit
1b838cf85a
|
@ -1166,6 +1166,7 @@
|
||||||
|
|
||||||
(map "~m:c:\\" "TeX compress")
|
(map "~m:c:\\" "TeX compress")
|
||||||
(map "~c:m:\\" "TeX compress")
|
(map "~c:m:\\" "TeX compress")
|
||||||
|
(map "c:x;t" "TeX compress")
|
||||||
|
|
||||||
(map "c:j" "newline")
|
(map "c:j" "newline")
|
||||||
|
|
||||||
|
|
|
@ -174,7 +174,7 @@ as the @tech{definitions window} plus a few more:
|
||||||
@section{LaTeX and TeX inspired keybindings}
|
@section{LaTeX and TeX inspired keybindings}
|
||||||
|
|
||||||
@itemize[
|
@itemize[
|
||||||
@keybinding['("C-\\" "M-\\")]{traces backwards from the insertion
|
@keybinding['("C-\\" "M-\\" "c:x;l")]{traces backwards from the insertion
|
||||||
point, looking for a backslash followed by a @index["LaTeX"]{LaTeX}
|
point, looking for a backslash followed by a @index["LaTeX"]{LaTeX}
|
||||||
macro name or a prefix of such a name. If a macro name is found,
|
macro name or a prefix of such a name. If a macro name is found,
|
||||||
it replaces the backslash and the name with the corresponding key in
|
it replaces the backslash and the name with the corresponding key in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user