Re: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-22 Thread terry tyson
On Thu, 21 Oct 2004 14:33:06 -0400, Frank Laszlo
<[EMAIL PROTECTED]> wrote:
> This has been around for as long as I can remember, since before XFree86
> 4.x. Its nothing new.
> 
> Regards,
> Frank

Yes, it's all here. Takes a little getting used to the way it works.
Is there any documentation on this? If not, I may write some kind of
howto on it myself. This feature isn't exactly necessary but it sure
is nice to have.
-- 
Terry
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-21 Thread Frank Laszlo
Pratt, Benjamin E. wrote:
I was searching for a way to cut-and-paste but couldn't find any
documentation on how to do it with Aterm. I think I got frustrated and
just started clicking and when I hit the scroll button it worked!! The
only changes I've made are /etc/X11/xorg.conf changes to get my Z-axis
button working:
Section "InputDevice"
   Identifier  "Mouse0"
   Driver  "mouse"
   Option  "Protocol" "auto"
   Option  "Device" "/dev/sysmouse"
   Option  "ZAxisMapping" "4 5"
EndSection
I can't tell you if it's only a 5.3 or an Xorg thing or something else
but I have used it on two different machines running 5.3-BETA6 or newer.
I don't have an older version of FreeBSD running so I can't try it
anywhere else, I would be interested to know though.
Ben
 

This has been around for as long as I can remember, since before XFree86 
4.x. Its nothing new.

Regards, 
   Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-21 Thread Kevin Glick
> snip
> 
> I'm using a laptop but I do have a wheel mouse I can plug in. I'll
> tinker with it some tonight with both the laptop mouse pad and the
> wheel mouse and see what I come up with. I'll let you know how it
> goes.
Look at the chord option for your X config.  Pressing both
buttons at the same time will act as a third button on a 2-button
mouse, and will work as a paste function in X.

For X.org:
Option "ChordMiddle"
For XFree86:
Option "Emulate3Buttons"

Kevin Glick
ITS Manager
Sterling Business Forms
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-21 Thread Pratt, Benjamin E.
I just tried using CTRL-C to copy and CTRL-V to paste but that didn't
work. I know I've used those commands to copy and paste in other
applications (Firefox, etc.) but they don't work for me in Aterm or
XFTerm4 (the terminals available to me in XFCE4.

Highlighting and scroll clicking does work in the terminals and Firefox
so it is the more all-around solution for me.

The two separate clipboards is cool though. One from CTRL-C and a second
from highlighted text.

Ben

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Josh Hansen
Sent: Thursday, October 21, 2004 9:43 AM
To: Pratt, Benjamin E.
Cc: FreeBSD Questions; terry tyson
Subject: Re: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

Pratt, Benjamin E. wrote:

>I was searching for a way to cut-and-paste but couldn't find any
>documentation on how to do it with Aterm. I think I got frustrated and
>just started clicking and when I hit the scroll button it worked!! The
>only changes I've made are /etc/X11/xorg.conf changes to get my Z-axis
>button working:
>
>Section "InputDevice"
>Identifier  "Mouse0"
>Driver  "mouse"
>Option  "Protocol" "auto"
>Option  "Device" "/dev/sysmouse"
>Option  "ZAxisMapping" "4 5"
>EndSection
>
>I can't tell you if it's only a 5.3 or an Xorg thing or something else
>but I have used it on two different machines running 5.3-BETA6 or
newer.
>I don't have an older version of FreeBSD running so I can't try it
>anywhere else, I would be interested to know though.
>
>Ben
>  
>
You can copy and paste from any terminal or other application in X by 
highlighting text with the mouse, and then clicking with the wheel to 
paste. 

You can also copy and paste the Microsoft way, with Control-C/Control-V.

One thing to keep in mind is that anything that you actually copy by 
Edit -> copy, Control-C, right click -> copy, etc will overwrite 
anything you simply highlight.  It's like having two separate 
clipboards.  One from actually copying, one from highlighting.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-21 Thread Josh Hansen
Pratt, Benjamin E. wrote:
I was searching for a way to cut-and-paste but couldn't find any
documentation on how to do it with Aterm. I think I got frustrated and
just started clicking and when I hit the scroll button it worked!! The
only changes I've made are /etc/X11/xorg.conf changes to get my Z-axis
button working:
Section "InputDevice"
   Identifier  "Mouse0"
   Driver  "mouse"
   Option  "Protocol" "auto"
   Option  "Device" "/dev/sysmouse"
   Option  "ZAxisMapping" "4 5"
EndSection
I can't tell you if it's only a 5.3 or an Xorg thing or something else
but I have used it on two different machines running 5.3-BETA6 or newer.
I don't have an older version of FreeBSD running so I can't try it
anywhere else, I would be interested to know though.
Ben
 

You can copy and paste from any terminal or other application in X by 
highlighting text with the mouse, and then clicking with the wheel to 
paste. 

You can also copy and paste the Microsoft way, with Control-C/Control-V.
One thing to keep in mind is that anything that you actually copy by 
Edit -> copy, Control-C, right click -> copy, etc will overwrite 
anything you simply highlight.  It's like having two separate 
clipboards.  One from actually copying, one from highlighting.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-21 Thread terry tyson
On Thu, 21 Oct 2004 09:16:27 -0500, Pratt, Benjamin E.
<[EMAIL PROTECTED]> wrote:
> I was searching for a way to cut-and-paste but couldn't find any
> documentation on how to do it with Aterm. I think I got frustrated and
> just started clicking and when I hit the scroll button it worked!! The
> only changes I've made are /etc/X11/xorg.conf changes to get my Z-axis
> button working:
snip

I'm using a laptop but I do have a wheel mouse I can plug in. I'll
tinker with it some tonight with both the laptop mouse pad and the
wheel mouse and see what I come up with. I'll let you know how it
goes.
-- 
Terry
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-21 Thread Pratt, Benjamin E.
I was searching for a way to cut-and-paste but couldn't find any
documentation on how to do it with Aterm. I think I got frustrated and
just started clicking and when I hit the scroll button it worked!! The
only changes I've made are /etc/X11/xorg.conf changes to get my Z-axis
button working:

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "ZAxisMapping" "4 5"
EndSection

I can't tell you if it's only a 5.3 or an Xorg thing or something else
but I have used it on two different machines running 5.3-BETA6 or newer.
I don't have an older version of FreeBSD running so I can't try it
anywhere else, I would be interested to know though.

Ben

-Original Message-
From: terry tyson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 21, 2004 9:07 AM
To: Pratt, Benjamin E.
Cc: Brian; FreeBSD Questions
Subject: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

On Thu, 21 Oct 2004 08:46:48 -0500, Pratt, Benjamin E.
<[EMAIL PROTECTED]> wrote:
snip 
> Terry mentioned Aterm, I like the flexibility, but I have gotten
> cut-and-paste to work. Just copy by highlighting what you want on the
> clipboard, and then paste by clicking my scroll wheel button.

Cool, how did you get it to work? Is it only available with 5.3?
-- 
Terry
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"