summaryrefslogtreecommitdiffstats
path: root/window-tree.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-03-20 18:01:25 +0000
committerThomas Adam <thomas@xteddy.org>2020-03-20 18:01:25 +0000
commit9894e50c4296e9d34b208679f229bda636b70ff5 (patch)
tree022523076b0f299f4bf9272233c470b9e6fb5859 /window-tree.c
parent5b71943f8993e3778d5337a1185efd08f09633ee (diff)
parent7bbca4939537bcb12d9488cbd0e88fb8bbb5dbc3 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'window-tree.c')
-rw-r--r--window-tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/window-tree.c b/window-tree.c
index 009e93c6..017f7a6f 100644
--- a/window-tree.c
+++ b/window-tree.c
@@ -54,8 +54,8 @@ static void window_tree_key(struct window_mode_entry *,
"}"
static const struct menu_item window_tree_menu_items[] = {
- { "Select", 'E', NULL },
- { "Expand", 'R', NULL },
+ { "Select", '\r', NULL },
+ { "Expand", KEYC_RIGHT, NULL },
{ "", KEYC_NONE, NULL },
{ "Tag", 't', NULL },
{ "Tag All", '\024', NULL },