{snip} CTRL+h sends a BACKSPACE. {snip}
Now, a possible bug. Currently, I have the following AppleScript in place:
{snip}
When clicked with the mouse via the menu it works exactly as expected-- sending a single BACKSPACE. When assigned to a key command such as CTRL +h, however, it deletes whitespace with a single hit yet will delete an entire word rather than a single character at a time--very odd. Any ideas?
>When clicked with the mouse via the menu it works exactly as expected--
>sending a single BACKSPACE. When assigned to a key command such as CTRL
>+h, however, it deletes whitespace with a single hit yet will delete
>an entire word rather than a single character at a time--very odd. Any
>ideas?
You have the control key down and you are sending the backspace. The
result is the same as if you typed control+backspace -- or
command+backspace. Catch-22.
JD
>For nearly as long as I've been typing (and in nearly every single Mac
>OS X application), CTRL+h sends a BACKSPACE. It's a muscle memory I
>can't forget, and really don't want to since actually hitting
>BACKSPACE means leaving home and a typing slowdown.
>
>I've gone back and forth with BBEdit support and there seems to be no
>way to implement this. If you have a workaround, I would love to hear
>it.
I just set up a smart keystroke in Butler that sends a backspace when
ctl-h is pressed only in BBEdit. It worked perfectly. I suspect any
keyboard macro program could do the same.