Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-03-12 16:39:42 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-10-18 15:41:58 (GMT)
commit5ea20e52fba29535834a9e649cb39d3b55f971df (patch)
tree061c2a89f85034d792b590813ddd44488ca4f728
parentce2745c8cd3b0b8aaadd0a9900fb74df16eb619a (diff)
local hack: disable screenshot key bindings (work around a Xephyr keyboard map issue)
-rw-r--r--extensions/globalkey/screenshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/globalkey/screenshot.py b/extensions/globalkey/screenshot.py
index 0afe964..e79a947 100644
--- a/extensions/globalkey/screenshot.py
+++ b/extensions/globalkey/screenshot.py
@@ -28,7 +28,7 @@ from sugar.graphics import style
from sugar import env
from jarabe.model import shell
-BOUND_KEYS = ['<alt>1', 'Print']
+BOUND_KEYS = []
def handle_key_press(key):