GNOME Bugzilla – Bug 697009
status/keyboard: Allow switching input source in the message tray
Last modified: 2013-05-24 22:20:07 UTC
.
Created attachment 240268 [details] [review] status/keyboard: Allow switching input source in the message tray We still can't show a popup switcher in the message tray but we can at least degrade gracefully and advance to the next input source.
*** Bug 697023 has been marked as a duplicate of this bug. ***
*** Bug 697448 has been marked as a duplicate of this bug. ***
*** Bug 697963 has been marked as a duplicate of this bug. ***
*** Bug 698882 has been marked as a duplicate of this bug. ***
Review of attachment 240268 [details] [review]: Looks good, but we need the same for open top bar menus. ::: js/ui/status/keyboard.js @@ +471,3 @@ + // pushModal/popModal and grabHelper. See + // https://bugzilla.gnome.org/show_bug.cgi?id=695143 . + if (Main.keybindingMode == Shell.KeyBindingMode.MESSAGE_TRAY) { || Main.keybindingMode == Shell.KeyBindingMode.TOPBAR_POPUP
Created attachment 244108 [details] [review] status/keyboard: Allow switching input source in the message tray -- (In reply to comment #6) > Looks good, but we need the same for open top bar menus. > > ::: js/ui/status/keyboard.js > @@ +471,3 @@ > + // pushModal/popModal and grabHelper. See > + // https://bugzilla.gnome.org/show_bug.cgi?id=695143 . > + if (Main.keybindingMode == Shell.KeyBindingMode.MESSAGE_TRAY) { > > || Main.keybindingMode == Shell.KeyBindingMode.TOPBAR_POPUP Right!
Review of attachment 244108 [details] [review]: Yup
Attachment 244108 [details] pushed as 3ce2056 - status/keyboard: Allow switching input source in the message tray