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-20 15:05:38 (GMT)
commit66855e424c2b1098a1fe0d785540fad67c5bc709 (patch)
tree0d675fbc0450fac8c21174f7224911fa9587b2ff
parent1266928e89c8f0f3c7af979752f49005b3704057 (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 8c07975..8a85ac7 100644
--- a/src/jarabe/view/keyhandler.py
+++ b/src/jarabe/view/keyhandler.py
@@ -41,6 +41,8 @@ _actions_table = {
'F2' : 'zoom_group',
'F3' : 'zoom_home',
'F4' : 'zoom_activity',
+ 'F5' : 'open_search',
+ 'F6' : 'frame',
'XF86AudioMute' : 'volume_mute',
'F11' : 'volume_down',
'XF86AudioLowerVolume' : 'volume_down',