Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-07-20 15:05:38 (GMT)
committer Daniel Drake <dsd@laptop.org>2010-07-27 19:57:09 (GMT)
commit9e0172214cf53920372178afb47123147c251297 (patch)
treeeef407319a3611c1b2c4c7ded56dd67dbc3301c6
parent3ba88ed739f58b7a7b8e2f5481ddfd86e78c8631 (diff)
Add frame and journal keybindings
Use F5 to open the journal and F6 to open the frame. This matches the design of the XO-HS non-membrane keyboard and will also be useful for other users.
-rw-r--r--src/jarabe/view/keyhandler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jarabe/view/keyhandler.py b/src/jarabe/view/keyhandler.py
index 0905db4..5358da8 100644
--- a/src/jarabe/view/keyhandler.py
+++ b/src/jarabe/view/keyhandler.py
@@ -47,6 +47,8 @@ _actions_table = {
'F2' : 'zoom_group',
'F3' : 'zoom_home',
'F4' : 'zoom_activity',
+ 'F5' : 'open_search',
+ 'F6' : 'frame',
'F9' : 'brightness_down',
'F10' : 'brightness_up',
'<alt>F9' : 'brightness_min',