How do I remap Home Button key with Escape key on Apple keyboard?
up vote
0
down vote
favorite
I bought a bluetooth keyboard for $13, and it's pretty good except instead of the Esc key, there's a little square and it opens up Internet Explorer when it's pressed! I've tried 3 key remapping programs, and NONE worked, they either say that the key is not supported or it's disabled... I have no idea what to do, I am a gamer so the Esc key is crucial for me.
This is a picture of it:
On KeyTweak, it wouldn't even fetch the key in KeyMapper it would just open a new browser window. I've tried pressing Function and that Esc button, control and the escape button, etc.
windows-8.1 keyboard keyboard-shortcuts bluetooth keyboard-layout
add a comment |
up vote
0
down vote
favorite
I bought a bluetooth keyboard for $13, and it's pretty good except instead of the Esc key, there's a little square and it opens up Internet Explorer when it's pressed! I've tried 3 key remapping programs, and NONE worked, they either say that the key is not supported or it's disabled... I have no idea what to do, I am a gamer so the Esc key is crucial for me.
This is a picture of it:
On KeyTweak, it wouldn't even fetch the key in KeyMapper it would just open a new browser window. I've tried pressing Function and that Esc button, control and the escape button, etc.
windows-8.1 keyboard keyboard-shortcuts bluetooth keyboard-layout
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I bought a bluetooth keyboard for $13, and it's pretty good except instead of the Esc key, there's a little square and it opens up Internet Explorer when it's pressed! I've tried 3 key remapping programs, and NONE worked, they either say that the key is not supported or it's disabled... I have no idea what to do, I am a gamer so the Esc key is crucial for me.
This is a picture of it:
On KeyTweak, it wouldn't even fetch the key in KeyMapper it would just open a new browser window. I've tried pressing Function and that Esc button, control and the escape button, etc.
windows-8.1 keyboard keyboard-shortcuts bluetooth keyboard-layout
I bought a bluetooth keyboard for $13, and it's pretty good except instead of the Esc key, there's a little square and it opens up Internet Explorer when it's pressed! I've tried 3 key remapping programs, and NONE worked, they either say that the key is not supported or it's disabled... I have no idea what to do, I am a gamer so the Esc key is crucial for me.
This is a picture of it:
On KeyTweak, it wouldn't even fetch the key in KeyMapper it would just open a new browser window. I've tried pressing Function and that Esc button, control and the escape button, etc.
windows-8.1 keyboard keyboard-shortcuts bluetooth keyboard-layout
windows-8.1 keyboard keyboard-shortcuts bluetooth keyboard-layout
edited Feb 18 '15 at 18:19
asked Feb 18 '15 at 16:38
Vlad
3483616
3483616
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
0
down vote
I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.
add a comment |
up vote
0
down vote
I had the same problem. Here is how I solved:
download & install autohotkey
create an
.ahk
file with this content:
Browser_Home::Esc
save & run it
Haven't tried this but seems like a possible way to get this working!
– Vlad
Feb 9 at 21:13
add a comment |
up vote
0
down vote
Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
( Fn + E = Windows mode )
( Fn + W = Android mode )
( Above works on my Arteck HB030B keyboard )
New contributor
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.
add a comment |
up vote
0
down vote
I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.
add a comment |
up vote
0
down vote
up vote
0
down vote
I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.
I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.
answered Feb 18 '15 at 18:25
Vlad
3483616
3483616
add a comment |
add a comment |
up vote
0
down vote
I had the same problem. Here is how I solved:
download & install autohotkey
create an
.ahk
file with this content:
Browser_Home::Esc
save & run it
Haven't tried this but seems like a possible way to get this working!
– Vlad
Feb 9 at 21:13
add a comment |
up vote
0
down vote
I had the same problem. Here is how I solved:
download & install autohotkey
create an
.ahk
file with this content:
Browser_Home::Esc
save & run it
Haven't tried this but seems like a possible way to get this working!
– Vlad
Feb 9 at 21:13
add a comment |
up vote
0
down vote
up vote
0
down vote
I had the same problem. Here is how I solved:
download & install autohotkey
create an
.ahk
file with this content:
Browser_Home::Esc
save & run it
I had the same problem. Here is how I solved:
download & install autohotkey
create an
.ahk
file with this content:
Browser_Home::Esc
save & run it
edited Jan 29 at 5:32
Kamil Maciorowski
22.5k155072
22.5k155072
answered Jan 29 at 3:58
user867073
91
91
Haven't tried this but seems like a possible way to get this working!
– Vlad
Feb 9 at 21:13
add a comment |
Haven't tried this but seems like a possible way to get this working!
– Vlad
Feb 9 at 21:13
Haven't tried this but seems like a possible way to get this working!
– Vlad
Feb 9 at 21:13
Haven't tried this but seems like a possible way to get this working!
– Vlad
Feb 9 at 21:13
add a comment |
up vote
0
down vote
Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
( Fn + E = Windows mode )
( Fn + W = Android mode )
( Above works on my Arteck HB030B keyboard )
New contributor
add a comment |
up vote
0
down vote
Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
( Fn + E = Windows mode )
( Fn + W = Android mode )
( Above works on my Arteck HB030B keyboard )
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
( Fn + E = Windows mode )
( Fn + W = Android mode )
( Above works on my Arteck HB030B keyboard )
New contributor
Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
( Fn + E = Windows mode )
( Fn + W = Android mode )
( Above works on my Arteck HB030B keyboard )
New contributor
New contributor
answered 2 days ago
Steve
1
1
New contributor
New contributor
add a comment |
add a comment |
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%2f879539%2fhow-do-i-remap-home-button-key-with-escape-key-on-apple-keyboard%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