How to disable the screen orientation hotkeys in Windows (XP)?

165

23

I'm using Eclipse in Windows XP. One of my favorite shortcuts is CTRL+ALT+DOWN (or CTRL+ALT+UP) to duplicate a line.

I just found that on this machine (XP ThinkPad, with NVIDIA graphics driver), this is has the effect of fliping the screen upside down, which I will rarely use.

How can I disable this? Or, if that is difficult, is there a way to give Eclipse hotkeys precedence over any other hotkeys? I'm not sure if this is an OS 'feature' or a background utility, or a function of the graphics driver, but any suggestions that would help me track this down and eliminate it would be appreciated.

I've looked through the choices on the NVIDIA control panel, and I don't find any hotkey options.

Eric Wilson

Posted 2011-05-05T19:21:19.803

Reputation: 6 388

1This is a very annoying setting for IntelliJ users since "ctrl+alt+left/right" are used to navigate code you were editing. – dance2die – 2016-04-02T12:56:40.700

1Are you sure it's and OS shortcut? Could there be a utility running in the background to control orientation? – Tog – 2011-05-05T19:32:34.727

@Tog - Good point. How would you investigate this? – Eric Wilson – 2011-05-05T19:33:53.220

Have a look in the programs list for oem utilities, check the task manager, check the startup list using msconfig – Tog – 2011-05-05T19:40:39.770

Answers

157

I have not tested on AMD/ATI graphics, but I know for a fact that all Intel drivers do this and some Nvidia drivers.

Simply go in to the configuration tool of your driver and look under a section called hotkeys and disable it.

For Intel:

Screenshot from the Intel specific display driver

William Hilsum

Posted 2011-05-05T19:21:19.803

Reputation: 111 572

Disabling worked for me, except that it means you can't use the particular shortcut combinations in any other program! I had to change the shortcuts to obscure shortcuts that I wouldn't need. – cbp – 2014-11-12T06:04:50.683

1Whaao! That was super amazing. I just searched settings and found peanuts! Thanks! – sud007 – 2016-06-03T15:52:22.010

If you have Lenovo, don't forget to uninstall Lenovo Screen Reading Optimizer. – uranibaba – 2017-01-02T07:14:52.560

Unfortunately, it only works for all hot keys at one time. – neverMind9 – 2018-07-25T01:57:38.920

1I feel like a dunce, but I can't find the configuration tool of my driver. Where do I look? – Eric Wilson – 2011-05-05T19:55:39.220

Found it, but didn't find hotkeys, edited question. – Eric Wilson – 2011-05-05T20:04:17.583

Glad you found it... I think that nvidia listens on the driver level, therefore you won't be able to get software to listen "higher" than that - all you can do is change your graphics profile or the hotkey to something else... possibly control+shift+alt+direction? – William Hilsum – 2011-05-05T20:23:11.087

16For those who can't find these settings - try following the route: Control Panel → Appearance and Personalization → Display → Screen Resolution → Advanced Settings → Graphics Driver – lyuba – 2012-05-20T15:13:38.557

4I found the hotkey settings in the Context Menu of the Intel HD Graphics SysTray icon. Graphics Options > Hotkeys > Disable. – Somantra – 2012-07-27T13:29:51.663

135

Looks like the answer is to right-click your desktop, select Graphics Options >>> Hot Keys >>> Disable.

disabling graphics hotkeys

Though see here, where someone describes doing this, having it work for a while, and then having an update borking it for them. Others have suggested in a worst-case like this to uninstall the configuration software installed with your driver but to keep the driver. I'm a little anxious that that's not an nVidia fix, though, since you have to use the above route to disable them in the first place, not some sort of control panel.

In any event, the Graphics Options route worked for me in a similar situation.

ruffin

Posted 2011-05-05T19:21:19.803

Reputation: 1 597

5Perfect thanks. This was interfering with my favorite Visual Studio hotkey – Vazgen – 2014-10-02T17:55:21.683

Graphics Properties and Graphics Options are not always available (I checked on four computers, with Windows XP 32-bit, Windows 7 Enterprise 32-bit, and two with Windows 7 Enterprise 64-bit. Only one, one of the two with Windows 7 Enterprise 64-bit, had these two options). (Are these added by the specific display driver?) – Peter Mortensen – 2013-10-30T13:29:48.033

6

If disable the Intel driver hotkey feature is not usefull, you can try to change the hotkey and then disable it. On my computer, this method works.

Bevoid

Posted 2011-05-05T19:21:19.803

Reputation: 61

3the solution is to assign other shortcuts before disabling them. When I disabled the shortcuts, the screen didn't rotate but the keystrokes were not being recorded by visual studio (in my case) – Maximo Dominguez – 2015-04-06T00:31:04.587

2

That is a function of the display driver, not the OS. You will need to check the settings in the Display Driver to see if it can be disabled.

music2myear

Posted 2011-05-05T19:21:19.803

Reputation: 34 957