Skip to content

Commit 4ec3690

Browse files
keys stop working
1 parent 981f948 commit 4ec3690

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bpython/curtsiesfrontend/manual_readline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def end_of_line(cursor_offset, line):
4040
return len(line), line
4141

4242
@on('\x1bf')
43-
@on('\x1bl')
4443
@on('\x1bOC')
4544
@on('\x1b[5C')
4645
@on('\x1b[1;5C')

bpython/curtsiesfrontend/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
#TODO other autocomplete modes (also fix in other bpython implementations)
4242

43-
from bpython.keys import cli_key_dispatch as key_dispatch
43+
from curtsies.configfile_keynames import keymap as key_dispatch
4444

4545
logger = logging.getLogger(__name__)
4646

0 commit comments

Comments
 (0)