Magellan Linux

Annotation of /trunk/vte/patches/vte-0.28.2-broken-alt-key.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1700 - (hide annotations) (download)
Tue Mar 13 21:59:08 2012 UTC (12 years, 2 months ago) by niro
File size: 564 byte(s)
-added patch to fix alt sequence
1 niro 1700 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     --
21     cgit v0.9.0.2