After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652608 - If application already running, can't open new app window in search by keyboard
If application already running, can't open new app window in search by keyboard
Status: RESOLVED DUPLICATE of bug 613082
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-14 23:06 UTC by Maxim Ermilov
Modified: 2011-07-16 18:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
viewSelector: Bind <Ctrl>+<Return> for open new window (2.53 KB, patch)
2011-06-14 23:06 UTC, Maxim Ermilov
reviewed Details | Review

Description Maxim Ermilov 2011-06-14 23:06:13 UTC
Created attachment 189949 [details] [review]
viewSelector: Bind <Ctrl>+<Return> for open new window

"ctrl + enter" should always open new window
Comment 1 Rui Matos 2011-06-15 00:46:55 UTC
There's a similar patch on bug 613082.
Comment 2 Maxim Ermilov 2011-06-15 22:19:13 UTC

*** This bug has been marked as a duplicate of bug 613082 ***
Comment 3 Jasper St. Pierre (not reading bugmail) 2011-07-14 01:35:08 UTC
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 4 Maxim Ermilov 2011-07-16 18:05:01 UTC
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