Re: [sugar] [PATCH 3/6] Handle the keyboard event handling for tabbing.

2008-06-20 Thread Marco Pesenti Gritti
On Thu, Jun 19, 2008 at 9:09 PM, Benjamin Berg [EMAIL PROTECTED] wrote: +# The modifier used for tabbing. Should the shortcuts ever be made user +# configurable, then some code to figure out the apropriate modifier is +# needed instead of hardcoding it. I'd remove this comment. Seem implicit

[sugar] [PATCH 3/6] Handle the keyboard event handling for tabbing.

2008-06-19 Thread Benjamin Berg
--- src/view/keyhandler.py | 91 +++- 1 files changed, 89 insertions(+), 2 deletions(-) diff --git a/src/view/keyhandler.py b/src/view/keyhandler.py index 16f5a43..b42b93c 100644 --- a/src/view/keyhandler.py +++ b/src/view/keyhandler.py @@ -33,6