1 ;;; slovak.el --- Quail package for inputting Slovak -*-coding: iso-2022-7bit;-*-
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
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, or (at your option)
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; see the file COPYING. If not, write to the
25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02110-1301, USA.
30 ;; This file defines the following Slovak keyboards:
31 ;; - standard Slovak keyboard
32 ;; - three Slovak keyboards for programmers
40 "slovak" "Slovak" "SK" t
41 "Standard Slovak keyboard."
42 nil t nil nil t nil nil nil nil nil t
)
171 (quail-define-package
172 "slovak-prog-1" "Slovak" "SK" t
173 "Slovak (non-standard) keyboard for programmers #1.
175 All digits except of `1' are replaced by Slovak characters as on the standard
177 Dead keys are on `[', `[[', and `[[['.
178 All other keys are the same as on standard US keyboard."
179 nil t nil nil t nil nil nil nil nil t
)
265 (quail-define-package
266 "slovak-prog-2" "Slovak" "SK" t
267 "Slovak (non-standard) keyboard for programmers #2.
269 All digits except of `1' are replaced by Slovak characters as on the standard
271 Dead keys are on `=' and `+'.
272 All other keys are the same as on standard US keyboard."
273 nil t nil nil t nil nil nil nil nil t
)
367 (quail-define-package
368 "slovak-prog-3" "Slovak" "SK" t
369 "Slovak (non-standard) keyboard for programmers #3.
371 Dead keys are on `[', `[[', `[[[', and `]'.
372 All other keys are the same as on standard US keyboard."
373 nil t nil nil t nil nil nil nil nil t
)
482 ;;; arch-tag: 8aedb992-e191-4eec-ad0d-71a352e02a3d
483 ;;; slovak.el ends here