Re: [orca-list] orca/braille



I created a couple aliases that I use to get xclip to work. I will list them below. The alias xc copies to the clipboard and xp will paste back. In a text console, the output from the xp alias will appear in stdout so it needs to be piped into a command to a file that can be pasted in with a normal editor like vi or emacs.

Here's my two aliases for xclip.
alias xc='xclip -i -d :0 -selection clipboard'
alias xp='xclip -o -d :0 -selection clipboard'


On 11/06/2009 08:11 PM, Jason White wrote:
Daniel Dalton<d dalton iinet net au>  wrote:

Can you give me some examples of how you would use this Jason? Is it
supposed to allow you to copy text in a console, and allow it to be
pasted in programs running under X?

I think so. Last time I tried it, it didn't work as desired, but I might have
made a mistake somewhere. You do have to set the DISPLAY environment variable
appropriately in the session that runs xclip, and that might be where I had it
wrong. I didn't devote much effort to it at the time, but I will next time I
need to copy text between sessions.

_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]