diff options
Diffstat (limited to 'vte3/make-alt-work.patch')
-rw-r--r-- | vte3/make-alt-work.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vte3/make-alt-work.patch b/vte3/make-alt-work.patch new file mode 100644 index 0000000..4a659ba --- /dev/null +++ b/vte3/make-alt-work.patch @@ -0,0 +1,11 @@ +--- a/src/keymap.h ++++ b/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 |