Keyboard shortcut for rotating Ubuntu 17.10 Screen












4














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.










share|improve this question





























    4














    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.










    share|improve this question



























      4












      4








      4







      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.










      share|improve this question















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 3 '18 at 0:56







      Ole

















      asked Feb 2 '18 at 20:55









      OleOle

      6021819




      6021819






















          3 Answers
          3






          active

          oldest

          votes


















          6














          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.






          share|improve this answer



















          • 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



















          1














          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.






          share|improve this answer








          New contributor




          Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


























            0














            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.






            share|improve this answer





















            • How would you make such a hotkey?
              – Sebastian Stark
              May 2 '18 at 21:13













            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            6














            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.






            share|improve this answer



















            • 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
















            6














            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.






            share|improve this answer



















            • 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














            6












            6








            6






            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.






            share|improve this answer














            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.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            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 use xrandr --output <device> --rotate normal to fix my screen. This problem is infuriating!
              – jmcarter9t
              Oct 19 '18 at 14:50














            • 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








            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













            1














            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.






            share|improve this answer








            New contributor




            Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.























              1














              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.






              share|improve this answer








              New contributor




              Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





















                1












                1








                1






                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.






                share|improve this answer








                New contributor




                Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                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.







                share|improve this answer








                New contributor




                Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Jan 4 at 3:19









                TroyTroy

                111




                111




                New contributor




                Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Troy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                    0














                    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.






                    share|improve this answer





















                    • How would you make such a hotkey?
                      – Sebastian Stark
                      May 2 '18 at 21:13


















                    0














                    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.






                    share|improve this answer





















                    • How would you make such a hotkey?
                      – Sebastian Stark
                      May 2 '18 at 21:13
















                    0












                    0








                    0






                    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.






                    share|improve this answer












                    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.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    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




















                    • 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




















                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局