Skip to main content

All Questions

0 votes
3 answers
61 views

Where to put caps lock remapping in vim_ahk (AutoHotkey)

Where in the rcmdnk/vim_ahk AutoHotkey package (which file) should I try to remap the caps lock to esc? I know little about AutoHotkey, and for the longest time my entire AHK script consisted of: #...
bongbang's user avatar
  • 133
-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
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
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
1 answer
144 views

Windows: Remapping 'Shift + AltGr' to a single key? Easier access to '4th level' characters on international keyboards

By holding Shift + AltGr, the 4th level characters can be accessed on international layout on most operating systems: C → c (lowercase — first level) ⇧ Shift+C → C (uppercase — second level) AltGr+C →...
Chendy's user avatar
  • 111
0 votes
1 answer
238 views

Can I override a specific key on my keyboard permanently to always enter the @ symbol?

The problem is (and this really sucks) that every so often (without apparent reason) the alternate keys are not working on my keyboard. I really tried EVERYTHING (keyboard layout, keyboard ...
Cyman's user avatar
  • 415
0 votes
1 answer
833 views

How to remap a key to several characters in AutoHotKey?

I'm making a keyboard layout where nearly every key maps to several characters. I know the usual syntax for remapping a key to a single other key is a::b, but that doesn't seem to work for multiple ...
awe lotta's user avatar
  • 151
0 votes
1 answer
2k views

Remap keys in the keyboard for a specific language only in Windows 10

I wonder how can I remap keys in the keyboard for a specific language only in Windows 10? I'm using three languages in my OS: English, Hebrew, and Syriac. The problem is that the Syriac layout in ...
Yanirmr's user avatar
  • 157
2 votes
1 answer
1k views

Magic-FN like Binds For Normal Keyboards

SO, I'm obsessed with my Anne Pro 2 (even though it really is not reliable) but I wanna know if there is another way to use its software (Obinskit) or something similar to it. Basically I want to hold ...
Strangely_Optimistic's user avatar
1 vote
1 answer
2k views

Passing the output of GetKeyboardLayout into LoadKeyboardLayout doesn't work

Question Why passing the output of GetKeyboardLayout (after formatting it to hex) into LoadKeyboardLayout doesn't work? The docs for GetKeyboardLayout say (bolded by me): GetKeyboardLayout ...
HeyJude's user avatar
  • 440
2 votes
1 answer
56 views

How can I swap 2 keys for a specific language/KB layout on Windows 10?

I'd like to swap the W and ] keys, which are 'ჯ' and 'ჟ' on the desired keyboard layout, so that the W key outputs the latter character and the ] key the former, and only when said keyboard is in use. ...
Lena's user avatar
  • 21
0 votes
2 answers
251 views

Windows10 change keyboard layout of specific device

lets say I have my keyboard with its numpad (104 keys), and I want to use another numpad (USB or BT, doesn't matter) for custom functionalities (shortcuts, macros...). I can program to change the ...
McMosfet's user avatar
1 vote
1 answer
164 views

How to enable Arensito Keyboard Layout on Windows

I am experiencing negative effects of RSI and am evaluating alternative keyboard layouts. The Arensito Keyboard Layout comes up frequently. How can I use this layout on Windows? Unfortunately, the ...
Lorem Ipsum's user avatar
0 votes
0 answers
59 views

How to make remap Alt to Win button when there are Xbox Game key-bindings

I would like to bind my LAlt to LWin button. I have the AutoHotKey script: LWin::LAlt It works great except for a few key sentences: Win-r, Win-g, Win-b. They have their roots in Xbox Game ...
Pfedj's user avatar
  • 109
2 votes
1 answer
1k views

Setting different keys for switching between different keyboard layouts, how can be implemented in Windows?

Using the tool AutoHotKey I could set Caps Lock key for switching keyboard layouts (here). But I still want to set Caps Lock for Layout_1 and Shift+Caps Lock or backtick ` for Layout_2. Is it ...
mini's user avatar
  • 81

15 30 50 per page