summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
Diffstat (limited to 'leim')
-rw-r--r--leim/quail/czech.el18
1 files changed, 12 insertions, 6 deletions
diff --git a/leim/quail/czech.el b/leim/quail/czech.el
index 50a3a456a82..f11b7eb1519 100644
--- a/leim/quail/czech.el
+++ b/leim/quail/czech.el
@@ -30,12 +30,6 @@
;; "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)
@@ -145,6 +139,12 @@
("+8" ?*)
("+9" ?\()
("+0" ?\))
+ ("=<" ?<)
+ ("=>" ?>)
+ ("=[" ?\[)
+ ("=]" ?\])
+ ("={" ?{)
+ ("=}" ?})
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
@@ -257,6 +257,12 @@
("+8" ?*)
("+9" ?\()
("+0" ?\))
+ ("=<" ?<)
+ ("=>" ?>)
+ ("=[" ?\[)
+ ("=]" ?\])
+ ("={" ?{)
+ ("=}" ?})
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)