What change would like to see?
Take a look at the Github pull request #21 from ndrake
(https://github.com/arduino/Arduino/pull/21) which adds Emacs Keybindings for
forward/backward up/down, begin/end of line
Why?
Most editors on OS X and other systems support these as these keybindings
(ctrl-f, ctrl-b, ctrl-p, ctrl-n, ...) are much more convenient than hitting the
cursor keys.
It would also improve the user experience on OS X as the system supports these
keybindings out of the box. These missing bindings make Arduino look like a
non-osx application.
Would this cause any incompatibilities with previous versions? If so, how
can these be mitigated?
As these keybindings aren't bound to anything, there would be no
incompatibility.
The pull-request also merges nicely on the new-branch.
Original issue reported on code.google.com by ulrich.moritz on 17 Sep 2011 at 3:55
Original issue reported on code.google.com by
ulrich.moritz
on 17 Sep 2011 at 3:55