Bug 845956 - ibus backward trigger key is not customized in ibus-setup
Summary: ibus backward trigger key is not customized in ibus-setup
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-06 09:37 UTC by Akira TAGOH
Modified: 2012-11-13 02:53 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-31 01:02:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Patch for ui/gtk3/panel.vala (26.61 KB, patch)
2012-08-13 09:18 UTC, fujiwara
no flags Details | Diff

Description Akira TAGOH 2012-08-06 09:37:05 UTC
Description of problem:
The default key binding to enable/disable ibus is set to <Control>space though, IME switcher window is open with even ctrl+shift+space.

Version-Release number of selected component (if applicable):
ibus-1.4.99.20120428-2.fc17.x86_64

How reproducible:
always

Steps to Reproduce:
1.press ctrl+shift+space
2.
3.
  
Actual results:
IME switcher window is open

Expected results:
the window should be open as the trigger key is set to ctrl+space

Additional info:
it's not open with ctrl+alt+space say. I guess ibus may ignore shift key here?

Comment 1 fujiwara 2012-08-09 02:51:23 UTC
The Shift key is assigned as the reverse switching if a modifiers key(Control) is assigned in trigger keys.
I'd like to close this bug.

Comment 2 Akira TAGOH 2012-08-09 04:11:21 UTC
where is it defined? how to stop this behavior?

Comment 3 fujiwara 2012-08-09 04:27:47 UTC
(In reply to comment #2)
> where is it defined? how to stop this behavior?

I mean it's hard-coded and I'd like to close this bug.

Comment 4 Akira TAGOH 2012-08-09 05:36:06 UTC
hardcoding the key binding sounds not a good idea. I don't see why you are about to close this without any solutions.

Comment 5 fujiwara 2012-08-09 05:43:12 UTC
(In reply to comment #4)
> hardcoding the key binding sounds not a good idea. I don't see why you are
> about to close this without any solutions.

Do you want to disable the Control+Shift+space?
My understanding is, MS-Windows switches input methods with Windows + space and the Windows + Shift +space for the reverse conversion. And I didn't think users need the customization for the shift reverse.

Comment 6 Akira TAGOH 2012-08-09 05:53:02 UTC
the summary on this bug says it all. whether or not disabling ctrl+shift+space is the side-effects on that complaint. on GNOME 3.6, it's also configurable. why not to have that in ibus?

Comment 7 fujiwara 2012-08-09 05:55:54 UTC
I confirmed you really need to modify it while I didn't think so.
Probably another dconf key will be added as GNOME does it.

Comment 8 fujiwara 2012-08-13 03:02:33 UTC
bad desc.

Comment 9 fujiwara 2012-08-13 09:18:21 UTC
Created attachment 603932 [details]
Patch for ui/gtk3/panel.vala

Tentative patch.

Comment 11 Fedora Update System 2012-08-22 12:17:31 UTC
ibus-1.4.99.20120822-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/ibus-1.4.99.20120822-1.fc18

Comment 12 Fedora Update System 2012-08-22 12:17:47 UTC
ibus-1.4.99.20120822-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/ibus-1.4.99.20120822-1.fc17

Comment 13 Fedora Update System 2012-08-22 14:37:04 UTC
Package ibus-1.4.99.20120822-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing ibus-1.4.99.20120822-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-12410/ibus-1.4.99.20120822-1.fc18
then log in and leave karma (feedback).

Comment 14 Fedora Update System 2012-08-31 01:02:01 UTC
ibus-1.4.99.20120822-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 15 Fedora Update System 2012-09-17 22:49:50 UTC
ibus-1.4.99.20120822-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 16 Peng Huang 2012-11-13 02:07:01 UTC
The Ctrl+Space shortcut works like Alt+Tab. The Shift modifier is just for changing the ime switch direction. Allowing users set two complete different shortcuts for ime swich may cause may problems. So I think just using one setting is better.

Comment 17 Akira TAGOH 2012-11-13 02:23:02 UTC
Sure. if it's the way to go for ibus, I would request to disable that feature entirely. honestly I don't see any useful at all on displaying the switcher window. plus, it breaks usability. that feature considered harmful to me.

Comment 18 fujiwara 2012-11-13 02:53:51 UTC
Recently I added a dconf key switcher-delay-time:
https://github.com/ibus/ibus/commit/dce22003c388a7274dc148161cf0e02f44d29ad6

If the key switcher-delay-time < 0, the IME switcher window is not shown and switches the first two engines only with Ctrl+space and Ctrl+Shift+space.
So I guess your problem might be resolved here without Ctrl+Shift+space customization through VM box problem still exists.


Note You need to log in before you can comment on or make changes to this bug.