Small fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/lyx-1_1_5@1223 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-11-17 10:32:09 +00:00
parent 13428ca194
commit 1e66ee3ca6
4 changed files with 262 additions and 250 deletions

View File

@ -1,3 +1,12 @@
2000-11-17 Matej Cepl <cepl@bigfoot.com>
* lib/kbd/czech.kmap: add apostroph mark to the Czech keyboard.
2000-11-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lib/Makefile.am (DOCINST): do not install everything in the
documentation directory.
2000-11-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lib/reLyX/acinclude.m4 (RELYX_CHECK_ERRORS): remove useless message.

View File

@ -8,7 +8,7 @@ SUBDIRS = reLyX
BIND = bind/*.bind
CLIPART = clipart/*.eps
DOCDIST = doc/LaTeXConfig.lyx*
DOCINST = doc/*
DOCINST = doc/*.lyx doc/*.eps doc/*.lyx.in
EXAMPLES = examples/*.lyx
IMAGES = images/*.xpm images/*.xbm
KBD = kbd/*.kmap kbd/*.cdef

View File

@ -1,11 +1,11 @@
#
# Key definition file for Czech national keyboard for LyX - hope it's OK
#
# (c)1995 by Ivan Schreter, schreter@ccsun.tuke.sk
# (c)1995 by Ivan Schreter, schreter@kdk.sk
#
\kmod = acute aceilnorsuyzACEILNORSUYZ # acute is on '='
\kmod + caron cdelnrstzCDELNRSTY # caron is on Shift-'='
\kmod + caron cdelnrstzCDELNRSTZ # caron is on Shift-'='
\kmap ~ ;
\kmap 1 + # map numbers to Czech letters and
\kmap ! 1 # Shift-numbers to numbers
@ -50,11 +50,10 @@
\kxmod caron L "\\q{L}"
\kxmod caron d "\\q{d}"
\kxmod acute i "\\'{\\i}" # use only root of i for i acute
# Switch Z and Y as on the standard Czech professional keyboard
\kmap Z Y
\kmap Y Z
\kmap z y
\kmap y z
\kxmod caron y "\\v{z}" # switch from QWERTY to QWERTZ
\kxmod caron Y "\\v{Z}"
\kxmod caron y "\\v{z}"
\kmap z y
\kmap Z Y
\kmap y z
\kmap Y Z
\kmap | '

484
po/fr.po

File diff suppressed because it is too large Load Diff