On Sun, Dec 14, 2008 at 7:11 PM, Werner F. Bruhin <[email protected]> wrote: > > limodou wrote: > > .... >>> >>> As Spell check is probably used very often what about the following >>> patch? >>> I.e. make Alt-s a standard shortcut key. >>> >> >> I seldom use it. And which one do you want to pick up? There are many >> short-cuts already, so I think setup one yourself is better. >> > > Fair enough > > Did a bit more search and found that OpenOffice 3 and AbiWord both use "F7" > for spelling, so in case you change your mind I would suggest that instead > of Alt-s, especially as Alt-s is already used. > > BTW, is there a way to see what all the defined short cuts are, i.e. a kind > of a summary of what is defined in the program, plus in config.ini and > commands.ini > > Werner >
I've add F7 to spell check and also add a printAccel() to MainFrame, so you can invoke it from shell window like this: >>> app.frame.printAccel() -- I like python! UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/ UliWeb <<simple web framework>>: http://uliwebproject.appspot.com My Blog: (new)http://http://hi.baidu.com/limodou (old)http://www.donews.net/limodou
