Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(355)

Unified Diff: setup/main.py

Issue 9081043: Defalut triggers key is changed to <Super>space. (Closed) Base URL: git://github.com/ibus/ibus.git@master
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « data/ibus.schemas.in ('k') | ui/gtk3/panel.vala » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: setup/main.py
diff --git a/setup/main.py b/setup/main.py
index 707faa46f2fc98c27c4659b5c81f4733092fdcbf..0281ac7f1188a808b0647b53e2fa367c0949ee11 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -89,7 +89,7 @@ class Setup(object):
if variant != None:
shortcuts = variant.unpack()
else:
- shortcuts = ['<Control>space']
+ shortcuts = ['<Super>space']
button = self.__builder.get_object("button_%s" % label)
entry = self.__builder.get_object("entry_%s" % label)
« no previous file with comments | « data/ibus.schemas.in ('k') | ui/gtk3/panel.vala » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b