Active Topics

 



Notices


Reply
Thread Tools
Posts: 18 | Thanked: 38 times | Joined on Jan 2012
#1
Native xterm in n900 seems very usable to me. The only thing which was bothering me is the selection. So I was happy to find that it's easy to fix in source.

The following five lines of code in terminal-widget.c/terminal_widget_do_keys will create very useful soft button.

if(!strcmp(key_string,"CP")) {
terminal_widget_copy_clipboard (widget);
terminal_widget_paste_clipboard (widget);
return;
}

Then you can use gconftool-2 to add that button to terminal's toolbar. It will act as pressing middle mouse button in regular xterm.

I don't know what is the right way to contact package maintainters or to upload a package. So, I need to know if someone else is interested.
 

The Following 5 Users Say Thank You to kirillkk For This Useful Post:
Posts: 155 | Thanked: 61 times | Joined on Nov 2009
#2
Oh yes....
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:48.