Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-02-26 14:34:44 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-02-26 14:34:44 (GMT)
commit1019815885ee5a2e1c638ed544cae5251c6fbaa0 (patch)
treef3cf83331080a647b60491e65941d88b15807918 /src
parent226d01d55ad49d160d03ff9bd0fd570490f61c6b (diff)
keyhandler: Map XF86Search to the journal search
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/view/keyhandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/view/keyhandler.py b/src/jarabe/view/keyhandler.py
index 65085fa..da000b3 100644
--- a/src/jarabe/view/keyhandler.py
+++ b/src/jarabe/view/keyhandler.py
@@ -68,6 +68,7 @@ _actions_table = {
# the following are intended for emulator users
'<alt><shift>f' : 'frame',
'<alt><shift>q' : 'quit_emulator',
+ 'XF86Search' : 'open_search',
'<alt><shift>o' : 'open_search',
'<alt><shift>r' : 'rotate',
'<alt><shift>s' : 'say_text',