Is there anyway to move (swap) an icon pinned to the taskbar by keyboard?
up vote
0
down vote
favorite
My Ubuntu version is default 18.04.
It seems to be configured via some macro or shell script, But I can't find and figure out.
Is there any way I can move (or swap) pinned Ubuntu taskbar icons using a simple key combination like super + whatever + arrow?
command-line shortcut-keys gnome-shell shortcuts taskbar
New contributor
add a comment |
up vote
0
down vote
favorite
My Ubuntu version is default 18.04.
It seems to be configured via some macro or shell script, But I can't find and figure out.
Is there any way I can move (or swap) pinned Ubuntu taskbar icons using a simple key combination like super + whatever + arrow?
command-line shortcut-keys gnome-shell shortcuts taskbar
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
My Ubuntu version is default 18.04.
It seems to be configured via some macro or shell script, But I can't find and figure out.
Is there any way I can move (or swap) pinned Ubuntu taskbar icons using a simple key combination like super + whatever + arrow?
command-line shortcut-keys gnome-shell shortcuts taskbar
New contributor
My Ubuntu version is default 18.04.
It seems to be configured via some macro or shell script, But I can't find and figure out.
Is there any way I can move (or swap) pinned Ubuntu taskbar icons using a simple key combination like super + whatever + arrow?
command-line shortcut-keys gnome-shell shortcuts taskbar
command-line shortcut-keys gnome-shell shortcuts taskbar
New contributor
New contributor
edited yesterday
Zanna
48.9k13123234
48.9k13123234
New contributor
asked Nov 18 at 4:18
jong-hyun Yeo
32
32
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.
org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']
Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:
gsetting set org.gnome.shell favorite-apps ['...']
It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.
@Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
– vanadium
2 days ago
1
OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
– Sergiy Kolodyazhnyy
yesterday
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.
org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']
Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:
gsetting set org.gnome.shell favorite-apps ['...']
It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.
@Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
– vanadium
2 days ago
1
OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
– Sergiy Kolodyazhnyy
yesterday
add a comment |
up vote
1
down vote
accepted
There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.
org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']
Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:
gsetting set org.gnome.shell favorite-apps ['...']
It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.
@Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
– vanadium
2 days ago
1
OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
– Sergiy Kolodyazhnyy
yesterday
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.
org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']
Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:
gsetting set org.gnome.shell favorite-apps ['...']
It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.
There is no built-in possibility to move the pinned icons through keystrokes. The pinned icons (and their order) are defined in a dconf setting, e.g.
org.gnome.shell favorite-apps ['firefox.desktop', 'org.gnome.Nautilus.desktop', 'zim.desktop', 'org.gnome.Terminal.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'org.gnome.gedit.desktop']
Thus, at least, the pinned icons and/or their order could be changed in a script by changing the setting:
gsetting set org.gnome.shell favorite-apps ['...']
It would probably not be that easy to implement a keyboard interface that would allow to select an icon and move it with keystrokes. There is no way that I know to select the Ubuntu dash with the keyboard. In Standard Gnome Shell, however, without Ubuntu Dock active, one can reach the Dash in the overview with: Super Ctrl+Alt+Tab.
edited yesterday
Zanna
48.9k13123234
48.9k13123234
answered 2 days ago
vanadium
4,1721925
4,1721925
@Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
– vanadium
2 days ago
1
OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
– Sergiy Kolodyazhnyy
yesterday
add a comment |
@Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
– vanadium
2 days ago
1
OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
– Sergiy Kolodyazhnyy
yesterday
@Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
– vanadium
2 days ago
@Zanna I was assuming the default Ubuntu 18.04 environment. Rather than closing the question immediately, the OP should probably be given the change to indicate the details.
– vanadium
2 days ago
1
1
OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
– Sergiy Kolodyazhnyy
yesterday
OP edited the question, it is indeed default 18.04. Nonetheless, I would not jump to assumption in general before OP actually edits the post. Besides questions always can be reopened
– Sergiy Kolodyazhnyy
yesterday
add a comment |
jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.
jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.
jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.
jong-hyun Yeo is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093887%2fis-there-anyway-to-move-swap-an-icon-pinned-to-the-taskbar-by-keyboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown