Re: [e-users] Script to change all uses of ALT to WIN

2006-08-28 Thread Asfand Yar Qazi
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

Re: [e-users] Script to change all uses of ALT to WIN

2006-08-26 Thread Michael Jennings
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

Re: [e-users] Script to change all uses of ALT to WIN

2006-08-26 Thread Asfand Yar Qazi
> > > > > > 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

Re: [e-users] Script to change all uses of ALT to WIN

2006-08-25 Thread Toby Cubitt
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

Re: [e-users] Script to change all uses of ALT to WIN

2006-08-25 Thread David Seikel
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

Re: [e-users] Script to change all uses of ALT to WIN

2006-08-25 Thread Asfand Yar Qazi
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 >

[e-users] Script to change all uses of ALT to WIN

2006-08-25 Thread Asfand Yar Qazi
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