lyx_mirror/lib/doc/ar
Jean-Marc Lasgouttes 0b5ce4b5ba 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.
2020-03-04 14:07:03 +01:00
..
Intro.lyx ctests Arabic: mark non-Arabic text parts as English, fix inversion pattern. 2019-06-03 16:58:10 +02:00
Shortcuts.lyx Use utf8 as inputenc for documentation, examples, and templates. 2019-05-08 21:29:01 +02:00
Tutorial.lyx Fixup cf9827df: do not forget keyboard bindings and docs 2020-03-04 14:07:03 +01:00
UserGuide.lyx Fixup cf9827df: do not forget keyboard bindings and docs 2020-03-04 14:07:03 +01:00