Blame SOURCES/ibus-xx-ctrl-space.patch
|
|
8943f9 |
diff --git a/data/ibus.schemas.in b/data/ibus.schemas.in
|
|
|
8943f9 |
index 007fc66..6c75562 100644
|
|
|
8943f9 |
--- a/data/ibus.schemas.in
|
|
|
8943f9 |
+++ b/data/ibus.schemas.in
|
|
|
8943f9 |
@@ -143,7 +143,7 @@ se,si,sk,sy,sy(ku),th,tj,tr,ua,uz,vn
|
|
|
8943f9 |
<owner>ibus</owner>
|
|
|
8943f9 |
<type>list</type>
|
|
|
8943f9 |
<list_type>string</list_type>
|
|
|
8943f9 |
- <default>[<Super>space]</default>
|
|
|
8943f9 |
+ <default>[<Control>space]</default>
|
|
|
8943f9 |
<locale name="C">
|
|
|
8943f9 |
<short>Trigger shortcut keys for gtk_accelerator_parse</short>
|
|
|
8943f9 |
<long>The shortcut keys for turning input method on or off</long>
|
|
|
8943f9 |
diff --git a/ui/gtk3/panel.vala b/ui/gtk3/panel.vala
|
|
|
8943f9 |
index 54251e7..867dbd2 100644
|
|
|
8943f9 |
--- a/ui/gtk3/panel.vala
|
|
|
8943f9 |
+++ b/ui/gtk3/panel.vala
|
|
|
8943f9 |
@@ -354,6 +354,7 @@ class Panel : IBus.PanelService {
|
|
|
8943f9 |
}
|
|
|
8943f9 |
|
|
|
8943f9 |
private void update_version_1_5_3() {
|
|
|
8943f9 |
+#if 0
|
|
|
8943f9 |
#if ENABLE_LIBNOTIFY
|
|
|
8943f9 |
if (!Notify.is_initted()) {
|
|
|
8943f9 |
Notify.init ("ibus");
|
|
|
8943f9 |
@@ -374,6 +375,7 @@ class Panel : IBus.PanelService {
|
|
|
8943f9 |
#else
|
|
|
8943f9 |
warning(_("Super+space is now the default hotkey."));
|
|
|
8943f9 |
#endif
|
|
|
8943f9 |
+#endif
|
|
|
8943f9 |
}
|
|
|
8943f9 |
|
|
|
8943f9 |
private void set_version() {
|