Bagoro / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

make backspace configurable #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the backspace key seems to be hardcoded to Ctrl-h regardless
of the terminal emulation setting. It would be great if this could be
configurable between Ctrl-h (0x08) and DEL (0x7f).

Original issue reported on code.google.com by istvan.m...@gmail.com on 12 Nov 2008 at 5:33

GoogleCodeExporter commented 9 years ago
This feature would be incredibly useful for Emacs users for whom C-h is (as per
default) bound to "help". As is, the inability to use backspace in Emacs is 
something
of a hindrance.

Original comment by artdent on 27 Dec 2008 at 5:52

GoogleCodeExporter commented 9 years ago
My guess is that this will come with the configurable keymap
support. In the meanwhile, here is the patch I use.

Original comment by istvan.m...@gmail.com on 1 Jan 2009 at 3:35

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by kenny@the-b.org on 5 Feb 2009 at 8:32

GoogleCodeExporter commented 9 years ago
until this is settled, emacs users may find 'normal-erase-is-backspace-mode' 
useful.

Original comment by ken.manh...@gmail.com on 19 Feb 2009 at 7:54

GoogleCodeExporter commented 9 years ago
This is in r303 and is in the Market release from 1.5 onward

Original comment by kenny@the-b.org on 30 Jun 2009 at 9:25