|
Edit Links |
Tips /
FrequentlyUsedShortcutsPlease categorize this page. << KeyboardShortcuts | Page list | CommandSequences >>Tips about frequently used shortcuts in Lyx. Feel free to add your own tips of nice shortcuts. Changing the paragraph environmentSteering the mouse pointer to the paragraph environment drop-down menu in order to get out of an enumerate or itemize environment was starting to annoy me, especially on the road without a mouse. Fortunately, there is a solution (which apparently is undocumented, at least I couldn't find it): Quoting Paul from the mailing list: "M-p (alt-p) followed by a space opens the environment list. From there, repeatedly typing the same letter cycles through all environment names starting with that letter." Works great for me; once your in the menu list, arrow keys also work, of course. --Sven Math shortcutsSome of my (Christian) most frequently used math shortcutsI often write lots of expression with vector algebra.
Example of rewrting a/(b+c) into a fractionSomeone wrote: Within math mode transformations are opaque. Several times already I have found myself starting an expression a/(b+c) then decided afterward to rewrite it as a
-------
b + c
I don't know of a way to automatically rewrite it, but this key seqence is pretty quick: C-m
a /
M-m (
b+c
and you've created your expression: a/(b+c) and the cursor is ust to the right of the c. Now, the following sequence of keys can change this into what you want: S-Right
S-Del
Backspace
S-Left
M-m f
Down
S-Ins
What you have now is: a
-----
(b+c) =]
with the cursor to the right of the brace. To get rid of the braces, do: Home
Right
Backspace =]
and voila: a
-----
b+c
|