> -----Original Message----- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 15 August 2003 09:47 > To: Dave Page > Cc: claus; [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Some remarks to pgadmin III > > > Dave Page wrote: > > >>Not a bug; Ctrl-A is not a standard key for text boxes. Use Home and > >>Shift-End instead. Only STC boxes know this key sequence. > If we start > >>implementing every key that STC knows we will go mad. > >> > >> > > > >Ctrl-A is standard as far as I am aware - I use it all the time in > >numerous apps. > > > > > You maybe use it in the main edit field, but certainly not in > any simple > text field!
Actually I do, especially when the content length exceeds the size of the text box. I use very few keys in Windows, but I do use Ctrl-A, Ctrl-C, Ctrl-X, Ctrl-Z and Ctrl-V a great deal. In many ways the keyboard can be quicker than the mouse. > This would be needed to be implemented deep in > wxWindows anyway. Oh yes, I realise that. I don't consider this a bug that we should hold up any release for, but it would be a useful one to fix for some people. > BTW, mozilla doesn't support this even in > the compose window; Ctrl-A is > emacs-like "beginning-of-line" I'm not sure I'd want to base any application design on what's impemented in Mozilla anyway. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match