From 9e0172214cf53920372178afb47123147c251297 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 20 Jul 2010 15:05:38 +0000 Subject: 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. --- 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', 'F9' : 'brightness_min', -- cgit v0.9.1