[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5766] ESC x for execute-command
From: |
Gavin D. Smith |
Subject: |
[5766] ESC x for execute-command |
Date: |
Thu, 21 Aug 2014 14:34:54 +0000 |
Revision: 5766
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5766
Author: gavin
Date: 2014-08-21 14:34:53 +0000 (Thu, 21 Aug 2014)
Log Message:
-----------
ESC x for execute-command
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/infomap.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2014-08-21 09:40:02 UTC (rev 5765)
+++ trunk/ChangeLog 2014-08-21 14:34:53 UTC (rev 5766)
@@ -1,3 +1,8 @@
+2014-08-21 Gavin Smith <address@hidden>
+
+ * info/infomap.c (default_emacs_like_info_keys): Add ESC x key
+ sequence for execute-command.
+
2014-08-21 Karl Berry <address@hidden>
* Texinfo/Convert/Plaintext.pm (converter_initialize): propagate
Modified: trunk/info/infomap.c
===================================================================
--- trunk/info/infomap.c 2014-08-21 09:40:02 UTC (rev 5765)
+++ trunk/info/infomap.c 2014-08-21 14:34:53 UTC (rev 5766)
@@ -230,6 +230,7 @@
KEYMAP_META('r'), NUL, A_info_move_to_window_line,
KEYMAP_META('v'), NUL, A_info_scroll_backward_page_only,
KEYMAP_META('x'), NUL, A_info_execute_command,
+ ESC, 'x', NUL, A_info_execute_command,
CONTROL('x'), CONTROL('b'), NUL, A_list_visited_nodes,
CONTROL('x'), CONTROL('c'), NUL, A_info_quit,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5766] ESC x for execute-command,
Gavin D. Smith <=