1 ;;; slovak.el --- Quail package for inputting Slovak -*-coding: iso-2022-7bit;-*-
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 ;; Free Software Foundation, Inc.
6 ;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>
7 ;; Milan Zamazal <pdm@zamazal.org>
8 ;; Maintainer: Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9 ;; Keywords: i18n, multilingual, input method, Slovak
11 ;; This file is part of GNU Emacs.
13 ;; GNU Emacs is free software: you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation, either version 3 of the License, or
16 ;; (at your option) any later version.
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28 ;; This file defines the following Slovak keyboards:
29 ;; - standard Slovak keyboard
30 ;; - three Slovak keyboards for programmers
38 "slovak" "Slovak" "SK" t
39 "Standard Slovak keyboard."
40 nil t nil nil t nil nil nil nil nil t
)
169 (quail-define-package
170 "slovak-prog-1" "Slovak" "SK" t
171 "Slovak (non-standard) keyboard for programmers #1.
173 All digits except of `1' are replaced by Slovak characters as on the standard
175 Dead keys are on `[', `[[', and `[[['.
176 All other keys are the same as on standard US keyboard."
177 nil t nil nil t nil nil nil nil nil t
)
263 (quail-define-package
264 "slovak-prog-2" "Slovak" "SK" t
265 "Slovak (non-standard) keyboard for programmers #2.
267 All digits except of `1' are replaced by Slovak characters as on the standard
269 Dead keys are on `=' and `+'.
270 All other keys are the same as on standard US keyboard."
271 nil t nil nil t nil nil nil nil nil t
)
365 (quail-define-package
366 "slovak-prog-3" "Slovak" "SK" t
367 "Slovak (non-standard) keyboard for programmers #3.
369 Dead keys are on `[', `[[', `[[[', and `]'.
370 All other keys are the same as on standard US keyboard."
371 nil t nil nil t nil nil nil nil nil t
)
480 ;; arch-tag: 8aedb992-e191-4eec-ad0d-71a352e02a3d
481 ;;; slovak.el ends here