summaryrefslogtreecommitdiff
path: root/src/windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.py')
-rw-r--r--src/windows.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/windows.py b/src/windows.py
index 1a59f260..45a6d22b 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -1118,9 +1118,7 @@ class CommandInput(Input):
self.on_success = on_success
self.on_input = on_input
self.help_message = help_message
- self.key_func['^J'] = self.success
self.key_func['^M'] = self.success
- self.key_func['\n'] = self.success
self.key_func['^G'] = self.abort
self.key_func['^C'] = self.abort