maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   copy and paste in osso-xterm (https://talk.maemo.org/showthread.php?t=81919)

kirillkk 2012-01-27 12:44

copy and paste in osso-xterm
 
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.

phedders 2012-01-27 17:47

Re: copy and paste in osso-xterm
 
Oh yes....


All times are GMT. The time now is 19:00.

vBulletin® Version 3.8.8