|
From: Charlie M. <cw...@gm...> - 2005-10-14 17:20:18
|
In backend_bases.FigureManagerBase you can see how the full_screen_toggle event is added and handled. 'f', 'l', and 'g' seem reserved right now. One note, I believe modifier keys aren't supported in a natural way right now, so to catch "ctrl+s" for example could be a pain. Just pressing "ctrl" would generate an event. All the modifiers states would have to be maintained manually, I believe. My two cents, - Charlie On 10/14/05, Erik Curiel <ec...@ke...> wrote: > > > some suggested shortcut keys, > > (ctrl+)s =3D save as... > > z =3D zoom to rectangle > > p =3D pan (and zoom) > > alt+right arrow, backspace =3D back > > alt+left arrow =3D forward > > esc, ctrl+w =3D close figure window > > > > we already have the neat f for fullscreen. > > That's a great idea! If this were implemented, I'd like to see a set of > emacs-like key-bindings. Heck, if someone points me to the right place i= n > the code, I'll do it myself. > > E > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |