| Author |
Message |
zigbert

Joined: 29 Mar 2006 Posts: 5291 Location: Valåmoen, Norway
|
Posted: Wed 05 May 2010, 06:13 Post_subject:
|
|
technosaurusHave you tested this idea? I can't see how the field can get focus after another window has been opened.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3845
|
Posted: Wed 05 May 2010, 06:49 Post_subject:
|
|
That's what I ran into too, so I guess that is out unless there is some way to grab focus....I'm not complaining though, since this is what makes the keyboard work so nicely.
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Wed 05 May 2010, 11:20 Post_subject:
|
|
| zigbert wrote: | | seaside wrote: | | Code: | <action signal="focus-out-event">echo "$PAD" | xclip -i -selection clipboard</action>
|
| Great stuff. Included for next release.
Thank you
Sigmund |
To be able to paste into a terminal, vim, etc., I think pnote has to be open..which happens if "check exit" action is removed.
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 841
|
Posted: Wed 05 May 2010, 19:00 Post_subject:
|
|
I'm wondering if it's worthwhile to have the clipboard action be the default.
If you didn't realize that just leaving the window would wipe out something specifically placed earlier on the clipboard, it might be confusing.
I know it was my suggestion, but perhaps better for a specific use as an option.
jpeps- Yes, the selection buffer is used to paste into terminals.
Cheers,
s
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Thu 06 May 2010, 02:11 Post_subject:
|
|
Windowed version gets both the selection buffer & traditional clipboard.
| Description |
|

Download |
| Filename |
pnote-gray.png |
| Filesize |
150.79 KB |
| Downloaded |
332 Time(s) |
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5291 Location: Valåmoen, Norway
|
Posted: Thu 06 May 2010, 15:31 Post_subject:
|
|
Is there a way to copy ONLY selected text to xclip ?
_________________ Stardust resources
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 841
|
Posted: Thu 06 May 2010, 19:49 Post_subject:
|
|
| zigbert wrote: | | Is there a way to copy ONLY selected text to xclip ? |
| Code: | | xclip -i -selection primary |
But..... I think it gets wiped out if the program exits.
Cheers,
s
(EDIT) NO,it isn't wiped: Just tried it after Pnote exit - it still pastes in a terminal and is not on clipboard.
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Thu 06 May 2010, 23:46 Post_subject:
|
|
think it's just writing everything to the buffer instead of the clipboard...
|
|
Back to top
|
|
 |
|