diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-06-06 09:28:03 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-06-06 09:30:38 +0000 |
commit | 31932e6108ad1f5949ba1480d278e2f11c2ece3b (patch) | |
tree | d0d5ea342630c2c1d7ecef2dd824abbc9e794050 /main/vte/allow_alt_in_terminal.patch | |
parent | d0a259e0b50429d8867eec8f5cf80b8978551198 (diff) | |
download | aports-31932e6108ad1f5949ba1480d278e2f11c2ece3b.tar.bz2 aports-31932e6108ad1f5949ba1480d278e2f11c2ece3b.tar.xz |
main/vte: allow alt combination in termimal
https://bugzilla.gnome.org/show_bug.cgi?id=663917
Diffstat (limited to 'main/vte/allow_alt_in_terminal.patch')
-rw-r--r-- | main/vte/allow_alt_in_terminal.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/vte/allow_alt_in_terminal.patch b/main/vte/allow_alt_in_terminal.patch new file mode 100644 index 0000000000..d8437173c1 --- /dev/null +++ b/main/vte/allow_alt_in_terminal.patch @@ -0,0 +1,11 @@ +--- vte-0.28.2/src/keymap.h.orig ++++ vte-0.28.2/src/keymap.h +@@ -27,7 +27,7 @@ + + G_BEGIN_DECLS + +-#define VTE_META_MASK GDK_META_MASK ++#define VTE_META_MASK GDK_MOD1_MASK + #define VTE_NUMLOCK_MASK GDK_MOD2_MASK + + /* Map the specified keyval/modifier setup, dependent on the mode, to either |