commit 0b5ce4b5ba7a78245b87c623b83a05cfc1084030 Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> Date: Wed Mar 4 12:21:11 2020 +0100
Fixup cf9827df: do not forget keyboard bindings and docs Keyboard bindings are easy. For lfun icons in documentation, both the UserGuide and Tutorial have to be updated. Since this will have to be done again once the documentation is imported from branch, I list them here for reference: For the lib/doc/ directory: find . -name 'Tutorial.lyx' | xargs sed -i 's/"layout List"/"layout Labeling"/g' find . -name 'UserGuide.lyx' | xargs sed -i 's/"layout List"/"layout Labeling"/g' and then find . -name 'Tutorial.lyx' | xargs sed -i 's/"layout \(Itemize\|Description\|Labeling\|Enumerate\|List\)"/"layout-toggle \1"/g' find . -name 'UserGuide.lyx' | xargs sed -i 's/"layout \(Itemize\|Description\|Labeling\|Enumerate\|List\)"/"layout-toggle \1"/g' Related to bug #11770. --- lib/bind/de/menus.bind | 2 +- lib/bind/menus.bind | 2 +- lib/bind/sk/menus.bind | 2 +- lib/bind/xemacs.bind | 2 +- lib/doc/Tutorial.lyx | 8 ++++---- lib/doc/UserGuide.lyx | 8 ++++---- lib/doc/ar/Tutorial.lyx | 8 ++++---- lib/doc/ar/UserGuide.lyx | 8 ++++---- lib/doc/de/Tutorial.lyx | 8 ++++---- lib/doc/de/UserGuide.lyx | 8 ++++---- lib/doc/es/Tutorial.lyx | 8 ++++---- lib/doc/es/UserGuide.lyx | 8 ++++---- lib/doc/fr/Tutorial.lyx | 8 ++++---- lib/doc/fr/UserGuide.lyx | 8 ++++---- lib/doc/ja/Tutorial.lyx | 8 ++++---- lib/doc/ja/UserGuide.lyx | 8 ++++---- lib/doc/nb/Tutorial.lyx | 8 ++++---- lib/doc/nl/Tutorial.lyx | 8 ++++---- lib/doc/ru/Tutorial.lyx | 8 ++++---- 19 files changed, 64 insertions(+), 64 deletions(-) diff --git a/lib/bind/de/menus.bind b/lib/bind/de/menus.bind index e9dc373..e968e8d 100644 --- a/lib/bind/de/menus.bind +++ b/lib/bind/de/menus.bind @@ -94,7 +94,7 @@ Format 4 \bind "M-a f" "layout ShortFoilhead" # Foils!! \bind "M-a S-F" "layout Foilhead" # Foils!! \bind "M-a i" "layout Itemize" # bulleted list -\bind "M-a l" "layout List" +\bind "M-a l" "layout Labeling" \bind "M-a S-L" "layout LaTeX" \bind "M-a n" "layout Enumerate" # numbered list \bind "M-a q" "layout Quote" diff --git a/lib/bind/menus.bind b/lib/bind/menus.bind index 82798f7..ea4b365 100644 --- a/lib/bind/menus.bind +++ b/lib/bind/menus.bind @@ -109,7 +109,7 @@ Format 5 \bind "M-p f" "layout ShortFoilhead" # Foils!! \bind "M-p S-F" "layout Foilhead" # Foils!! \bind "M-p i" "layout Itemize" # bulleted list -\bind "M-p l" "layout List" +\bind "M-p l" "layout Labeling" \bind "M-p S-L" "layout LaTeX" \bind "M-p n" "layout Enumerate" # numbered list \bind "M-p q" "layout Quote" diff --git a/lib/bind/sk/menus.bind b/lib/bind/sk/menus.bind index eb9d5c0..f212626 100644 --- a/lib/bind/sk/menus.bind +++ b/lib/bind/sk/menus.bind @@ -112,7 +112,7 @@ Format 4 \bind "M-o f" "layout ShortFoilhead" # Foils!! \bind "M-o S-F" "layout Foilhead" # Foils!! \bind "M-o i" "layout Itemize" # bulleted list -\bind "M-o l" "layout List" +\bind "M-o l" "layout Labeling" \bind "M-o S-L" "layout LaTeX" \bind "M-o n" "layout Enumerate" # numbered list \bind "M-o q" "layout Quote" diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index 39435dc..776f5d5 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -328,7 +328,7 @@ Format 4 \bind "C-c C-e d" "layout Description" \bind "C-c C-e e" "layout Enumerate" \bind "C-c C-e i" "layout Itemize" -\bind "C-c C-e l" "layout List" +\bind "C-c C-e l" "layout Labeling" \bind "C-c C-e m" "math-display" # should this be math-mode? \bind "C-c C-e q" "layout Quote" \bind "C-c C-e S-q" "layout Quotation" diff --git a/lib/doc/Tutorial.lyx b/lib/doc/Tutorial.lyx index 987836d..efe9ff9 100644 --- a/lib/doc/Tutorial.lyx +++ b/lib/doc/Tutorial.lyx @@ -1583,7 +1583,7 @@ Environment box ( \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset ). @@ -1685,7 +1685,7 @@ Environment box ( \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset ). @@ -1718,13 +1718,13 @@ Labeling ( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset and \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ), in order to see what they look like. diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx index d9c105c..cc33d3d 100644 --- a/lib/doc/UserGuide.lyx +++ b/lib/doc/UserGuide.lyx @@ -43827,7 +43827,7 @@ Default \family sans \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset @@ -43854,7 +43854,7 @@ Numbered list \family sans \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset @@ -43881,7 +43881,7 @@ Itemized list \family sans \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset @@ -43908,7 +43908,7 @@ List \family sans \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset diff --git a/lib/doc/ar/Tutorial.lyx b/lib/doc/ar/Tutorial.lyx index fba4c33..2d7ef3f 100644 --- a/lib/doc/ar/Tutorial.lyx +++ b/lib/doc/ar/Tutorial.lyx @@ -1162,7 +1162,7 @@ example_raw.lyx من قائمة البيئات المنسدلة ( \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset ). @@ -1245,7 +1245,7 @@ status collapsed ثم اختيار قائمة عددية من شريط الأدوات ( \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset ). @@ -1261,13 +1261,13 @@ arg "layout Enumerate" ( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset و \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ), جرب لترى شكلهما. diff --git a/lib/doc/ar/UserGuide.lyx b/lib/doc/ar/UserGuide.lyx index bed948c..f851e98 100644 --- a/lib/doc/ar/UserGuide.lyx +++ b/lib/doc/ar/UserGuide.lyx @@ -43937,7 +43937,7 @@ arg "layout" \family sans \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset @@ -43964,7 +43964,7 @@ arg "layout Enumerate" \family sans \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset @@ -43991,7 +43991,7 @@ arg "layout Itemize" \family sans \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset @@ -44018,7 +44018,7 @@ arg "layout List" \family sans \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset diff --git a/lib/doc/de/Tutorial.lyx b/lib/doc/de/Tutorial.lyx index 95332ad..f8c5870 100644 --- a/lib/doc/de/Tutorial.lyx +++ b/lib/doc/de/Tutorial.lyx @@ -1635,7 +1635,7 @@ Auflistung aus dem Auswahlmenü ( \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset ). @@ -1723,7 +1723,7 @@ Aufzählung ( \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset ), fertig. @@ -1745,13 +1745,13 @@ Liste ( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset und \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ), konvertieren, dann sehen Sie sofort, wie diese aussehen. diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx index 408ca50..49f1a63 100644 --- a/lib/doc/de/UserGuide.lyx +++ b/lib/doc/de/UserGuide.lyx @@ -41578,7 +41578,7 @@ Standard \family sans \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset @@ -41605,7 +41605,7 @@ Aufzählung \family sans \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset @@ -41632,7 +41632,7 @@ Auflistung \family sans \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset @@ -41659,7 +41659,7 @@ Liste \family sans \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset diff --git a/lib/doc/es/Tutorial.lyx b/lib/doc/es/Tutorial.lyx index 00fa33d..5b8a86a 100644 --- a/lib/doc/es/Tutorial.lyx +++ b/lib/doc/es/Tutorial.lyx @@ -1479,7 +1479,7 @@ Entornos o con el botón \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset . @@ -1569,7 +1569,7 @@ Enumeración en el menú o usa el botón \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset . @@ -1603,13 +1603,13 @@ Etiquetado ( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset y \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ), para ver cómo son. diff --git a/lib/doc/es/UserGuide.lyx b/lib/doc/es/UserGuide.lyx index a7c6848..3c0039a 100644 --- a/lib/doc/es/UserGuide.lyx +++ b/lib/doc/es/UserGuide.lyx @@ -42490,7 +42490,7 @@ Predeterminado \family sans \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset @@ -42517,7 +42517,7 @@ Lista numerada \family sans \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset @@ -42544,7 +42544,7 @@ Lista no numerada \family sans \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset @@ -42571,7 +42571,7 @@ Lista \family sans \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset diff --git a/lib/doc/fr/Tutorial.lyx b/lib/doc/fr/Tutorial.lyx index 9abba1f..0159d08 100644 --- a/lib/doc/fr/Tutorial.lyx +++ b/lib/doc/fr/Tutorial.lyx @@ -1761,7 +1761,7 @@ ListePuces dans le menu déroulant d'Environnement ( \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset ). @@ -1872,7 +1872,7 @@ Environnement ( \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset ). @@ -1906,13 +1906,13 @@ Liste ( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset et \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ), pour voir à quoi ils ressemblent. diff --git a/lib/doc/fr/UserGuide.lyx b/lib/doc/fr/UserGuide.lyx index d826cc6..0f5cb66 100644 --- a/lib/doc/fr/UserGuide.lyx +++ b/lib/doc/fr/UserGuide.lyx @@ -43522,7 +43522,7 @@ Implicite \family sans \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset @@ -43549,7 +43549,7 @@ Liste numérotée \family sans \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset @@ -43576,7 +43576,7 @@ Liste à puces \family sans \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset @@ -43603,7 +43603,7 @@ Liste \family sans \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset diff --git a/lib/doc/ja/Tutorial.lyx b/lib/doc/ja/Tutorial.lyx index 5ae7415..8f2955b 100644 --- a/lib/doc/ja/Tutorial.lyx +++ b/lib/doc/ja/Tutorial.lyx @@ -1155,7 +1155,7 @@ Return を選びます( \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset ).すると\SpecialChar LyX @@ -1236,7 +1236,7 @@ status collapsed を選択してください( \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset ).ほら!一瞬です.前述したように,項目を加えたり削除したりすると,\SpecialChar LyX @@ -1255,13 +1255,13 @@ arg "layout Enumerate" の出力がどのようなものになるかを見るために,この箇条書きが選択された状態のまま,これらの環境に変更してみるとよろしいでしょう( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset または \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ).これらの2つの環境では,箇条書きの各項目は,最初の単語が用語として表示され,段落の残り( diff --git a/lib/doc/ja/UserGuide.lyx b/lib/doc/ja/UserGuide.lyx index 48e107e..a43008b 100644 --- a/lib/doc/ja/UserGuide.lyx +++ b/lib/doc/ja/UserGuide.lyx @@ -35369,7 +35369,7 @@ arg "layout" \family sans \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset @@ -35396,7 +35396,7 @@ arg "layout Enumerate" \family sans \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset @@ -35423,7 +35423,7 @@ arg "layout Itemize" \family sans \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset @@ -35450,7 +35450,7 @@ arg "layout List" \family sans \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset diff --git a/lib/doc/nb/Tutorial.lyx b/lib/doc/nb/Tutorial.lyx index 62ba100..bcf15e8 100644 --- a/lib/doc/nb/Tutorial.lyx +++ b/lib/doc/nb/Tutorial.lyx @@ -1452,7 +1452,7 @@ Miljø -boksen ( \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset ). @@ -1546,7 +1546,7 @@ Miljø -boksen ( \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset ). @@ -1579,13 +1579,13 @@ Etikettering ( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset og \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ), for å se hvordan de ser ut. diff --git a/lib/doc/nl/Tutorial.lyx b/lib/doc/nl/Tutorial.lyx index 426bd97..1f06959 100644 --- a/lib/doc/nl/Tutorial.lyx +++ b/lib/doc/nl/Tutorial.lyx @@ -1499,7 +1499,7 @@ Omgeving (of \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset ) en \SpecialChar LyX @@ -1594,7 +1594,7 @@ Omgeving \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset @@ -1630,13 +1630,13 @@ Labels ( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset en \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ), om te zien hoe ze er uit zien. diff --git a/lib/doc/ru/Tutorial.lyx b/lib/doc/ru/Tutorial.lyx index fe06fcf..43d9d15 100644 --- a/lib/doc/ru/Tutorial.lyx +++ b/lib/doc/ru/Tutorial.lyx @@ -1574,7 +1574,7 @@ Enter ( \begin_inset Info type "icon" -arg "layout Itemize" +arg "layout-toggle Itemize" \end_inset ) из списка @@ -1668,7 +1668,7 @@ status collapsed ( \begin_inset Info type "icon" -arg "layout Enumerate" +arg "layout-toggle Enumerate" \end_inset ) из списка @@ -1694,13 +1694,13 @@ arg "layout Enumerate" ( \begin_inset Info type "icon" -arg "layout Description" +arg "layout-toggle Description" \end_inset и \begin_inset Info type "icon" -arg "layout List" +arg "layout-toggle List" \end_inset ), чтобы посмотреть, как выглядят они. -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs