Main menu:


Site search

My Wife’s Website

Recent Posts

Categories

Archives

 

May 2008
S M T W T F S
« Jan   Aug »
 123
45678910
11121314151617
18192021222324
25262728293031

Links:

Meta

ALT-Backspace is Undo

I was using Outlook 2007 and I accidentally had my alt key stuck on my keyboard. When I hit backspace to delete a character, it deleted the last little bit I typed.  It turns out this is a fairly standard feature of the edit box being used there (also used by Notepad).  By using Spy++, I saw that it is sending an EM_CANUNDO and if it is enabled, sends a EM_UNDO.  I tried this in the WordPress edit window as well.  Unfortunately, the redo button doesn’t enable.  So you are better off using Control+Z anyway.

Comments

Comment from Ben Northway
Time: December 22, 2008, 2:15 pm

But control-backspace is supposed to delete the last word. It does this throughout Windows, and Outlook 2003. In Outlook 2007, instead of erasing the word, it makes a weird rectangular character. I will try your alt-backspace suggestion instead. Thanks for the tip.

Write a comment