1 ;;; slovak.el --- Quail package for inputting Slovak -*-coding: iso-2022-7bit;-*-
3 ;; Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc.
5 ;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>
6 ;; Milan Zamazal <pdm@zamazal.org>
7 ;; Maintainer: Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
8 ;; Keywords: i18n, multilingual, input method, Slovak
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 Slovak keyboards:
28 ;; - standard Slovak keyboard
29 ;; - three Slovak keyboards for programmers
37 "slovak" "Slovak" "SK" t
38 "Standard Slovak keyboard."
39 nil t nil nil t nil nil nil nil nil t
)
168 (quail-define-package
169 "slovak-prog-1" "Slovak" "SK" t
170 "Slovak (non-standard) keyboard for programmers #1.
172 All digits except of `1' are replaced by Slovak characters as on the standard
174 Dead keys are on `[', `[[', and `[[['.
175 All other keys are the same as on standard US keyboard."
176 nil t nil nil t nil nil nil nil nil t
)
262 (quail-define-package
263 "slovak-prog-2" "Slovak" "SK" t
264 "Slovak (non-standard) keyboard for programmers #2.
266 All digits except of `1' are replaced by Slovak characters as on the standard
268 Dead keys are on `=' and `+'.
269 All other keys are the same as on standard US keyboard."
270 nil t nil nil t nil nil nil nil nil t
)
364 (quail-define-package
365 "slovak-prog-3" "Slovak" "SK" t
366 "Slovak (non-standard) keyboard for programmers #3.
368 Dead keys are on `[', `[[', `[[[', and `]'.
369 All other keys are the same as on standard US keyboard."
370 nil t nil nil t nil nil nil nil nil t
)
479 ;;; slovak.el ends here