diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-12 21:47:18 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-12 21:47:18 +0000 |
commit | 1f5404a02e7ea187bb700a6507deb249e7481710 (patch) | |
tree | 9d77160819f080cb9a5b9968b5e856894923a8f1 /leim | |
parent | 510005ed55620863c8c0bf9de34d597e9e1a5181 (diff) | |
download | emacs-1f5404a02e7ea187bb700a6507deb249e7481710.tar.gz |
Few key sequences added to some keyboards.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/quail/czech.el | 18 |
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) |