Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-04-09 09:34:02 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-04-09 09:34:02 (GMT)
commit8ea07e06dd4cac9a30b9d065472463c700486c12 (patch)
treeb0773e76e36d5c8ee301e7bd0c91276a57a46e57 /src
parentc237d20c65d07df11ca1d84c6778baef96146243 (diff)
#4646: Remove <ctrl>o shortcut (mtd).
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'
}