[PATCH] Remove Ctrl-O (the letter "oh") keyboard shortcut to fix #4646

Martin Dengler martin at martindengler.com
Mon Apr 7 06:53:39 EDT 2008


Eben,

There's been a trac bug open for a while about removing the Control-O
shortcut from the keystrokes captured by sugar so that nano can work
from the Terminal.  nano's the recommended editor, IIRC.  Control-O is
"save" in nano.

It's a one line patch, and you said ages ago in trac (#4646) that you
"wouldn't be sad" if Control-O went away.

Do you feel you can approve this patch?

Martin

On Thu, Apr 03, 2008 at 09:22:18PM +0200, Marco Pesenti Gritti wrote:
> Eben are you ok with this?
> 
> On Thu, Apr 3, 2008 at 8:37 PM,  <martin at martindengler.com> wrote:
> > From: Martin Dengler <martin at martindengler.com>
> >
> >  ---
> >   src/view/keyhandler.py |    1 -
> >   1 files changed, 0 insertions(+), 1 deletions(-)
> >
> >  diff --git a/src/view/keyhandler.py b/src/view/keyhandler.py
> >  index 82b6b1c..b14d27d 100644
> >  --- a/src/view/keyhandler.py
> >  +++ b/src/view/keyhandler.py
> >  @@ -61,7 +61,6 @@ _actions_table = {
> >      '<ctrl>Escape'   : 'close_window',
> >      '<ctrl>q'        : 'close_window',
> >      '0xDC'           : 'open_search',
> >  -    '<ctrl>o'        : 'open_search',
> >      '<alt>s'         : 'say_text'
> >   }
> >
> >  --
> >  1.5.4.1
> >
> >  _______________________________________________
> >  Devel mailing list
> >  Devel at lists.laptop.org
> >  http://lists.laptop.org/listinfo/devel
> >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.laptop.org/pipermail/devel/attachments/20080407/f9525fc7/attachment.sig>


More information about the Devel mailing list