Disabling shift-Windows key in Windows 7
Windows 7 set those Windows+Shift keys for moving windows to the other screens:
(Win)+Shift+→ (Right Arrow)
or (Win)+Shift+← (Left Arrow)
moves the window to the other side of the dual monitor setup.
How can I disable this? It conflicts with Emacs/org mode's keys, and I find it annoying.
windows-7 keyboard-shortcuts
add a comment |
Windows 7 set those Windows+Shift keys for moving windows to the other screens:
(Win)+Shift+→ (Right Arrow)
or (Win)+Shift+← (Left Arrow)
moves the window to the other side of the dual monitor setup.
How can I disable this? It conflicts with Emacs/org mode's keys, and I find it annoying.
windows-7 keyboard-shortcuts
I'm confused as to what shortcut you mean. Windows+Shift doesn't do anything for me in Win7...
– Shinrai
Oct 5 '10 at 14:28
1
@Shinrai : They are Windows-Shift-Left/Right.
– prosseek
Oct 5 '10 at 14:38
2
Oh, that's nice to know actually, thanks. Sorry I can't help at all with turning it off though.
– Shinrai
Oct 5 '10 at 15:11
It may be part of the video card driver - Intel cards have the most annoying ability to flip the display upside down just by accidentally pressing control and downarrow.
– JohnnyVegas
Dec 21 '14 at 1:33
1
Just a small note that 3rd party applications should not rely on Windows logo key. Complain at Emacs/org to get an alternative in Emacs. This way you will also help other Emacs users.
– miroxlav
Jun 30 '15 at 13:02
add a comment |
Windows 7 set those Windows+Shift keys for moving windows to the other screens:
(Win)+Shift+→ (Right Arrow)
or (Win)+Shift+← (Left Arrow)
moves the window to the other side of the dual monitor setup.
How can I disable this? It conflicts with Emacs/org mode's keys, and I find it annoying.
windows-7 keyboard-shortcuts
Windows 7 set those Windows+Shift keys for moving windows to the other screens:
(Win)+Shift+→ (Right Arrow)
or (Win)+Shift+← (Left Arrow)
moves the window to the other side of the dual monitor setup.
How can I disable this? It conflicts with Emacs/org mode's keys, and I find it annoying.
windows-7 keyboard-shortcuts
windows-7 keyboard-shortcuts
edited Dec 3 '13 at 23:08
Scott
15.9k113990
15.9k113990
asked Oct 5 '10 at 13:21
prosseekprosseek
2,332154970
2,332154970
I'm confused as to what shortcut you mean. Windows+Shift doesn't do anything for me in Win7...
– Shinrai
Oct 5 '10 at 14:28
1
@Shinrai : They are Windows-Shift-Left/Right.
– prosseek
Oct 5 '10 at 14:38
2
Oh, that's nice to know actually, thanks. Sorry I can't help at all with turning it off though.
– Shinrai
Oct 5 '10 at 15:11
It may be part of the video card driver - Intel cards have the most annoying ability to flip the display upside down just by accidentally pressing control and downarrow.
– JohnnyVegas
Dec 21 '14 at 1:33
1
Just a small note that 3rd party applications should not rely on Windows logo key. Complain at Emacs/org to get an alternative in Emacs. This way you will also help other Emacs users.
– miroxlav
Jun 30 '15 at 13:02
add a comment |
I'm confused as to what shortcut you mean. Windows+Shift doesn't do anything for me in Win7...
– Shinrai
Oct 5 '10 at 14:28
1
@Shinrai : They are Windows-Shift-Left/Right.
– prosseek
Oct 5 '10 at 14:38
2
Oh, that's nice to know actually, thanks. Sorry I can't help at all with turning it off though.
– Shinrai
Oct 5 '10 at 15:11
It may be part of the video card driver - Intel cards have the most annoying ability to flip the display upside down just by accidentally pressing control and downarrow.
– JohnnyVegas
Dec 21 '14 at 1:33
1
Just a small note that 3rd party applications should not rely on Windows logo key. Complain at Emacs/org to get an alternative in Emacs. This way you will also help other Emacs users.
– miroxlav
Jun 30 '15 at 13:02
I'm confused as to what shortcut you mean. Windows+Shift doesn't do anything for me in Win7...
– Shinrai
Oct 5 '10 at 14:28
I'm confused as to what shortcut you mean. Windows+Shift doesn't do anything for me in Win7...
– Shinrai
Oct 5 '10 at 14:28
1
1
@Shinrai : They are Windows-Shift-Left/Right.
– prosseek
Oct 5 '10 at 14:38
@Shinrai : They are Windows-Shift-Left/Right.
– prosseek
Oct 5 '10 at 14:38
2
2
Oh, that's nice to know actually, thanks. Sorry I can't help at all with turning it off though.
– Shinrai
Oct 5 '10 at 15:11
Oh, that's nice to know actually, thanks. Sorry I can't help at all with turning it off though.
– Shinrai
Oct 5 '10 at 15:11
It may be part of the video card driver - Intel cards have the most annoying ability to flip the display upside down just by accidentally pressing control and downarrow.
– JohnnyVegas
Dec 21 '14 at 1:33
It may be part of the video card driver - Intel cards have the most annoying ability to flip the display upside down just by accidentally pressing control and downarrow.
– JohnnyVegas
Dec 21 '14 at 1:33
1
1
Just a small note that 3rd party applications should not rely on Windows logo key. Complain at Emacs/org to get an alternative in Emacs. This way you will also help other Emacs users.
– miroxlav
Jun 30 '15 at 13:02
Just a small note that 3rd party applications should not rely on Windows logo key. Complain at Emacs/org to get an alternative in Emacs. This way you will also help other Emacs users.
– miroxlav
Jun 30 '15 at 13:02
add a comment |
2 Answers
2
active
oldest
votes
This site has a couple options you can try: http://www.sevenforums.com/tutorials/5937-windows-key-shortcuts-enable-disable.html
add a comment |
You can use AutoHotkey to change keybindings (and much more), so that the shortcuts you mention have no effect.
The AutoHotkey script in order to disable the mentioned shortcuts would be something like:
#+Left::Return
#+Right::Return
#
Stands for the (Win)+
Stands for ShiftLeft/Right
stands for the ← (Left Arrow), → (Right Arrow), respectively.
You just have to install AutoHotkey, create *.ahk
(plain text) file with the script above and add it to your Startup
folder.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f196077%2fdisabling-shift-windows-key-in-windows-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This site has a couple options you can try: http://www.sevenforums.com/tutorials/5937-windows-key-shortcuts-enable-disable.html
add a comment |
This site has a couple options you can try: http://www.sevenforums.com/tutorials/5937-windows-key-shortcuts-enable-disable.html
add a comment |
This site has a couple options you can try: http://www.sevenforums.com/tutorials/5937-windows-key-shortcuts-enable-disable.html
This site has a couple options you can try: http://www.sevenforums.com/tutorials/5937-windows-key-shortcuts-enable-disable.html
answered Oct 5 '10 at 16:24
Brad MaceBrad Mace
4381411
4381411
add a comment |
add a comment |
You can use AutoHotkey to change keybindings (and much more), so that the shortcuts you mention have no effect.
The AutoHotkey script in order to disable the mentioned shortcuts would be something like:
#+Left::Return
#+Right::Return
#
Stands for the (Win)+
Stands for ShiftLeft/Right
stands for the ← (Left Arrow), → (Right Arrow), respectively.
You just have to install AutoHotkey, create *.ahk
(plain text) file with the script above and add it to your Startup
folder.
add a comment |
You can use AutoHotkey to change keybindings (and much more), so that the shortcuts you mention have no effect.
The AutoHotkey script in order to disable the mentioned shortcuts would be something like:
#+Left::Return
#+Right::Return
#
Stands for the (Win)+
Stands for ShiftLeft/Right
stands for the ← (Left Arrow), → (Right Arrow), respectively.
You just have to install AutoHotkey, create *.ahk
(plain text) file with the script above and add it to your Startup
folder.
add a comment |
You can use AutoHotkey to change keybindings (and much more), so that the shortcuts you mention have no effect.
The AutoHotkey script in order to disable the mentioned shortcuts would be something like:
#+Left::Return
#+Right::Return
#
Stands for the (Win)+
Stands for ShiftLeft/Right
stands for the ← (Left Arrow), → (Right Arrow), respectively.
You just have to install AutoHotkey, create *.ahk
(plain text) file with the script above and add it to your Startup
folder.
You can use AutoHotkey to change keybindings (and much more), so that the shortcuts you mention have no effect.
The AutoHotkey script in order to disable the mentioned shortcuts would be something like:
#+Left::Return
#+Right::Return
#
Stands for the (Win)+
Stands for ShiftLeft/Right
stands for the ← (Left Arrow), → (Right Arrow), respectively.
You just have to install AutoHotkey, create *.ahk
(plain text) file with the script above and add it to your Startup
folder.
answered Jun 30 '15 at 14:46
pedropaispedropais
113
113
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f196077%2fdisabling-shift-windows-key-in-windows-7%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
I'm confused as to what shortcut you mean. Windows+Shift doesn't do anything for me in Win7...
– Shinrai
Oct 5 '10 at 14:28
1
@Shinrai : They are Windows-Shift-Left/Right.
– prosseek
Oct 5 '10 at 14:38
2
Oh, that's nice to know actually, thanks. Sorry I can't help at all with turning it off though.
– Shinrai
Oct 5 '10 at 15:11
It may be part of the video card driver - Intel cards have the most annoying ability to flip the display upside down just by accidentally pressing control and downarrow.
– JohnnyVegas
Dec 21 '14 at 1:33
1
Just a small note that 3rd party applications should not rely on Windows logo key. Complain at Emacs/org to get an alternative in Emacs. This way you will also help other Emacs users.
– miroxlav
Jun 30 '15 at 13:02