Re: ed on XP

new topic     » goto parent     » topic index » view thread      » older message » newer message

Greg Haberek writes:
 > I tried this. Now Ctrl+Home and Ctrl+End don't work.
 > I use these a lot. Any solution?

Use Ctrl+T to move to the top of the file.
Use Ctrl+B to move to the bottom of the file.

For some reason, with exw in a console,
Ctrl+Home generates the same key code as Home, and
Ctrl+End generates the same key code as End.
It's the same way on Linux.

By the way, the F-keys are the same, except for
F11 and F12. If you use F12 to insert a comment,
you might want to edit ed.ex to have:

     if platform() = WIN32 then
         F11 = 343
         F12 = 344
     else
         F11 = 389
         F12 = 390
     end if

Regards,
    Rob Craig
    Rapid Deployment Software
    http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu