1 ;;; quail/slovak.el -- Quail package for inputting Slovak
3 ;; Copyright (C) 1998 Free Software Foundation.
5 ;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>,
6 ;; Milan Zamazal <pdm@fi.muni.cz>
7 ;; Maintainer: Milan Zamazal <pdm@fi.muni.cz>
8 ;; Keywords: 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 setups some Slovak keyboards:
30 ;; - standard Slovak keyboard
31 ;; - three Slovak keyboards for programmers
39 "slovak" "Slovak" "SK" nil
40 "Standard Slovak keyboard."
41 nil t nil nil nil nil nil nil nil nil t
)
175 (quail-define-package
176 "slovak-prog-1" "Slovak" "SK" nil
177 "Slovak (non-standard) keyboard for programmers #1.
179 All digits except of `1' are replaced by Slovak characters as on the standard
181 Dead keys are on `[', `[[', and `[[['.
182 All other keys are the same as on standard US keyboard."
183 nil t nil nil nil nil nil nil nil nil t
)
269 (quail-define-package
270 "slovak-prog-2" "Slovak" "SK" nil
271 "Slovak (non-standard) keyboard for programmers #2.
273 All digits except of `1' are replaced by Slovak characters as on the standard
275 Dead keys are on `=' and `+'.
276 All other keys are the same as on standard US keyboard."
277 nil t nil nil nil nil nil nil nil nil t
)
371 (quail-define-package
372 "slovak-prog-3" "Slovak" "SK" nil
373 "Slovak (non-standard) keyboard for programmers #3.
375 Dead keys are on `[', `[[', `[[[', and `]'.
376 All other keys are the same as on standard US keyboard."
377 nil t nil nil nil nil nil nil nil nil t
)