From 66855e424c2b1098a1fe0d785540fad67c5bc709 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 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', -- cgit v0.9.1