From bf5fd9d8edf8b89bfc9214c2b068ae8f6f3fffd7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 12 Aug 1998 21:47:18 +0000 Subject: Few key sequences added to some keyboards. --- leim/quail/czech.el | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'leim') 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) -- cgit v1.2.1