Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calculate.py
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2009-09-16 21:08:38 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2009-09-16 21:08:38 (GMT)
commit2e169409aa096be1ff118a9639746297006e9d1b (patch)
tree2604e7e5f2d45d0e64f0da8d38d437dbf8cc17c2 /calculate.py
parenteac8bd485bcb0c0c7fd7ddbff32eb73e427b9e67 (diff)
parent3a184258c44723311c8d54df41898bba346f1fe3 (diff)
Merge branch 'master' of git://git.sugarlabs.org/calculate/garycmartins-toolbar-work-clone
Diffstat (limited to 'calculate.py')
-rw-r--r--calculate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calculate.py b/calculate.py
index d7060de..047c6a8 100644
--- a/calculate.py
+++ b/calculate.py
@@ -283,6 +283,7 @@ class Calculate(ShareableActivity):
'c': lambda o: o.text_copy(),
'v': lambda o: o.text_paste(),
'x': lambda o: o.text_cut(),
+ 'q': lambda o: o.close(),
}
SHIFT_KEYMAP = {