uncap icon indicating copy to clipboard operation
uncap copied to clipboard

Map Caps Lock to Escape or any key to any key

Results 12 uncap issues
Sort by recently updated
recently updated
newest added

On my Linux setup, specially with vim/neovim, I have: - `CapsLock` and `L Control` keys swapped; - If `CapsLock` (physical key location) is pressed for less than ~300ms, then it...

Hi, I am switching keys ESC and Caps with `uncap 0x1b:0x14` on my local machine (Windows 10), but in my remote desktop (Windows 10), when I press the physical Caps...

It's understood that, in the absence of the -c parameter, uncap.exe runs in the background, i.e. has no visible output. I can run it via "WIN-R uncap.exe" and it behaves...

I use this program to swap esc and caps lock and left control with left alt: > uncap.exe 0x14:0x1B 0x1B:0x14 0xA2:0xA4 0xA4:0xA2 But inside of video games neither key works....

Hey there, thanks for creating this! I'm having trouble running the following command: ` uncap 0x1B:0x14 0x14:0x11 0x11:0x1B` Which should do the following: - Bind **CAPS** to **CTRL** - Bind...

The line I run at every start-up is: `uncap 0x79:0xAF **0x7B:0xB3** 0x78:0xAE 0x14:0x14` F9 vol up, **F12 play/pause**, F10 vol down, capslock to capslock All the other mappings work just...

Uncap version 0.3.0 Ran as Win+R : `uncap 0x14:0xa2 0xa2:0x14` (swap caps lock and left control) In Logitech Options, setting a button as Advanced Click; Single click + 'CTRL' modifer,...

I just wanted to say thanks for the wonderful software. I really like that the tool doesn't need admin rights or a reboot, so it is quite portable. I have...

I love the idea and execution of this little tool! It works great on my work laptop, however what would really be amazing is have the same thing but mapping...

Hi. I'm using a .bat script in shell:startup to launch uncap to remap some keys on every boot, like so: ```> uncap 0x91:0x14``` For some time now, after working just...