Thread
:
copy and paste in osso-xterm
View Single Post
kirillkk
2012-01-27 , 12:44
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.
Quote & Reply
|
The Following 5 Users Say Thank You to kirillkk For This Useful Post:
AapoRantalainen
,
ArnimS
,
helex
,
phedders
,
szopin
kirillkk
View Public Profile
Send a private message to kirillkk
Find all posts by kirillkk