[vte] Bug 601926 - Don't hardcode meta to alt
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Bug 601926 - Don't hardcode meta to alt
- Date: Fri, 4 Jun 2010 18:38:38 +0000 (UTC)
commit b73782a28894e25ed146271f9d6c6775a6836199
Author: Behdad Esfahbod <behdad behdad org>
Date: Fri Jun 4 14:36:45 2010 -0400
Bug 601926 - Don't hardcode meta to alt
src/keymap.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]