blob: 9423d94f87b3ddcadf0ccde3205b986e96416bb0 (
plain)
1 From b73782a28894e25ed146271f9d6c6775a6836199 Mon Sep 17 00:00:00 2001
2 From: Behdad Esfahbod <behdad@behdad.org>
3 Date: Fri, 04 Jun 2010 18:36:45 +0000
4 Subject: Bug 601926 - Don't hardcode meta to alt
5
6 ---
7 diff --git a/src/keymap.h b/src/keymap.h
8 index 3a4cefe..243e22e 100644
9 --- a/src/keymap.h
10 +++ b/src/keymap.h
11 @@ -27,7 +27,7 @@
12
13 G_BEGIN_DECLS
14
15 -#define VTE_META_MASK GDK_MOD1_MASK
16 +#define VTE_META_MASK GDK_META_MASK
17 #define VTE_NUMLOCK_MASK GDK_MOD2_MASK
18
19 /* Map the specified keyval/modifier setup, dependent on the mode, to either
20 --
|