From: Richard M. Stallman Date: Wed, 12 Aug 1998 21:47:18 +0000 (+0000) Subject: Few key sequences added to some keyboards. X-Git-Tag: emacs-20.3~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f5404a02e7ea187bb700a6507deb249e7481710;p=emacs.git Few key sequences added to some keyboards. --- 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)