;; "QWERTZ" and "QWERTY" versions)
;; - three non-standard Czech keyboards for programmers
-;; Current Quail version has some limitations, which create annoying problems
-;; when using Czech keyboards. You may want to install the file
-;; `hack-quail.el' from the package
-;; ftp://ftp.fi.muni.cz/pub/localization/emacs/emacs-20/emacs-cs-utils*
-;; which tries to remove some of these limitations.
-
;;; Code:
(require 'quail)
("+8" ?*)
("+9" ?\()
("+0" ?\))
+ ("=<" ?<)
+ ("=>" ?>)
+ ("=[" ?\[)
+ ("=]" ?\])
+ ("={" ?{)
+ ("=}" ?})
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
("+8" ?*)
("+9" ?\()
("+0" ?\))
+ ("=<" ?<)
+ ("=>" ?>)
+ ("=[" ?\[)
+ ("=]" ?\])
+ ("={" ?{)
+ ("=}" ?})
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)