mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Keyboard shortcuts for TOC window buttons.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22727 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
997e6c6018
commit
c62ae14283
@ -105,8 +105,10 @@
|
||||
\bind "M-a space" "drop-layouts-choice"
|
||||
\bind "M-a v" "layout Verse"
|
||||
|
||||
\bind "M-a Left" "depth-decrement"
|
||||
\bind "M-a Right" "depth-increment"
|
||||
\bind "M-a Left" "outline-out"
|
||||
\bind "M-a Right" "outline-in"
|
||||
\bind "M-a Up" "outline-up"
|
||||
\bind "M-a Down" "outline-down"
|
||||
|
||||
# Obsolete Tastenbelegung: in die persönliche *.bind Datei kopieren und
|
||||
# auskommentieren wenn diese Tastenbelegung gewünscht ist.
|
||||
|
@ -123,8 +123,11 @@
|
||||
\bind "M-p S-ampersand" "layout Subparagraph*" # M-p S-6
|
||||
|
||||
\bind "M-p space" "drop-layouts-choice"
|
||||
\bind "M-p Left" "depth-decrement"
|
||||
\bind "M-p Right" "depth-increment"
|
||||
|
||||
\bind "M-p Left" "outline-out"
|
||||
\bind "M-p Right" "outline-in"
|
||||
\bind "M-p Up" "outline-up"
|
||||
\bind "M-p Down" "outline-down"
|
||||
|
||||
|
||||
#
|
||||
|
@ -111,8 +111,11 @@
|
||||
\bind "M-p space" "drop-layouts-choice"
|
||||
\bind "M-p v" "layout Verse"
|
||||
|
||||
\bind "M-p Left" "depth-decrement"
|
||||
\bind "M-p Right" "depth-increment"
|
||||
\bind "M-p Left" "outline-out"
|
||||
\bind "M-p Right" "outline-in"
|
||||
\bind "M-p Up" "outline-up"
|
||||
\bind "M-p Down" "outline-down"
|
||||
|
||||
|
||||
# These are kept for backwards compatibility (only make sense on US keyboard)
|
||||
\bind "M-p S-at" "layout Section*" # M-p S-2
|
||||
|
@ -99,8 +99,11 @@
|
||||
\bind "M-p S-numbersign" "layout Subsection*" # M-p S-3
|
||||
\bind "M-p S-dollar" "layout Subsubsection*" # M-p S-4
|
||||
\bind "M-p v" "layout Verse"
|
||||
\bind "M-p Left" "depth-decrement"
|
||||
\bind "M-p Right" "depth-increment"
|
||||
|
||||
\bind "M-p Left" "outline-out"
|
||||
\bind "M-p Right" "outline-in"
|
||||
\bind "M-p Up" "outline-up"
|
||||
\bind "M-p Down" "outline-down"
|
||||
|
||||
|
||||
#
|
||||
|
@ -108,8 +108,10 @@
|
||||
\bind "M-p S-numbersign" "layout Subsection*" # M-p S-3
|
||||
\bind "M-p v" "layout Verse"
|
||||
|
||||
\bind "M-p Left" "depth-decrement"
|
||||
\bind "M-p Right" "depth-increment"
|
||||
\bind "M-p Left" "outline-out"
|
||||
\bind "M-p Right" "outline-in"
|
||||
\bind "M-p Up" "outline-up"
|
||||
\bind "M-p Down" "outline-down"
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user