1 ;;; slovak.el --- Quail package for inputting Slovak
3 ;; Copyright (C) 1998, 2001 Free Software Foundation.
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: i18, 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 2, or (at your option)
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; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
29 ;; This file defines the following Slovak keyboards:
30 ;; - standard Slovak keyboard
31 ;; - three Slovak keyboards for programmers
39 "slovak" "Slovak" "SK" t
40 "Standard Slovak keyboard."
41 nil t nil nil t nil nil nil nil nil t
)
170 (quail-define-package
171 "slovak-prog-1" "Slovak" "SK" t
172 "Slovak (non-standard) keyboard for programmers #1.
174 All digits except of `1' are replaced by Slovak characters as on the standard
176 Dead keys are on `[', `[[', and `[[['.
177 All other keys are the same as on standard US keyboard."
178 nil t nil nil t nil nil nil nil nil t
)
264 (quail-define-package
265 "slovak-prog-2" "Slovak" "SK" t
266 "Slovak (non-standard) keyboard for programmers #2.
268 All digits except of `1' are replaced by Slovak characters as on the standard
270 Dead keys are on `=' and `+'.
271 All other keys are the same as on standard US keyboard."
272 nil t nil nil t nil nil nil nil nil t
)
366 (quail-define-package
367 "slovak-prog-3" "Slovak" "SK" t
368 "Slovak (non-standard) keyboard for programmers #3.
370 Dead keys are on `[', `[[', `[[[', and `]'.
371 All other keys are the same as on standard US keyboard."
372 nil t nil nil t nil nil nil nil nil t
)
481 ;;; slovak.el ends here