summaryrefslogtreecommitdiff
path: root/extra/vte/make_alt_work.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vte/make_alt_work.patch')
-rw-r--r--extra/vte/make_alt_work.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/vte/make_alt_work.patch b/extra/vte/make_alt_work.patch
new file mode 100644
index 000000000..8e6e3fcad
--- /dev/null
+++ b/extra/vte/make_alt_work.patch
@@ -0,0 +1,21 @@
+From b73782a28894e25ed146271f9d6c6775a6836199 Mon Sep 17 00:00:00 2001
+From: Behdad Esfahbod <behdad@behdad.org>
+Date: Fri, 04 Jun 2010 18:36:45 +0000
+Subject: Bug 601926 - Don't hardcode meta to alt
+
+---
+diff --git a/src/keymap.h b/src/keymap.h
+index 3a4cefe..243e22e 100644
+--- a/src/keymap.h
++++ b/src/keymap.h
+@@ -27,7 +27,7 @@
+
+ G_BEGIN_DECLS
+
+-#define VTE_META_MASK GDK_MOD1_MASK
++#define VTE_META_MASK GDK_META_MASK
+ #define VTE_NUMLOCK_MASK GDK_MOD2_MASK
+
+ /* Map the specified keyval/modifier setup, dependent on the mode, to either
+--
+cgit v0.9.2