Mercurial > emacs
comparison leim/quail/czech.el @ 88155:d7ddb3e565de
sync with trunk
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 00:03:54 +0000 |
parents | 460ba1fd40b4 |
children |
comparison
equal
deleted
inserted
replaced
88154:8ce476d3ba36 | 88155:d7ddb3e565de |
---|---|
1 ;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*- | 1 ;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*- |
2 | 2 |
3 ;; Copyright (C) 1998, 2001 Free Software Foundation. | 3 ;; Copyright (C) 1998, 2001 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Milan Zamazal <pdm@zamazal.org> | 5 ;; Author: Milan Zamazal <pdm@zamazal.org> |
6 ;; Maintainer: Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 ;; Maintainer: Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
7 ;; Keywords: i18n, multilingual, input method, Czech | 7 ;; Keywords: i18n, multilingual, input method, Czech |
8 | 8 |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 ;; GNU General Public License for more details. | 19 ;; GNU General Public License for more details. |
20 | 20 |
21 ;; You should have received a copy of the GNU General Public License | 21 ;; You should have received a copy of the GNU General Public License |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the | 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
24 ;; Boston, MA 02111-1307, USA. | 24 ;; Boston, MA 02110-1301, USA. |
25 | 25 |
26 ;;; Commentary: | 26 ;;; Commentary: |
27 | 27 |
28 ;; This file defines the following Czech keyboards: | 28 ;; This file defines the following Czech keyboards: |
29 ;; - "standard" Czech keyboard in the Windoze NT 105 keys version (both | 29 ;; - "standard" Czech keyboard in the Windoze NT 105 keys version (both |
565 ([kp-8] ?8) | 565 ([kp-8] ?8) |
566 ([kp-9] ?9) | 566 ([kp-9] ?9) |
567 ([kp-0] ?0) | 567 ([kp-0] ?0) |
568 ([kp-add] ?+)) | 568 ([kp-add] ?+)) |
569 | 569 |
570 ;;; arch-tag: 0a27dffc-a5e1-479f-9da2-a9eb91b34d8a | |
570 ;;; czech.el ends here | 571 ;;; czech.el ends here |