leofarage / connectbot

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

More customization on CAMERA shortcut #218

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As many users, I'm using screen. I'm not using CTRL-A. I need to have
CTRL-] instead to switch between my screens.

I'd like to either:
1. Add CTRL-] sequence to camera button:

...                               
if(PreferenceConstants.CAMERA_CTRLA_BRACKET.equals(camera)) {
                                        transport.write(0x01);
                                        transport.write(']');
...

2. Create a text field in preferences and send CTRL + whatever is in the
text field.

I'm sure both changes aren't hard. I'd be happy to contribute to these to
project once I install the SDK and test them out.

Original issue reported on code.google.com by syrn...@gmail.com on 9 Nov 2009 at 12:30

GoogleCodeExporter commented 8 years ago
Coincidentally, I also use C-], and I wrote a patch to add this feature.  
Attached.

Original comment by eblan...@gmail.com on 23 May 2010 at 2:13

Attachments:

GoogleCodeExporter commented 8 years ago
how to use this patch?

Original comment by cebanovn...@gmail.com on 2 Sep 2010 at 9:15