Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/keyhandler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/keyhandler.py b/src/view/keyhandler.py
index 82b6b1c..b14d27d 100644
--- a/src/view/keyhandler.py
+++ b/src/view/keyhandler.py
@@ -61,7 +61,6 @@ _actions_table = {
'<ctrl>Escape' : 'close_window',
'<ctrl>q' : 'close_window',
'0xDC' : 'open_search',
- '<ctrl>o' : 'open_search',
'<alt>s' : 'say_text'
}