Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 13784
Next
In Process

askthedev.com Latest Questions

Asked: September 26, 20242024-09-26T23:52:56+05:30 2024-09-26T23:52:56+05:30In: Ubuntu

How can I set a keyboard shortcut to rotate the screen on Ubuntu 17.10?

anonymous user

So, I’ve been trying to figure out how to set a keyboard shortcut to rotate my screen on Ubuntu 17.10, and I’m feeling a bit lost. I know it’s possible, but every time I try to dig deeper, I end up more confused. I mean, I get it—Ubuntu is supposed to be user-friendly and all, but this feels like a giant puzzle.

Here’s the thing: sometimes I need to flip my screen, like when I’ve got some vertical stuff to work on or when I’m following tutorials that work better in portrait mode. But the whole manual rotation thing through the settings feels tedious, especially when it’s a task I do often. I saw a few posts online suggesting keyboard shortcuts, but they all seemed too complicated, or they just didn’t work for me.

Has anyone managed to set up a shortcut for this? I tried going into the keyboard settings and looking for the “Shortcuts” tab, but I couldn’t find anything that seemed related to screen rotation. I mean, shouldn’t there be something easily accessible for this? I’m not trying to reinvent the wheel here; I just want a quick way to flip my screen when I need it.

Also, are there specific key combinations that work better than others? I’ve read about using Ctrl, Alt, and arrow keys, but I’m not sure how to set that up without accidentally changing other settings or getting into a mess. It would be great if someone could give me a step-by-step or even point me in the right direction for any commands I might have to type in the terminal.

Honestly, I’m just looking for a simple solution. I know I’m probably overcomplicating things, but if you can help me out, that would make my life so much easier—and my screen rotations a breeze! Thanks in advance for any advice or tips!

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-26T23:52:58+05:30Added an answer on September 26, 2024 at 11:52 pm


      To set up keyboard shortcuts for screen rotation in Ubuntu 17.10, you’ll first need to access the keyboard settings. Open the “Settings” application, and navigate to the “Devices” section, then click on “Keyboard.” Scroll to the bottom and look for the “Custom Shortcuts” section, where you can create your own shortcuts. To create a new shortcut for rotating the screen, click the ‘+’ button, and you’ll be prompted to enter a name and command. For screen rotation, you can use the following commands: xrandr --output --rotate left for rotating left, xrandr --output --rotate right for rotating right, and xrandr --output --rotate normal to return to normal orientation. Make sure to replace with your actual display output name, which you can find by running xrandr in the terminal.

      After entering the command, assign your desired keyboard shortcut (such as Ctrl + Alt + Left for rotating left) by clicking on the shortcut field and pressing the key combination you want to use. Be cautious with key combinations; avoid ones that are already in use by other shortcuts to prevent conflicts. If you’re encountering issues with the command not executing, make sure that your X server supports rotation. Once you have your key combinations set up, test them to ensure they work. This method should make rotating your screen much easier and faster without diving deep into settings each time you need a quick flip.


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-26T23:52:58+05:30Added an answer on September 26, 2024 at 11:52 pm



      Keyboard Shortcut for Screen Rotation in Ubuntu 17.10

      Setting Up Screen Rotation Shortcuts in Ubuntu 17.10

      It sounds like you’re on a quest for the holy grail of screen rotation shortcuts—totally get it! It’s a common struggle, but with a few steps, you can set it up.

      Step-by-Step Guide

      1. Open System Settings: Click on the system menu in the top-right corner of your screen, and select Settings.
      2. Go to Keyboard Shortcuts: In the Settings window, scroll to Devices and then find Keyboard. Click on it and then look for the Shortcuts tab.
      3. Create Custom Shortcuts: Scroll down and click on Custom Shortcuts. You should see an option to add a new shortcut.
      4. Add a Shortcut: Click the plus (+) button. You’ll need to fill in a couple of fields:
        • Name: Enter something like “Rotate Screen” (this is just a label).
        • Command: Now, for the command to rotate the screen, you can use one of the following depending on your needs:
        • For normal orientation: xrandr --output --rotate normal
        • For 90 degrees: xrandr --output --rotate right
        • For 180 degrees: xrandr --output --rotate inverted
        • For 270 degrees: xrandr --output --rotate left
      5. Replace <your_display_name> with your actual display name (you can find this by running xrandr in the terminal).
      6. Set the Shortcut Key: After entering the command, click on the Disabled text next to your new shortcut. This will prompt you to press the keys for your shortcut—for example, you could use Ctrl + Alt + Arrow.
      7. Test It Out: Now that you’ve set your shortcut, give it a whirl! Press the keys you selected and see if your screen rotates.

      Tips

      Make sure not to set keys that are already assigned to other shortcuts. You can always go back and change them if something goes wrong.

      Also, if you’re nervous about messing something up, just copy your original settings before making changes, so you can revert back if needed.

      Wrapping Up

      Once you get through these steps, you should be flipping your screen like a pro! Good luck, and may the shortcuts be ever in your favor!


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.