On 8/26/06, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Saturday, 26 August 2006, at 19:36:08 (+),
> Asfand Yar Qazi wrote:
>
> > You're getting ruby confused with rails :-)
>
> And you're confusing Perl with Bash.
And you're taking things too seriously.
>
> > I used Ruby here in place o
On Saturday, 26 August 2006, at 19:36:08 (+),
Asfand Yar Qazi wrote:
> You're getting ruby confused with rails :-)
And you're confusing Perl with Bash.
> I used Ruby here in place of Perl, since I don't like the idea of
> running about 5 programs in backquotes and pipes when 1 will do.
Perl
> > >
> > > Just thought it might be useful to someone. If there's a better
> > > solution out there, please tell me!
> >
> > Looks to me like a job for a sed + xargs one-liner(*) to me...
> >
> > (*) left as an exercise for the reader ;-)
>
>
> OK, I got curious as to how easy this would be, so h
On Fri, Aug 25, 2006 at 12:22:47PM +0100, Asfand Yar Qazi wrote:
> I don't know if it's already been done, but here's a little script
> that reads in all key bindings from enlightenment_remote, and
> substitutes all uses of ALT with WIN.
>
> Just thought it might be useful to someone. If there's
On Fri, 25 Aug 2006 12:56:22 +0100 "Asfand Yar Qazi" <[EMAIL PROTECTED]>
wrote:
> On 8/25/06, Asfand Yar Qazi <[EMAIL PROTECTED]> wrote:
> > I don't know if it's already been done, but here's a little script
> > that reads in all key bindings from enlightenment_remote, and
> > substitutes all uses
On 8/25/06, Asfand Yar Qazi <[EMAIL PROTECTED]> wrote:
> I don't know if it's already been done, but here's a little script
> that reads in all key bindings from enlightenment_remote, and
> substitutes all uses of ALT with WIN.
>
> Just thought it might be useful to someone. If there's a better
>
I don't know if it's already been done, but here's a little script
that reads in all key bindings from enlightenment_remote, and
substitutes all uses of ALT with WIN.
Just thought it might be useful to someone. If there's a better
solution out there, please tell me!
#!/usr/bin/ruby -w
DEBUG=fal