emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/backports-25.2 0d9709e 19/46: Meta + shift + Fn co


From: Noam Postavsky
Subject: [Emacs-diffs] scratch/backports-25.2 0d9709e 19/46: Meta + shift + Fn combos are recognized by xterm>=216.
Date: Sun, 2 Oct 2016 14:04:48 +0000 (UTC)

branch: scratch/backports-25.2
commit 0d9709e44929c58819dfab8fe32ec5d525c8309f
Author: Tino Calancha <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Meta + shift + Fn combos are recognized by xterm>=216.
    
    * lisp/term/xterm.el (xterm-alternatives-map): Meta + shift +
    Fn combos are recognized by xterm>=216 (bug#22837).
    
    (cherry picked from commit 16efc8d53f30d7519cfbcb5837fce70911d6f3a1)
---
 lisp/term/xterm.el |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index 19eb37a..01c0113 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -591,6 +591,19 @@ Return the pasted text as a string."
     (define-key map [f59] [M-f11])
     (define-key map [f60] [M-f12])
 
+    (define-key map [f61] [M-S-f1])
+    (define-key map [f62] [M-S-f2])
+    (define-key map [f63] [M-S-f3])
+    (define-key map [f64] [M-S-f4])
+    (define-key map [f65] [M-S-f5])
+    (define-key map [f66] [M-S-f6])
+    (define-key map [f67] [M-S-f7])
+    (define-key map [f68] [M-S-f8])
+    (define-key map [f69] [M-S-f9])
+    (define-key map [f70] [M-S-f10])
+    (define-key map [f71] [M-S-f11])
+    (define-key map [f72] [M-S-f12])
+
     map)
   "Keymap of possible alternative meanings for some keys.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]