Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/globalkey/screenshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/globalkey/screenshot.py')
-rw-r--r--extensions/globalkey/screenshot.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/globalkey/screenshot.py b/extensions/globalkey/screenshot.py
index 1304eae..b7538ef 100644
--- a/extensions/globalkey/screenshot.py
+++ b/extensions/globalkey/screenshot.py
@@ -1,4 +1,5 @@
# Copyright (C) 2008 One Laptop Per Child
+# Copyright (C) 2009 Simon Schampijer
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,7 +27,7 @@ import dbus
from sugar.datastore import datastore
from sugar.graphics import style
-BOUND_KEYS = ['<alt>1']
+BOUND_KEYS = ['<alt>1', 'Print']
def handle_key_press(key):
file_path = os.path.join(tempfile.gettempdir(), '%i' % time.time())