diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 56061371fe..17bbbaeb12 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -579,6 +579,7 @@ as returned by `x-server-vendor'." (#x6aa . ?њ) (#x6ab . ?ћ) (#x6ac . ?ќ) + (#x6ad . ?ґ) ;; Source: xkbcommon-keysyms.h (#x6ae . ?ў) (#x6af . ?џ) (#x6b0 . ?№) @@ -594,6 +595,7 @@ as returned by `x-server-vendor'." (#x6ba . ?Њ) (#x6bb . ?Ћ) (#x6bc . ?Ќ) + (#x6bd . ?ґ) ;; Source: xkbcommon-keysyms.h (#x6be . ?Ў) (#x6bf . ?Џ) (#x6c0 . ?ю) @@ -810,6 +812,7 @@ as returned by `x-server-vendor'." (#xaa8 . ? ) (#xaa9 . ?—) (#xaaa . ?–) + (#xaac . ?␣) ;; Source: xkbcommon-keysyms.h (#xaae . ?…) (#xaaf . ?‥) (#xab0 . ?⅓) @@ -822,7 +825,15 @@ as returned by `x-server-vendor'." (#xab7 . ?⅚) (#xab8 . ?℅) (#xabb . ?‒) + ;; In xkbcommon-keysyms.h, the keysyms 0xabc and 0xabe are listed as + ;; U+27E8 and U+27E9 respectively. However, the parenthesis indicate + ;; that these mappings are not one-to-one and that these keysyms are + ;; deprecated. In order to not introduce any incompatibility with + ;; possible existing workflows that expect these keysyms to map as they + ;; currently do, to 0x2329 and 0x232a, respectively, they are left as + ;; they are. In particular, PuTTY is known to agree with this mapping. (#xabc . ?〈) + (#xabd . ?.) ;; Source: xkbcommon-keysyms.h (#xabe . ?〉) (#xac3 . ?⅛) (#xac4 . ?⅜) @@ -839,6 +850,7 @@ as returned by `x-server-vendor'." (#xad2 . ?“) (#xad3 . ?”) (#xad4 . ?℞) + (#xad5 . ?‰) ;; Source: xkbcommon-keysyms.h (#xad6 . ?′) (#xad7 . ?″) (#xad9 . ?✝) @@ -883,20 +895,28 @@ as returned by `x-server-vendor'." (#xba8 . ?∨) (#xba9 . ?∧) (#xbc0 . ?¯) - (#xbc2 . ?⊥) + (#xbc2 . ?⊤) + ;; Source for #xbc2: xkbcommon-keysyms.h. Note that the + ;; `KEYSYM Encoding' appendix to the X protocol definition is incorrect. (#xbc3 . ?∩) (#xbc4 . ?⌊) (#xbc6 . ?_) (#xbca . ?∘) (#xbcc . ?⎕) - (#xbce . ?⊤) + (#xbce . ?⊥) + ;; Source for #xbce: xkbcommon-keysyms.h. Note that the + ;; `KEYSYM Encoding' appendix to the X protocol definition is incorrect. (#xbcf . ?○) (#xbd3 . ?⌈) (#xbd6 . ?∪) (#xbd8 . ?⊃) (#xbda . ?⊂) - (#xbdc . ?⊢) - (#xbfc . ?⊣) + (#xbdc . ?⊣) + ;; Source for #xbdc: xkbcommon-keysyms.h. Note that the + ;; `KEYSYM Encoding' appendix to the X protocol definition is incorrect. + (#xbfc . ?⊢) + ;; Source for #xbfc: xkbcommon-keysyms.h. Note that the + ;; `KEYSYM Encoding' appendix to the X protocol definition is incorrect. ;; Hebrew (#xcdf . ?‗) (#xce0 . ?א) @@ -1143,6 +1163,9 @@ as returned by `x-server-vendor'." ;; #x0aff CURSOR Publish ;; #x0dde THAI MAIHANAKAT Thai +;; However, xkbcommon-keysyms.h do have mappings for #x0aac and #x0abd, +;; which are used above. + ;;;; Selections