[vte/vte-0-36] Emulation: Fix escape sequence of Ctrl+Alt+Space
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-36] Emulation: Fix escape sequence of Ctrl+Alt+Space
- Date: Tue, 7 Jan 2014 18:50:42 +0000 (UTC)
commit f7b72a59e1cef353c9b287dbf030c312177e4e16
Author: Egmont Koblinger <egmont gmail com>
Date: Tue Jan 7 19:49:21 2014 +0100
Emulation: Fix escape sequence of Ctrl+Alt+Space
https://bugzilla.gnome.org/show_bug.cgi?id=710349
src/keymap.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/keymap.c b/src/keymap.c
index 9fe6f24..6678595 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -172,6 +172,9 @@ enum _vte_modifier_encoding_method {
/* Normal keys unaffected by modes. */
static const struct _vte_keymap_entry _vte_keymap_GDK_space[] = {
+ /* Control+Meta+space = ESC+NUL */
+ {cursor_all, keypad_all, fkey_all,
+ GDK_CONTROL_MASK | VTE_META_MASK, _VTE_CAP_ESC "\0", 2, X_NULL},
/* Meta+space = ESC+" " */
{cursor_all, keypad_all, fkey_all,
VTE_META_MASK, _VTE_CAP_ESC " ", 2, X_NULL},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]