Keyboard shortcut for rotating Ubuntu 17.10 Screen
I somehow rotated the Ubuntu 17.10 screen so it ended up upside down (I think I accidentally triggered a keyboard shortcut). I could not get it to rotate back by clicking the screen rotate button in the task menu, so I had to reboot.
Is there a keyboard shortcut for rotating the screen 180 degrees? The rotation happened on an HP Envy laptop with a touchscreen.
shortcut-keys 17.10 touchscreen wayland
add a comment |
I somehow rotated the Ubuntu 17.10 screen so it ended up upside down (I think I accidentally triggered a keyboard shortcut). I could not get it to rotate back by clicking the screen rotate button in the task menu, so I had to reboot.
Is there a keyboard shortcut for rotating the screen 180 degrees? The rotation happened on an HP Envy laptop with a touchscreen.
shortcut-keys 17.10 touchscreen wayland
add a comment |
I somehow rotated the Ubuntu 17.10 screen so it ended up upside down (I think I accidentally triggered a keyboard shortcut). I could not get it to rotate back by clicking the screen rotate button in the task menu, so I had to reboot.
Is there a keyboard shortcut for rotating the screen 180 degrees? The rotation happened on an HP Envy laptop with a touchscreen.
shortcut-keys 17.10 touchscreen wayland
I somehow rotated the Ubuntu 17.10 screen so it ended up upside down (I think I accidentally triggered a keyboard shortcut). I could not get it to rotate back by clicking the screen rotate button in the task menu, so I had to reboot.
Is there a keyboard shortcut for rotating the screen 180 degrees? The rotation happened on an HP Envy laptop with a touchscreen.
shortcut-keys 17.10 touchscreen wayland
shortcut-keys 17.10 touchscreen wayland
edited Feb 3 '18 at 0:56
Ole
asked Feb 2 '18 at 20:55
OleOle
6021819
6021819
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I'm not sure if there's any by default, but You can easily set the one You like!
Just tap Super to open Dash, search for Keyboard
, go to hotkeys
tab and create new one.
The commends You need are: xrandr -o inverted
and xrandr -o normal
.
1
Had to use:xrandr --query
to obtain the device, then usexrandr --output <device> --rotate normal
to fix my screen. This problem is infuriating!
– jmcarter9t
Oct 19 '18 at 14:50
add a comment |
I also have an HP. Open the screen as far as you can then tilt the laptop back and the screen will auto rotate back to the correct orientation. Then hit the super key(windows key)+ o and that will lock your screen auto-orientation.
New contributor
add a comment |
Happens when I lift my HP a little to fast - or when i shake it (not normal use but had to try it). Making a hot key and will try to live with it - or install another flavour of Ubuntu.
How would you make such a hotkey?
– Sebastian Stark
May 2 '18 at 21:13
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f1002472%2fkeyboard-shortcut-for-rotating-ubuntu-17-10-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm not sure if there's any by default, but You can easily set the one You like!
Just tap Super to open Dash, search for Keyboard
, go to hotkeys
tab and create new one.
The commends You need are: xrandr -o inverted
and xrandr -o normal
.
1
Had to use:xrandr --query
to obtain the device, then usexrandr --output <device> --rotate normal
to fix my screen. This problem is infuriating!
– jmcarter9t
Oct 19 '18 at 14:50
add a comment |
I'm not sure if there's any by default, but You can easily set the one You like!
Just tap Super to open Dash, search for Keyboard
, go to hotkeys
tab and create new one.
The commends You need are: xrandr -o inverted
and xrandr -o normal
.
1
Had to use:xrandr --query
to obtain the device, then usexrandr --output <device> --rotate normal
to fix my screen. This problem is infuriating!
– jmcarter9t
Oct 19 '18 at 14:50
add a comment |
I'm not sure if there's any by default, but You can easily set the one You like!
Just tap Super to open Dash, search for Keyboard
, go to hotkeys
tab and create new one.
The commends You need are: xrandr -o inverted
and xrandr -o normal
.
I'm not sure if there's any by default, but You can easily set the one You like!
Just tap Super to open Dash, search for Keyboard
, go to hotkeys
tab and create new one.
The commends You need are: xrandr -o inverted
and xrandr -o normal
.
edited Feb 3 '18 at 2:38
answered Feb 3 '18 at 2:00
kcprkcpr
998720
998720
1
Had to use:xrandr --query
to obtain the device, then usexrandr --output <device> --rotate normal
to fix my screen. This problem is infuriating!
– jmcarter9t
Oct 19 '18 at 14:50
add a comment |
1
Had to use:xrandr --query
to obtain the device, then usexrandr --output <device> --rotate normal
to fix my screen. This problem is infuriating!
– jmcarter9t
Oct 19 '18 at 14:50
1
1
Had to use:
xrandr --query
to obtain the device, then use xrandr --output <device> --rotate normal
to fix my screen. This problem is infuriating!– jmcarter9t
Oct 19 '18 at 14:50
Had to use:
xrandr --query
to obtain the device, then use xrandr --output <device> --rotate normal
to fix my screen. This problem is infuriating!– jmcarter9t
Oct 19 '18 at 14:50
add a comment |
I also have an HP. Open the screen as far as you can then tilt the laptop back and the screen will auto rotate back to the correct orientation. Then hit the super key(windows key)+ o and that will lock your screen auto-orientation.
New contributor
add a comment |
I also have an HP. Open the screen as far as you can then tilt the laptop back and the screen will auto rotate back to the correct orientation. Then hit the super key(windows key)+ o and that will lock your screen auto-orientation.
New contributor
add a comment |
I also have an HP. Open the screen as far as you can then tilt the laptop back and the screen will auto rotate back to the correct orientation. Then hit the super key(windows key)+ o and that will lock your screen auto-orientation.
New contributor
I also have an HP. Open the screen as far as you can then tilt the laptop back and the screen will auto rotate back to the correct orientation. Then hit the super key(windows key)+ o and that will lock your screen auto-orientation.
New contributor
New contributor
answered Jan 4 at 3:19
TroyTroy
111
111
New contributor
New contributor
add a comment |
add a comment |
Happens when I lift my HP a little to fast - or when i shake it (not normal use but had to try it). Making a hot key and will try to live with it - or install another flavour of Ubuntu.
How would you make such a hotkey?
– Sebastian Stark
May 2 '18 at 21:13
add a comment |
Happens when I lift my HP a little to fast - or when i shake it (not normal use but had to try it). Making a hot key and will try to live with it - or install another flavour of Ubuntu.
How would you make such a hotkey?
– Sebastian Stark
May 2 '18 at 21:13
add a comment |
Happens when I lift my HP a little to fast - or when i shake it (not normal use but had to try it). Making a hot key and will try to live with it - or install another flavour of Ubuntu.
Happens when I lift my HP a little to fast - or when i shake it (not normal use but had to try it). Making a hot key and will try to live with it - or install another flavour of Ubuntu.
answered May 2 '18 at 19:03
Anders JAnders J
1
1
How would you make such a hotkey?
– Sebastian Stark
May 2 '18 at 21:13
add a comment |
How would you make such a hotkey?
– Sebastian Stark
May 2 '18 at 21:13
How would you make such a hotkey?
– Sebastian Stark
May 2 '18 at 21:13
How would you make such a hotkey?
– Sebastian Stark
May 2 '18 at 21:13
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f1002472%2fkeyboard-shortcut-for-rotating-ubuntu-17-10-screen%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