mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
Few key sequences added to some keyboards.
This commit is contained in:
parent
510005ed55
commit
1f5404a02e
@ -30,12 +30,6 @@
|
|||||||
;; "QWERTZ" and "QWERTY" versions)
|
;; "QWERTZ" and "QWERTY" versions)
|
||||||
;; - three non-standard Czech keyboards for programmers
|
;; - 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:
|
;;; Code:
|
||||||
|
|
||||||
(require 'quail)
|
(require 'quail)
|
||||||
@ -145,6 +139,12 @@
|
|||||||
("+8" ?*)
|
("+8" ?*)
|
||||||
("+9" ?\()
|
("+9" ?\()
|
||||||
("+0" ?\))
|
("+0" ?\))
|
||||||
|
("=<" ?<)
|
||||||
|
("=>" ?>)
|
||||||
|
("=[" ?\[)
|
||||||
|
("=]" ?\])
|
||||||
|
("={" ?{)
|
||||||
|
("=}" ?})
|
||||||
([kp-1] ?1)
|
([kp-1] ?1)
|
||||||
([kp-2] ?2)
|
([kp-2] ?2)
|
||||||
([kp-3] ?3)
|
([kp-3] ?3)
|
||||||
@ -257,6 +257,12 @@
|
|||||||
("+8" ?*)
|
("+8" ?*)
|
||||||
("+9" ?\()
|
("+9" ?\()
|
||||||
("+0" ?\))
|
("+0" ?\))
|
||||||
|
("=<" ?<)
|
||||||
|
("=>" ?>)
|
||||||
|
("=[" ?\[)
|
||||||
|
("=]" ?\])
|
||||||
|
("={" ?{)
|
||||||
|
("=}" ?})
|
||||||
([kp-1] ?1)
|
([kp-1] ?1)
|
||||||
([kp-2] ?2)
|
([kp-2] ?2)
|
||||||
([kp-3] ?3)
|
([kp-3] ?3)
|
||||||
|
Loading…
Reference in New Issue
Block a user