Skip to main content

All Questions

Tagged with
1 vote
1 answer
236 views

Remapping keyboard

My italian keyboard - Rog Zepyhrus G14 A401IIMy keyboard is missing the numbpad, I'm tryng to change my keys j,k,l to 1,2,3 and so on... does anyone know how to do it ? I create a NumLock with #b:: ...
Simone's user avatar
  • 13
1 vote
2 answers
305 views

Mapping every key into a modifier when pressed with another

It has become common to e.g. map Caps Lock to Ctrl as a modifier / Esc when pressed alone. I had an idea to do a similar thing with regular keys, e.g. j+w -> Ctrl+w, but j when pressed alone. I ...
Bartosz Migacz's user avatar
1 vote
1 answer
1k views

AutoHotkey vs SharpKeys for remapping keys

Both AutoHotkey and SharpKeys can do key remapping, what're the differences between them when used for key remapping? Which one is more stable?
Wenfang Du's user avatar
0 votes
2 answers
1k views

Remapping Left Shift + up arrow to another key

Hi guys total AutoHotkey newbie here, I was wondering if any experts could help me with a quick script? I would like Left Shift & up arrow key to type the question mark key "?" And Left ...
Matt's user avatar
  • 1
1 vote
1 answer
1k views

How to remap a key on my keyboard depending on whether it was quickly pressed or held down for a second or more?

I got a new keyboard (Keychron K6), and long story short, I'd like to have my Esc key only be mapped to Esc when I hold it for a second. If I just tap it like a normal keystroke, I need to have it be ...
Fabio Bracht's user avatar
0 votes
1 answer
187 views

Remapping alt+shift, and waiting for an additional keypress

I'm trying to use AutoHotKey to remap left alt+left shift according to the following conditions: If left alt+ left shift are pressed, wait for both to be released. Then, once both released: If the ...
HeyJude's user avatar
  • 440
0 votes
2 answers
186 views

How to map a key to go to desktop?

Before you say anything, I know I can use win+d to go to desktop. I would like to be able to just use the windows key instead of win+d because I'm trying to replace the start menu and taskbar with ...
Thomas Ricci's user avatar
1 vote
0 answers
65 views

How to map NumPad1 to Alt+Enter?

I'm new to AutoHotKey, and I'm trying to map NumPad1 to Alt+Enter. I have done this by right clicking on the AHK window and editing script, which is in My Documents/Autohotkey.ahk and overwriting the ...
Mateusz Fryziel's user avatar
0 votes
1 answer
592 views

Autoshift with autohotkey

I wanted to play with autoshift functionality. That is, if any of the alphanumeric keys is pressed longer than some timer, "shift" is automatically applied. I would imagine that someone has already ...
Al Learner's user avatar
0 votes
2 answers
152 views

Win Up key as Tab key instead Windows Menu

I would like to modify Windows(Super) key behavour like: {LWin Up} key as Tab character instead Windows Menu. LWin + letter, number, function key etc - works like normal behaviour.(ex: Win + m - ...
lluke's user avatar
  • 1,094
1 vote
1 answer
3k views

Disable mouse using a key

Is there a way I can assign a key to block other keys using autohotkey? I've tried this, tried adding parentheses nothing works Here is the code g:: lbutton:: rbutton:: BlockInput, MouseMove ...
Evil DEvil's user avatar
1 vote
1 answer
514 views

AutoHotkey remapping for Autodesk Maya navigation

I'm trying to remap existing navigation controls for panning 3D view in Maya. Since Maya doesn't allow any changes to its navigation I want to try to do that with AutoHotKey. By default to pan a view ...
mike's user avatar
  • 11
7 votes
3 answers
3k views

Make a shift key behave like an arrow key

I have a Windows 10 laptop with a keyboard designed by idiots. They tried to cram the arrow keys where they don't belong, with the result that the up arrow key is between the right shift key and the / ...
Scott Severance's user avatar
1 vote
2 answers
2k views

Remapping "Ctrl Shift Z" as "Ctrl Y" in Excel with AutoHotKey

I'm on Windows 8.1 using MS Excel 2013, and I'm using this AutoHotKey script... $^+z:: SetKeyDelay -1 Send {RCtrl Down}y{RCtrl Up} to remap "Ctrl Shift Z" as "Ctrl Y", in order to perform... ...
litu16's user avatar
  • 153
1 vote
1 answer
2k views

AHK keymapping and Joysticks

I've been trying to make a AHK script work with my Logitech F310 gamepad. There is 11 buttons on the controller total, however it doesn't recognise the 11th button being an actual button, even Windows ...
user avatar

15 30 50 per page