]> git.eshelyaron.com Git - emacs.git/commitdiff
Few key sequences added to some keyboards.
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 Aug 1998 21:47:18 +0000 (21:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 Aug 1998 21:47:18 +0000 (21:47 +0000)
leim/quail/czech.el

index 50a3a456a82878859ad63ad876b18e337fc63fae..f11b7eb1519dad1953f8a95f1c0126a53d319ee6 100644 (file)
 ;;   "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)