aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 927c18a2..063540d9 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -69,7 +69,7 @@ int CustInput::handle(int e)
// Make text selected when already focused.
position(size(), 0);
return 1;
- } else if (k == 'o')
+ } else if (k == 'o' || k == 'r' || k == HomeKey || k == EndKey)
return 0;
} else if (modifier == SHIFT) {
if (k == LeftKey || k == RightKey)