Search the web
Sign In
New User? Sign Up
BeipMU · BeipMU Free Mu* Client
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Ctrl+Backspace doesn't do anything   Message List  
Reply | Forward Message #1520 of 1547 |
Re: Ctrl+Backspace doesn't do anything

--- In BeipMU@yahoogroups.com, "crashnbrn71" <crashnbrn71@...> wrote:
>
> --- In BeipMU@yahoogroups.com, "crashnbrn71" <crashnbrn71@> wrote:
> >
> > --- In BeipMU@yahoogroups.com, "Shira I'nusyl" <shira@> wrote:
> > >
> > > Er... Every other Windows application I can think of? Firefox, every IM
program I've used since 2003, Microsoft Word, OpenOffice.org, even Windows
dialogs such as the search and run features. It's been a standard key
combination for years, far as I can tell, that an overwhelming majority of
applications use.
> > >
> > > ~ Shira
> > >
> > > -----Original Message-----
> > > From: crashnbrn71 <crashnbrn71@>
> > >
> > > What "most" programs?
> > >
> >
> > And yet, in ~2000 Programs didn't do that ;)
> > Office 2000, deletes One Word with ctrl-Backspace,
> > as does the Run Dialogue in Windows 2000 (deletes one word).
> >
> > Download AutoHotKey. Install it.
> >
> Revised Information Below, I mistakenly read you wanted to delete a line of
input, and not a single word:
>
> Open up Notepad, put this text into it:
>
> Save the file somewhere, Desktop or myDocs/Scripts, somewhere easily
accessible to yourself. Name it something like: BeipMU.ahk
> When you use BeipMU, double-click on "BeipMU.ahk" that will run it.
>
> When you press ctrl+Backspace (and then release ctrl) the word before the
cursor is deleted.
>
> In AutoHotKey, + means shift, and ^ is ctrl.
>



> ;
> ; Remap Ctrl+Backspace (V1.1) to delete a word of input in BeipMU
> ; only when BeipMU is the active window.
> ;
> #ifWinActive, ahk_class MainWnd
> {
> ^Backspace::
> {
> Send, +^{Left}
> Send, {Del}
> }
> return
> }
> return
>

This works better, CTRL+Backspace, will accept multiple backspaces and delete
multiple words, without having to release CTRL before anything happens. So just
remove the "KeyWait Ctrl" line.






Sun Jun 14, 2009 2:11 am

crashnbrn71
Offline Offline
Send Email Send Email

Forward
Message #1520 of 1547 |
Expand Messages Author Sort by Date

In most programs, Ctrl+Backspace deletes the entire previous word. I use the shortcut quite often, as my paws have an annoying habit of wandering one key off...
Shira I'nusyl
shiraskystre...
Offline Send Email
Jun 11, 2009
3:31 am

... What "most" programs? I've just opened 3 different editors, and none of them have that shortcut. Notepad - spaces forward w/ ctrl-backspace (or it could be...
crashnbrn71
Offline Send Email
Jun 11, 2009
5:59 am

Ctrl+Backspace removes the preceding word in Gedit and OpenOffice Writer (and presumably the other OOo modules), Firefox, Thunderbird, and probably quite a lot...
Chakat Sandwalker
sandwalker81
Offline Send Email
Jun 11, 2009
5:08 pm

Er... Every other Windows application I can think of? Firefox, every IM program I've used since 2003, Microsoft Word, OpenOffice.org, even Windows dialogs such...
Shira I'nusyl
shiraskystre...
Offline Send Email
Jun 11, 2009
7:26 am

... Revised Information Below, I mistakenly read you wanted to delete a line of input, and not a single word: Open up Notepad, put this text into it: ; ; Remap...
crashnbrn71
Offline Send Email
Jun 11, 2009
5:59 pm

This whole thread does make me wonder why, exactly, BeipMU doesn't work the same way as every program I can think of except Notepad. Does it somehow use the...
Shira I'nusyl
shiraskystre...
Offline Send Email
Jun 12, 2009
5:39 am

... This works better, CTRL+Backspace, will accept multiple backspaces and delete multiple words, without having to release CTRL before anything happens. So...
crashnbrn71
Offline Send Email
Jun 14, 2009
6:38 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help