GNOME Bugzilla – Bug 652608
If application already running, can't open new app window in search by keyboard
Last modified: 2011-07-16 18:05:01 UTC
Created attachment 189949 [details] [review] viewSelector: Bind <Ctrl>+<Return> for open new window "ctrl + enter" should always open new window
There's a similar patch on bug 613082.
*** This bug has been marked as a duplicate of bug 613082 ***
Review of attachment 189949 [details] [review]: ::: js/ui/viewSelector.js @@ +143,2 @@ this._text.connect('text-changed', Lang.bind(this, this._onTextChanged)); + this._text.connect('key-press-event', Lang.bind(this, function (o, e) { Might want to put a comment that says you're not using activate because you want modifiers.
Comment on attachment 189949 [details] [review] viewSelector: Bind <Ctrl>+<Return> for open new window > Might want to put a comment that says you're not using activate because you want modifiers. comment added. patch attached to bug 613082