Skip to main content

All Questions

Tagged with
-1 votes
1 answer
60 views

Triple actions shortcuts (Single, Double, Hold) with combination of single key and modifier keys

I have been looking for triple action (Single tap, Double tap, Hold) shortcut mapping method that I can easily tweak and assign with AHK and I have finally found this amazing solution. This single, ...
JinS's user avatar
  • 11
1 vote
1 answer
119 views

This single, double and hold AHK script is not working

I found this script from https://autohotkey.com/boards/viewtopic.php?f=5&t=51596 it works perfectly. I like that it is easy to understand and change your desired key easily. The thing is: It ...
ene adelehum's user avatar
-1 votes
1 answer
246 views

How do I change my Tilde key to produce the n-dash when pressed? [duplicate]

How can I change a key on my keyboard so that it produces a different character than what it was designed to produce? I find the Tilde key (the little key with ∼ above the Tab key) useless and I would ...
Tharathyn's user avatar
1 vote
0 answers
203 views

AutoHotKey on Windows is sometimes not capturing key press

I am using reneo.exe, application downloaded from www.neo-layout.org. Application is programmed using AutoHotKey (AHK). It is capturing all keypresses and sending own output. It works well, but ...
Matúš Löw's user avatar
1 vote
0 answers
1k views

Some keys on my Logitech K650 keyboard are actually key combinations. How to remap them?

I have a Logitech K650 keyboard. It lacks some keys (such as PrtScn key) and replaces them with other "function keys" (See the picture below). I try to remap these keys to the functions I ...
Betty's user avatar
  • 111
0 votes
0 answers
332 views

Completely disable some keys on a keyboard in windows

With AutoHotKey or with the PowerToys keyboard filter I disable lets say LCtrl. Copy & paste etc won't work, but LCtrl+Alt+Del will still bring up the screen that offers the task manager and ...
alparius's user avatar
  • 189
1 vote
1 answer
408 views

How to check for NumPad status?

I would like to use my numeric pad for some actions when it is disabled (AutoHotKey V2) This is easy for the inner keys that have different names depending on the state of NumLock: NumpadRight:: ...
WoJ's user avatar
  • 3,263
1 vote
0 answers
1k views

Map left backslash key only in US ISO keyboard

I am used to working with the US ANSI keyboard but right now, I am stuck with the US ISO keyboard since ANSI is unavailable for my new laptop. It has two backslash keys and the left shift key is split ...
CodePanda's user avatar
  • 153
1 vote
3 answers
39 views

Indicate more clearly on screen which keyboard I'm currently using (Linux / W10)

I am currently learning Greek ... I have installed the Greek Polytonic keyboard and set up a hotkey to toggle between my normal keyboard and it. But the problem is that I am constantly having to ...
mike rodent's user avatar
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
0 answers
56 views

Rewriting the input change logic "Alt" + "Shift" (release) on Windows?

I am trying to implement this algorithm, and rewrite Windows input change logic : I tried this LAlt:: While GetKeyState("LAlt", "P") { Input, key, L1, % "{LControl}{...
vdegenne's user avatar
  • 143
2 votes
2 answers
4k views

Can use special characters without pressing shift key in windows10?

how can I use number keys in top of keyboard just for special characters like (@#$) without pressing shift key to use that. -for example when pressing num2 key just show @ I search about that just ...
Masoud's user avatar
  • 173
1 vote
1 answer
463 views

Fix repeated keystrokes without destroying AutoHotkey scripts

I have a mechanical keyboard problem where sometimes one key press registers as two. I solved this by installing Keyboard Chattering Fix and setting a minimum 50 ms delay requirement between key ...
Jase's user avatar
  • 233
0 votes
1 answer
1k views

Map Caps Lock to Backspace and Caps lock to Some other shortcut using Autohotkey

How can I turn caps lock to backspace using autohotkey? I also want to add some kind of shortcut to toggle caps lock by mapping shortcut like Shift + CapsLock. I am using windows 32 bit Standard ...
Lovish Garg's user avatar

15 30 50 per page
1
2 3 4 5
10