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