How do I rebind the Keyboard Layout Switch (“Alt+Shift”) to another keypress in Windows 7?
up vote
0
down vote
favorite
I switch between ANSI and ISO keyboard layouts often in my work. So I want to use this function, but I want to bind it to the Pause key ("F15").
How do I accomplish this so it works in all programs? I've tried AutoHotkey, but not succeeded in writing a script that does it correctly.
windows-7 keyboard keyboard-shortcuts autohotkey keyboard-layout
add a comment |
up vote
0
down vote
favorite
I switch between ANSI and ISO keyboard layouts often in my work. So I want to use this function, but I want to bind it to the Pause key ("F15").
How do I accomplish this so it works in all programs? I've tried AutoHotkey, but not succeeded in writing a script that does it correctly.
windows-7 keyboard keyboard-shortcuts autohotkey keyboard-layout
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I switch between ANSI and ISO keyboard layouts often in my work. So I want to use this function, but I want to bind it to the Pause key ("F15").
How do I accomplish this so it works in all programs? I've tried AutoHotkey, but not succeeded in writing a script that does it correctly.
windows-7 keyboard keyboard-shortcuts autohotkey keyboard-layout
I switch between ANSI and ISO keyboard layouts often in my work. So I want to use this function, but I want to bind it to the Pause key ("F15").
How do I accomplish this so it works in all programs? I've tried AutoHotkey, but not succeeded in writing a script that does it correctly.
windows-7 keyboard keyboard-shortcuts autohotkey keyboard-layout
windows-7 keyboard keyboard-shortcuts autohotkey keyboard-layout
asked Nov 21 at 15:33
Henrik Erlandsson
24429
24429
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Pause::Send, {Alt Down}{Shift Down}{Shift Up}{Alt Up}
See Sending Keystrokes in the Tutorial.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Pause::Send, {Alt Down}{Shift Down}{Shift Up}{Alt Up}
See Sending Keystrokes in the Tutorial.
add a comment |
up vote
0
down vote
Pause::Send, {Alt Down}{Shift Down}{Shift Up}{Alt Up}
See Sending Keystrokes in the Tutorial.
add a comment |
up vote
0
down vote
up vote
0
down vote
Pause::Send, {Alt Down}{Shift Down}{Shift Up}{Alt Up}
See Sending Keystrokes in the Tutorial.
Pause::Send, {Alt Down}{Shift Down}{Shift Up}{Alt Up}
See Sending Keystrokes in the Tutorial.
answered Nov 21 at 19:00
user3419297
1,706267
1,706267
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.
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%2fsuperuser.com%2fquestions%2f1377321%2fhow-do-i-rebind-the-keyboard-layout-switch-altshift-to-another-keypress-in%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