This is wonderful, thank you! I second the request for Emacs-like keybindings (ctrl-a for beginning of line, ctrl-e for end), and also would really like to add: * (Non-emacs related -- the emacs way would be Ctrl-X + B + Enter) Ctrl-Tab to switch to a previous editor window (or just previous window in general, if the previous one was a workspace) within Pharo. (And, Ctrl-Shift-Tab to switch back).
Dmitri Zagidulin On Sat, Dec 25, 2010 at 4:30 AM, Stéphane Ducasse <[email protected]> wrote: > > On Dec 25, 2010, at 1:18 AM, Guillermo Polito wrote: > >> Which shortcuts would you like to have, and how should they be launched? We >> can choose combinations such as (ctrl + a, ctrl + b) > > > It would be good to have several maps > > on mac apple-w for closing windows > > I would love to have a map with > ctrle > ctrla > like in emacs > >> >> Close window - ctrl + w? >> Minimize window - ctrl + ??? >> Maximize window - ctrl + ??? >> >> Open browser - ctrl + ? >> Open Monticello browser ? >> >> Go to next window? >> >> My idea is to: >> >> - get an idea of what kind of keymaps do we want >> - build them using Keymapping, so I can test it well with a nice set of >> shortcuts >> - gradually replace hardcoded shortcuts with Keymappings (at least to have >> an extension to load to do this) >> >> Merry christmas :) (Here is 9 pm yet, hehe) >> >> Guille > > >
