summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-08-12 21:47:18 +0000
committerRichard M. Stallman <rms@gnu.org>1998-08-12 21:47:18 +0000
commitbf5fd9d8edf8b89bfc9214c2b068ae8f6f3fffd7 (patch)
tree942f642c8fba74301c4f48facc09e72f9d82d890 /leim
parent8dd50cdc46511d3116ed9dc458ae7816ba345775 (diff)
downloademacs-bf5fd9d8edf8b89bfc9214c2b068ae8f6f3fffd7.tar.gz
Few key sequences added to some keyboards.
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)