123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569 |
- ;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*-
- ;; Copyright (C) 1998, 2001-2012 Free Software Foundation, Inc.
- ;; Author: Milan Zamazal <pdm@zamazal.org>
- ;; Maintainer: Pavel Jan,Bm(Bk <Pavel@Janik.cz>
- ;; Keywords: i18n, multilingual, input method, Czech
- ;; This file is part of GNU Emacs.
- ;; GNU Emacs is free software: you can redistribute it and/or modify
- ;; it under the terms of the GNU General Public License as published by
- ;; the Free Software Foundation, either version 3 of the License, or
- ;; (at your option) any later version.
- ;; GNU Emacs is distributed in the hope that it will be useful,
- ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
- ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- ;; GNU General Public License for more details.
- ;; You should have received a copy of the GNU General Public License
- ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
- ;;; Commentary:
- ;; This file defines the following Czech keyboards:
- ;; - "standard" Czech keyboard in the Windoze NT 105 keys version (both
- ;; "QWERTZ" and "QWERTY" versions)
- ;; - three non-standard Czech keyboards for programmers
- ;;; Code:
- (require 'quail)
- (quail-define-package
- "czech" "Czech" "CZ" t
- "\"Standard\" Czech keyboard in the Windoze NT 105 keys version."
- nil t t t t nil nil nil nil nil t)
- (quail-define-rules
- ("1" ?+)
- ("2" ?,Bl(B)
- ("3" ?,B9(B)
- ("4" ?,Bh(B)
- ("5" ?,Bx(B)
- ("6" ?,B>(B)
- ("7" ?,B}(B)
- ("8" ?,Ba(B)
- ("9" ?,Bm(B)
- ("0" ?,Bi(B)
- ("!" ?1)
- ("@" ?2)
- ("#" ?3)
- ("$" ?4)
- ("%" ?5)
- ("^" ?6)
- ("&" ?7)
- ("*" ?8)
- ("(" ?9)
- (")" ?0)
- ("-" ?=)
- ("_" ?%)
- ("[" ?,Bz(B)
- ("{" ?/)
- ("]" ?\))
- ("}" ?\()
- ("|" ?`)
- (";" ?,By(B)
- (":" ?\")
- ("'" ?,B'(B)
- ("\"" ?!)
- ("<" ??)
- (">" ?:)
- ("/" ?-)
- ("?" ?_)
- ("`" ?\;)
- ("y" ?z)
- ("z" ?y)
- ("Y" ?Z)
- ("Z" ?Y)
- ("\\a" ?,Bd(B)
- ("\\o" ?,Bv(B)
- ("\\s" ?,B_(B)
- ("\\u" ?,B|(B)
- ("\\A" ?,BD(B)
- ("\\O" ?,BV(B)
- ("\\S" ?,B_(B)
- ("\\U" ?,B\(B)
- ("~u" ?,By(B)
- ("~U" ?,BY(B)
- ("=a" ?,Ba(B)
- ("+c" ?,Bh(B)
- ("+d" ?,Bo(B)
- ("=e" ?,Bi(B)
- ("+e" ?,Bl(B)
- ("=i" ?,Bm(B)
- ("+n" ?,Br(B)
- ("=o" ?,Bs(B)
- ("+r" ?,Bx(B)
- ("+s" ?,B9(B)
- ("+t" ?,B;(B)
- ("=u" ?,Bz(B)
- ("=z" ?,B}(B)
- ("+y" ?,B>(B)
- ("=A" ?,BA(B)
- ("+C" ?,BH(B)
- ("+D" ?,BO(B)
- ("=E" ?,BI(B)
- ("+E" ?,BL(B)
- ("=I" ?,BM(B)
- ("+N" ?,BR(B)
- ("=O" ?,BS(B)
- ("+R" ?,BX(B)
- ("+S" ?,B)(B)
- ("+T" ?,B+(B)
- ("=U" ?,BZ(B)
- ("=Z" ?,B](B)
- ("+Y" ?,B.(B)
- ("=1" ?!)
- ("=2" ?@)
- ("=3" ?#)
- ("=4" ?$)
- ("=5" ?%)
- ("=6" ?^)
- ("=7" ?&)
- ("=8" ?*)
- ("=9" ?\()
- ("=0" ?\))
- ("+1" ?!)
- ("+2" ?@)
- ("+3" ?#)
- ("+4" ?$)
- ("+5" ?%)
- ("+6" ?^)
- ("+7" ?&)
- ("+8" ?*)
- ("+9" ?\()
- ("+0" ?\))
- ("=<" ?<)
- ("=>" ?>)
- ("=[" ?\[)
- ("=]" ?\])
- ("={" ?{)
- ("=}" ?})
- ([kp-1] ?1)
- ([kp-2] ?2)
- ([kp-3] ?3)
- ([kp-4] ?4)
- ([kp-5] ?5)
- ([kp-6] ?6)
- ([kp-7] ?7)
- ([kp-8] ?8)
- ([kp-9] ?9)
- ([kp-0] ?0)
- ([kp-add] ?+))
- (quail-define-package
- "czech-qwerty" "Czech" "CZ" t
- "\"Standard\" Czech keyboard in the Windoze NT 105 keys version, QWERTY layout."
- nil t nil nil t nil nil nil nil nil t)
- (quail-define-rules
- ("1" ?+)
- ("2" ?,Bl(B)
- ("3" ?,B9(B)
- ("4" ?,Bh(B)
- ("5" ?,Bx(B)
- ("6" ?,B>(B)
- ("7" ?,B}(B)
- ("8" ?,Ba(B)
- ("9" ?,Bm(B)
- ("0" ?,Bi(B)
- ("!" ?1)
- ("@" ?2)
- ("#" ?3)
- ("$" ?4)
- ("%" ?5)
- ("^" ?6)
- ("&" ?7)
- ("*" ?8)
- ("(" ?9)
- (")" ?0)
- ("-" ?=)
- ("_" ?%)
- ("[" ?,Bz(B)
- ("{" ?/)
- ("]" ?\))
- ("}" ?\()
- ("|" ?`)
- (";" ?,By(B)
- (":" ?\")
- ("'" ?,B'(B)
- ("\"" ?!)
- ("<" ??)
- (">" ?:)
- ("/" ?-)
- ("?" ?_)
- ("`" ?\;)
- ("\\a" ?,Bd(B)
- ("\\o" ?,Bv(B)
- ("\\s" ?,B_(B)
- ("\\u" ?,B|(B)
- ("\\A" ?,BD(B)
- ("\\O" ?,BV(B)
- ("\\S" ?,B_(B)
- ("\\U" ?,B\(B)
- ("~u" ?,By(B)
- ("~U" ?,BY(B)
- ("=a" ?,Ba(B)
- ("+c" ?,Bh(B)
- ("+d" ?,Bo(B)
- ("=e" ?,Bi(B)
- ("+e" ?,Bl(B)
- ("=i" ?,Bm(B)
- ("+n" ?,Br(B)
- ("=o" ?,Bs(B)
- ("+r" ?,Bx(B)
- ("+s" ?,B9(B)
- ("+t" ?,B;(B)
- ("=u" ?,Bz(B)
- ("=y" ?,B}(B)
- ("+z" ?,B>(B)
- ("=A" ?,BA(B)
- ("+C" ?,BH(B)
- ("+D" ?,BO(B)
- ("=E" ?,BI(B)
- ("+E" ?,BL(B)
- ("=I" ?,BM(B)
- ("+N" ?,BR(B)
- ("=O" ?,BS(B)
- ("+R" ?,BX(B)
- ("+S" ?,B)(B)
- ("+T" ?,B+(B)
- ("=Y" ?,B](B)
- ("+Z" ?,B.(B)
- ("=U" ?,BZ(B)
- ("=1" ?!)
- ("=2" ?@)
- ("=3" ?#)
- ("=4" ?$)
- ("=5" ?%)
- ("=6" ?^)
- ("=7" ?&)
- ("=8" ?*)
- ("=9" ?\()
- ("=0" ?\))
- ("+1" ?!)
- ("+2" ?@)
- ("+3" ?#)
- ("+4" ?$)
- ("+5" ?%)
- ("+6" ?^)
- ("+7" ?&)
- ("+8" ?*)
- ("+9" ?\()
- ("+0" ?\))
- ("=<" ?<)
- ("=>" ?>)
- ("=[" ?\[)
- ("=]" ?\])
- ("={" ?{)
- ("=}" ?})
- ([kp-1] ?1)
- ([kp-2] ?2)
- ([kp-3] ?3)
- ([kp-4] ?4)
- ([kp-5] ?5)
- ([kp-6] ?6)
- ([kp-7] ?7)
- ([kp-8] ?8)
- ([kp-9] ?9)
- ([kp-0] ?0)
- ([kp-add] ?+))
- (quail-define-package
- "czech-prog-1" "Czech" "CZ" t
- "Czech (non-standard) keyboard for programmers #1.
- All digits except of `1' are replaced by Czech characters as on the standard
- Czech keyboard.
- `1' is replaced by `+'.
- `+' is a dead key. Multiple presses of the dead key generate various accents.
- All other keys are the same as on standard US keyboard."
- nil t nil nil t nil nil nil nil nil t)
- (quail-define-rules
- ("1" ?+)
- ("2" ?,Bl(B)
- ("3" ?,B9(B)
- ("4" ?,Bh(B)
- ("5" ?,Bx(B)
- ("6" ?,B>(B)
- ("7" ?,B}(B)
- ("8" ?,Ba(B)
- ("9" ?,Bm(B)
- ("0" ?,Bi(B)
- ("+1" ?1)
- ("+2" ?2)
- ("+3" ?3)
- ("+4" ?4)
- ("+5" ?5)
- ("+6" ?6)
- ("+7" ?7)
- ("+8" ?8)
- ("+9" ?9)
- ("+0" ?0)
- ("+a" ?,Ba(B)
- ("++a" ?,Bd(B)
- ("+c" ?,Bh(B)
- ("+d" ?,Bo(B)
- ("+e" ?,Bi(B)
- ("++e" ?,Bl(B)
- ("+i" ?,Bm(B)
- ("+l" ?,Be(B)
- ("++l" ?,B5(B)
- ("+n" ?,Br(B)
- ("+o" ?,Bs(B)
- ("++o" ?,Bv(B)
- ("+++o" ?,Bt(B)
- ("+r" ?,Bx(B)
- ("++r" ?,B`(B)
- ("+s" ?,B9(B)
- ("++s" ?,B_(B)
- ("+t" ?,B;(B)
- ("+u" ?,Bz(B)
- ("++u" ?,By(B)
- ("+++u" ?,B|(B)
- ("+y" ?,B}(B)
- ("+z" ?,B>(B)
- ("+A" ?,BA(B)
- ("++A" ?,BD(B)
- ("+C" ?,BH(B)
- ("+D" ?,BO(B)
- ("+E" ?,BI(B)
- ("++E" ?,BL(B)
- ("+I" ?,BM(B)
- ("+L" ?,BE(B)
- ("++L" ?,B%(B)
- ("+N" ?,BR(B)
- ("+O" ?,BS(B)
- ("++O" ?,BV(B)
- ("+++O" ?,BT(B)
- ("+R" ?,BX(B)
- ("++R" ?,B@(B)
- ("+S" ?,B)(B)
- ("++S" ?,B_(B)
- ("+T" ?,B+(B)
- ("+U" ?,BZ(B)
- ("++U" ?,BY(B)
- ("+++U" ?,B\(B)
- ("+Y" ?,B](B)
- ("+Z" ?,B.(B)
- ([kp-1] ?1)
- ([kp-2] ?2)
- ([kp-3] ?3)
- ([kp-4] ?4)
- ([kp-5] ?5)
- ([kp-6] ?6)
- ([kp-7] ?7)
- ([kp-8] ?8)
- ([kp-9] ?9)
- ([kp-0] ?0)
- ([kp-add] ?+))
- (quail-define-package
- "czech-prog-2" "Czech" "CZ" t
- "Czech (non-standard) keyboard for programmers #2.
- All digits except of `1' are replaced by Czech characters as on the standard
- Czech keyboard.
- `1' is replaced by `,By(B'.
- `+' is a dead key. Multiple presses of the dead key generate various accents.
- All other keys are the same as on standard US keyboard."
- nil t nil nil t nil nil nil nil nil t)
- (quail-define-rules
- ("1" ?,By(B)
- ("2" ?,Bl(B)
- ("3" ?,B9(B)
- ("4" ?,Bh(B)
- ("5" ?,Bx(B)
- ("6" ?,B>(B)
- ("7" ?,B}(B)
- ("8" ?,Ba(B)
- ("9" ?,Bm(B)
- ("0" ?,Bi(B)
- ("+1" ?1)
- ("+2" ?2)
- ("+3" ?3)
- ("+4" ?4)
- ("+5" ?5)
- ("+6" ?6)
- ("+7" ?7)
- ("+8" ?8)
- ("+9" ?9)
- ("+0" ?0)
- ("+a" ?,Ba(B)
- ("++a" ?,Bd(B)
- ("+c" ?,Bh(B)
- ("+d" ?,Bo(B)
- ("+e" ?,Bi(B)
- ("++e" ?,Bl(B)
- ("+i" ?,Bm(B)
- ("+l" ?,Be(B)
- ("++l" ?,B5(B)
- ("+n" ?,Br(B)
- ("+o" ?,Bs(B)
- ("++o" ?,Bv(B)
- ("+++o" ?,Bt(B)
- ("+r" ?,Bx(B)
- ("++r" ?,B`(B)
- ("+s" ?,B9(B)
- ("++s" ?,B_(B)
- ("+t" ?,B;(B)
- ("+u" ?,Bz(B)
- ("++u" ?,By(B)
- ("+++u" ?,B|(B)
- ("+y" ?,B}(B)
- ("+z" ?,B>(B)
- ("+A" ?,BA(B)
- ("++A" ?,BD(B)
- ("+C" ?,BH(B)
- ("+D" ?,BO(B)
- ("+E" ?,BI(B)
- ("++E" ?,BL(B)
- ("+I" ?,BM(B)
- ("+L" ?,BE(B)
- ("++L" ?,B%(B)
- ("+N" ?,BR(B)
- ("+O" ?,BS(B)
- ("++O" ?,BV(B)
- ("+++O" ?,BT(B)
- ("+R" ?,BX(B)
- ("++R" ?,B@(B)
- ("+S" ?,B)(B)
- ("++S" ?,B_(B)
- ("+T" ?,B+(B)
- ("+U" ?,BZ(B)
- ("++U" ?,BY(B)
- ("+++U" ?,B\(B)
- ("+Y" ?,B](B)
- ("+Z" ?,B.(B)
- ([kp-1] ?1)
- ([kp-2] ?2)
- ([kp-3] ?3)
- ([kp-4] ?4)
- ([kp-5] ?5)
- ([kp-6] ?6)
- ([kp-7] ?7)
- ([kp-8] ?8)
- ([kp-9] ?9)
- ([kp-0] ?0)
- ([kp-add] ?+))
- (quail-define-package
- "czech-prog-3" "Czech" "CZ" t
- "Czech (non-standard) keyboard for programmers compatible with the default
- keyboard from the obsolete `emacs-czech' package.
- All digits except of `1' are replaced by Czech characters as on the standard
- Czech keyboard.
- `[' and `]' are replaced with `,Bz(B' and `,By(B', respectively.
- There are two dead keys on `=' and `+'. Characters with diaereses are
- accessible through `+='.
- All other keys are the same as on standard US keyboard."
- nil t nil nil t nil nil nil nil nil t)
- (quail-define-rules
- ("2" ?,Bl(B)
- ("3" ?,B9(B)
- ("4" ?,Bh(B)
- ("5" ?,Bx(B)
- ("6" ?,B>(B)
- ("7" ?,B}(B)
- ("8" ?,Ba(B)
- ("9" ?,Bm(B)
- ("0" ?,Bi(B)
- ("[" ?,Bz(B)
- ("]" ?,By(B)
- ("==" ?=)
- ("++" ?+)
- ("=+" ?+)
- ("=[" ?\[)
- ("=]" ?\])
- ("+[" ?\[)
- ("+]" ?\])
- ("=1" ?1)
- ("=2" ?2)
- ("=3" ?3)
- ("=4" ?4)
- ("=5" ?5)
- ("=6" ?6)
- ("=7" ?7)
- ("=8" ?8)
- ("=9" ?9)
- ("=0" ?0)
- ("+1" ?1)
- ("+2" ?2)
- ("+3" ?3)
- ("+4" ?4)
- ("+5" ?5)
- ("+6" ?6)
- ("+7" ?7)
- ("+8" ?8)
- ("+9" ?9)
- ("+0" ?0)
- ("=A" ?,BA(B)
- ("+A" ?,BD(B)
- ("+=A" ?,BD(B)
- ("+C" ?,BH(B)
- ("+D" ?,BO(B)
- ("=E" ?,BI(B)
- ("+E" ?,BL(B)
- ("=I" ?,BM(B)
- ("=L" ?,B%(B)
- ("+L" ?,BE(B)
- ("+N" ?,BR(B)
- ("=O" ?,BS(B)
- ("+O" ?,BT(B)
- ("+=O" ?,BV(B)
- ("=R" ?,B@(B)
- ("+R" ?,BX(B)
- ("+S" ?,B)(B)
- ("=S" ?,B_(B)
- ("+T" ?,B+(B)
- ("=U" ?,BZ(B)
- ("+U" ?,BY(B)
- ("+=U" ?,B\(B)
- ("=Y" ?,B](B)
- ("+Z" ?,B.(B)
- ("=a" ?,Ba(B)
- ("+a" ?,Bd(B)
- ("+=a" ?,Bd(B)
- ("+c" ?,Bh(B)
- ("+d" ?,Bo(B)
- ("=e" ?,Bi(B)
- ("+e" ?,Bl(B)
- ("=i" ?,Bm(B)
- ("=l" ?,B5(B)
- ("+l" ?,Be(B)
- ("+n" ?,Br(B)
- ("=o" ?,Bs(B)
- ("+o" ?,Bt(B)
- ("+=o" ?,Bv(B)
- ("=r" ?,B`(B)
- ("+r" ?,Bx(B)
- ("+s" ?,B9(B)
- ("=s" ?,B_(B)
- ("+t" ?,B;(B)
- ("=u" ?,Bz(B)
- ("+u" ?,By(B)
- ("+=u" ?,B|(B)
- ("=y" ?,B}(B)
- ("+z" ?,B>(B)
- ([kp-1] ?1)
- ([kp-2] ?2)
- ([kp-3] ?3)
- ([kp-4] ?4)
- ([kp-5] ?5)
- ([kp-6] ?6)
- ([kp-7] ?7)
- ([kp-8] ?8)
- ([kp-9] ?9)
- ([kp-0] ?0)
- ([kp-add] ?+))
- ;;; czech.el ends here
|