1 ;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*-
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 ;; Free Software Foundation, Inc.
6 ;; Author: Milan Zamazal <pdm@zamazal.org>
7 ;; Maintainer: Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
8 ;; Keywords: i18n, multilingual, input method, Czech
10 ;; This file is part of GNU Emacs.
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation, either version 3 of the License, or
15 ;; (at your option) any later version.
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27 ;; This file defines the following Czech keyboards:
28 ;; - "standard" Czech keyboard in the Windoze NT 105 keys version (both
29 ;; "QWERTZ" and "QWERTY" versions)
30 ;; - three non-standard Czech keyboards for programmers
38 "czech" "Czech" "CZ" t
39 "\"Standard\" Czech keyboard in the Windoze NT 105 keys version."
40 nil t t t t nil nil nil nil nil t
)
159 (quail-define-package
160 "czech-qwerty" "Czech" "CZ" t
161 "\"Standard\" Czech keyboard in the Windoze NT 105 keys version, QWERTY layout."
162 nil t nil nil t nil nil nil nil nil t
)
277 (quail-define-package
278 "czech-prog-1" "Czech" "CZ" t
279 "Czech (non-standard) keyboard for programmers #1.
281 All digits except of `1' are replaced by Czech characters as on the standard
283 `1' is replaced by `+'.
284 `+' is a dead key. Multiple presses of the dead key generate various accents.
285 All other keys are the same as on standard US keyboard."
286 nil t nil nil t nil nil nil nil nil t
)
367 (quail-define-package
368 "czech-prog-2" "Czech" "CZ" t
369 "Czech (non-standard) keyboard for programmers #2.
371 All digits except of `1' are replaced by Czech characters as on the standard
373 `1' is replaced by `\e,By\e(B'.
374 `+' is a dead key. Multiple presses of the dead key generate various accents.
375 All other keys are the same as on standard US keyboard."
376 nil t nil nil t nil nil nil nil nil t
)
457 (quail-define-package
458 "czech-prog-3" "Czech" "CZ" t
459 "Czech (non-standard) keyboard for programmers compatible with the default
460 keyboard from the obsolete `emacs-czech' package.
462 All digits except of `1' are replaced by Czech characters as on the standard
464 `[' and `]' are replaced with `\e,Bz\e(B' and `\e,By\e(B', respectively.
465 There are two dead keys on `=' and `+'. Characters with diaresis are
466 accessible through `+='.
467 All other keys are the same as on standard US keyboard."
468 nil t nil nil t nil nil nil nil nil t
)
569 ;; arch-tag: 0a27dffc-a5e1-479f-9da2-a9eb91b34d8a
570 ;;; czech.el ends here