17.10: how to hover to see all windows of one application?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
7
down vote
favorite
How can I show all open windows of a certain application using the sidebar (aka Ubuntu Dock)? Right now I have to right-click and select "all windows" to see my other open windows.
Is there a quicker way to do this?
ubuntu-dock navigation
add a comment |Â
up vote
7
down vote
favorite
How can I show all open windows of a certain application using the sidebar (aka Ubuntu Dock)? Right now I have to right-click and select "all windows" to see my other open windows.
Is there a quicker way to do this?
ubuntu-dock navigation
I guess what you are looking for is done bySuper + W
under Ubuntu 16.04 with Unity. It provides you with a tile-style view of all open windows. As you are using Ubuntu 17.10 with the Unity-like Gnome environment, the key might be different. Under Gnome you may as well just presSuper
to get a tile-like view of all open applications. BTW: Super = Windows Key
â Socrates
Apr 19 at 15:45
add a comment |Â
up vote
7
down vote
favorite
up vote
7
down vote
favorite
How can I show all open windows of a certain application using the sidebar (aka Ubuntu Dock)? Right now I have to right-click and select "all windows" to see my other open windows.
Is there a quicker way to do this?
ubuntu-dock navigation
How can I show all open windows of a certain application using the sidebar (aka Ubuntu Dock)? Right now I have to right-click and select "all windows" to see my other open windows.
Is there a quicker way to do this?
ubuntu-dock navigation
edited Apr 19 at 17:33
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
pomsky
22.7k77097
22.7k77097
asked Apr 19 at 15:28
James
1616
1616
I guess what you are looking for is done bySuper + W
under Ubuntu 16.04 with Unity. It provides you with a tile-style view of all open windows. As you are using Ubuntu 17.10 with the Unity-like Gnome environment, the key might be different. Under Gnome you may as well just presSuper
to get a tile-like view of all open applications. BTW: Super = Windows Key
â Socrates
Apr 19 at 15:45
add a comment |Â
I guess what you are looking for is done bySuper + W
under Ubuntu 16.04 with Unity. It provides you with a tile-style view of all open windows. As you are using Ubuntu 17.10 with the Unity-like Gnome environment, the key might be different. Under Gnome you may as well just presSuper
to get a tile-like view of all open applications. BTW: Super = Windows Key
â Socrates
Apr 19 at 15:45
I guess what you are looking for is done by
Super + W
under Ubuntu 16.04 with Unity. It provides you with a tile-style view of all open windows. As you are using Ubuntu 17.10 with the Unity-like Gnome environment, the key might be different. Under Gnome you may as well just pres Super
to get a tile-like view of all open applications. BTW: Super = Windows Keyâ Socrates
Apr 19 at 15:45
I guess what you are looking for is done by
Super + W
under Ubuntu 16.04 with Unity. It provides you with a tile-style view of all open windows. As you are using Ubuntu 17.10 with the Unity-like Gnome environment, the key might be different. Under Gnome you may as well just pres Super
to get a tile-like view of all open applications. BTW: Super = Windows Keyâ Socrates
Apr 19 at 15:45
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
5
down vote
I am not aware of any window-preview-on-mouse-hover feature, but you can activate previews of open windows on
Primary mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
shift+click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'
Middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock middle-click-action 'previews'
shift+middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-middle-click-action 'previews'
(To find out all possible options for an action, run
gsettings range org.gnome.shell.extensions.dash-to-dock click-action
and so.)
As a side note, a GNOME extension called Dash to Panel puts the application icons to the top bar (and provides an option to move top bar to bottom) and also provides the window-preview-on-mouse-hover feature.
1
I'm not sure if I should accept this as an answer as it isn't exactly what I asked? But this works just as well!
â James
Apr 20 at 10:54
1
@James If I'm not mistaken the preview-on-hover feature you're looking for is not yet implemented. But I would recommend not accepting the answer so that in future if/when the feature is implemented others will be more motivated to post a new answer.
â pomsky
Apr 20 at 10:57
1
@James Dash to Panel provides preview-on-hover, see edit to my answer.
â pomsky
Apr 20 at 11:02
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
I am not aware of any window-preview-on-mouse-hover feature, but you can activate previews of open windows on
Primary mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
shift+click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'
Middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock middle-click-action 'previews'
shift+middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-middle-click-action 'previews'
(To find out all possible options for an action, run
gsettings range org.gnome.shell.extensions.dash-to-dock click-action
and so.)
As a side note, a GNOME extension called Dash to Panel puts the application icons to the top bar (and provides an option to move top bar to bottom) and also provides the window-preview-on-mouse-hover feature.
1
I'm not sure if I should accept this as an answer as it isn't exactly what I asked? But this works just as well!
â James
Apr 20 at 10:54
1
@James If I'm not mistaken the preview-on-hover feature you're looking for is not yet implemented. But I would recommend not accepting the answer so that in future if/when the feature is implemented others will be more motivated to post a new answer.
â pomsky
Apr 20 at 10:57
1
@James Dash to Panel provides preview-on-hover, see edit to my answer.
â pomsky
Apr 20 at 11:02
add a comment |Â
up vote
5
down vote
I am not aware of any window-preview-on-mouse-hover feature, but you can activate previews of open windows on
Primary mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
shift+click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'
Middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock middle-click-action 'previews'
shift+middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-middle-click-action 'previews'
(To find out all possible options for an action, run
gsettings range org.gnome.shell.extensions.dash-to-dock click-action
and so.)
As a side note, a GNOME extension called Dash to Panel puts the application icons to the top bar (and provides an option to move top bar to bottom) and also provides the window-preview-on-mouse-hover feature.
1
I'm not sure if I should accept this as an answer as it isn't exactly what I asked? But this works just as well!
â James
Apr 20 at 10:54
1
@James If I'm not mistaken the preview-on-hover feature you're looking for is not yet implemented. But I would recommend not accepting the answer so that in future if/when the feature is implemented others will be more motivated to post a new answer.
â pomsky
Apr 20 at 10:57
1
@James Dash to Panel provides preview-on-hover, see edit to my answer.
â pomsky
Apr 20 at 11:02
add a comment |Â
up vote
5
down vote
up vote
5
down vote
I am not aware of any window-preview-on-mouse-hover feature, but you can activate previews of open windows on
Primary mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
shift+click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'
Middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock middle-click-action 'previews'
shift+middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-middle-click-action 'previews'
(To find out all possible options for an action, run
gsettings range org.gnome.shell.extensions.dash-to-dock click-action
and so.)
As a side note, a GNOME extension called Dash to Panel puts the application icons to the top bar (and provides an option to move top bar to bottom) and also provides the window-preview-on-mouse-hover feature.
I am not aware of any window-preview-on-mouse-hover feature, but you can activate previews of open windows on
Primary mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
shift+click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-click-action 'previews'
Middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock middle-click-action 'previews'
shift+middle mouse button click by running
gsettings set org.gnome.shell.extensions.dash-to-dock shift-middle-click-action 'previews'
(To find out all possible options for an action, run
gsettings range org.gnome.shell.extensions.dash-to-dock click-action
and so.)
As a side note, a GNOME extension called Dash to Panel puts the application icons to the top bar (and provides an option to move top bar to bottom) and also provides the window-preview-on-mouse-hover feature.
edited Apr 20 at 11:02
answered Apr 19 at 17:39
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
![](https://i.stack.imgur.com/A4LiS.jpg?s=32&g=1)
pomsky
22.7k77097
22.7k77097
1
I'm not sure if I should accept this as an answer as it isn't exactly what I asked? But this works just as well!
â James
Apr 20 at 10:54
1
@James If I'm not mistaken the preview-on-hover feature you're looking for is not yet implemented. But I would recommend not accepting the answer so that in future if/when the feature is implemented others will be more motivated to post a new answer.
â pomsky
Apr 20 at 10:57
1
@James Dash to Panel provides preview-on-hover, see edit to my answer.
â pomsky
Apr 20 at 11:02
add a comment |Â
1
I'm not sure if I should accept this as an answer as it isn't exactly what I asked? But this works just as well!
â James
Apr 20 at 10:54
1
@James If I'm not mistaken the preview-on-hover feature you're looking for is not yet implemented. But I would recommend not accepting the answer so that in future if/when the feature is implemented others will be more motivated to post a new answer.
â pomsky
Apr 20 at 10:57
1
@James Dash to Panel provides preview-on-hover, see edit to my answer.
â pomsky
Apr 20 at 11:02
1
1
I'm not sure if I should accept this as an answer as it isn't exactly what I asked? But this works just as well!
â James
Apr 20 at 10:54
I'm not sure if I should accept this as an answer as it isn't exactly what I asked? But this works just as well!
â James
Apr 20 at 10:54
1
1
@James If I'm not mistaken the preview-on-hover feature you're looking for is not yet implemented. But I would recommend not accepting the answer so that in future if/when the feature is implemented others will be more motivated to post a new answer.
â pomsky
Apr 20 at 10:57
@James If I'm not mistaken the preview-on-hover feature you're looking for is not yet implemented. But I would recommend not accepting the answer so that in future if/when the feature is implemented others will be more motivated to post a new answer.
â pomsky
Apr 20 at 10:57
1
1
@James Dash to Panel provides preview-on-hover, see edit to my answer.
â pomsky
Apr 20 at 11:02
@James Dash to Panel provides preview-on-hover, see edit to my answer.
â pomsky
Apr 20 at 11:02
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026442%2f17-10-how-to-hover-to-see-all-windows-of-one-application%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I guess what you are looking for is done by
Super + W
under Ubuntu 16.04 with Unity. It provides you with a tile-style view of all open windows. As you are using Ubuntu 17.10 with the Unity-like Gnome environment, the key might be different. Under Gnome you may as well just presSuper
to get a tile-like view of all open applications. BTW: Super = Windows Keyâ Socrates
Apr 19 at 15:45