Merge branch 'master' of git+ssh://ywwg@dev.laptop.org/git/sugar

This commit is contained in:
Owen Williams
2007-01-26 09:34:35 -05:00
4 changed files with 39 additions and 19 deletions
+4
View File
@@ -127,6 +127,10 @@ class KeyHandler(object):
def handle_keyboard_brightness(self):
self._hw_manager.toggle_keyboard_brightness()
def handle_home(self):
# FIXME: finish alt+tab support
pass
def _key_pressed_cb(self, grabber, key):
action = _actions_table[key]
method = getattr(self, 'handle_' + action)