Re: [Usability] [Fwd: [Bug 68897] Changed - Cant use kbd to "Clear" button at Open URLdialogbox]



On Tue, Feb 19, 2002 at 04:53:26PM +0000, Calum Benson wrote:
> "Hasbullah Bin Pit (sebol)" wrote:
>> is that ctrl-u from clear is standard?
> 
> It's standard in the sense that it's a standard emacs keybinding
Control-U is a standard Unix keybinding for delete to start of line,
since the late 1970s, in the BSD tty driver, just as DEL is delete
previous character, and Control-W is delete word.

In emacs, control-U is a multiplier prefix, e.g. ^U^D deletes 4 characters,
^U^U^D deletes 16.

In general it's evil for GUI windows to use Control on Unix, I think,
for window functions, in that you'll get some very surprised users
when they try and delete a word and end up quitting (try ^w in the mozilla
URL bar, then click on the document window and type ^w).  But then,
lots of users got used to the idea that Backspace (^H) put you into
Help in emacs :-)

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Ankh: irc.sorcery.net www.valinor.sorcery.net irc.gnome.org www.advogato.org
Author, Open Source XML Database Toolkit, Wiley August 2000
Co-author: The XML Specification Guide, Wiley 1999; Mastering XML, Sybex 2001



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]