Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cafali/SnapKey
SnapKey provides a user-friendly Razer Snap Tap/SOCD alternative, making it accessible across all keyboards!
https://github.com/cafali/SnapKey
gaming gaming-software hid inputdevice keybinding keyboard linux null-binds overwatch overwatch-2 snap-tap snapkey socd system-tray usb-devices utility wasd windows windows-10 windows-11
Last synced: 1 day ago
JSON representation
SnapKey provides a user-friendly Razer Snap Tap/SOCD alternative, making it accessible across all keyboards!
- Host: GitHub
- URL: https://github.com/cafali/SnapKey
- Owner: cafali
- License: mit
- Created: 2024-07-14T18:35:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T11:05:34.000Z (4 months ago)
- Last Synced: 2024-08-28T10:35:49.850Z (4 months ago)
- Topics: gaming, gaming-software, hid, inputdevice, keybinding, keyboard, linux, null-binds, overwatch, overwatch-2, snap-tap, snapkey, socd, system-tray, usb-devices, utility, wasd, windows, windows-10, windows-11
- Language: C++
- Homepage: https://github.com/cafali/SnapKey/wiki
- Size: 1.38 MB
- Stars: 214
- Watchers: 9
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![testsnap](https://github.com/user-attachments/assets/e9a23ba9-d394-4711-abfc-994932605d86)](https://github.com/cafali/SnapKey/releases)
**About SnapKey**
--------------------------------------------------------------------------------------------------
SnapKey provides a user-friendly alternative to the Razer Snap Tap function, making it accessible across all keyboards!SnapKey is a lightweight, open-source tool that operates from the system tray and is designed to track inputs from the WASD keys, without interfering with any game files. Its main role is to recognize when these keys are pressed and automatically release any previously engaged commands for them. This guarantees responsive and precise input handling. SnapKey handles the WASD keys by default and lets you rebind them to your liking via the config file.
**Need More Info on SnapKey?** Visit the [**SnapKey Wiki**](https://github.com/cafali/SnapKey/wiki)
[![COMPATIBLE](https://github.com/user-attachments/assets/069a7a23-cfe4-47eb-8ac2-05872fcc2028)](https://github.com/cafali/SnapKey/wiki/Compatibility-List)
Download
--------------------------------------------------------------------------------------------------
Download from GitHub |
Download from SourceForge |
Download from Softpedia[![latesver](https://github.com/user-attachments/assets/09694f7c-6eeb-4c80-9a02-1d777956d181)](https://github.com/cafali/SnapKey/wiki/Updates)
**SnapKey Features**
--------------------------------------------------------------------------------------------------
- Easy to use ๐งฉ
- Detailed documentation ๐
- Lightweight and open-source ๐
- Accessible via the system tray ๐ฅ๏ธ
- Compatible with all keyboards โ
- Does not interact with game files ๐ฎ
- Activate/Deactivate via context menu โ
- Sticky Keys Feature: tracks the state of a pressed key โจ๏ธ
- Enhances the precision of counter-strafing movements in games ๐ฏ
- Allows key rebinding using ASCII codes specified in the configuration file ๐ ๏ธ
- Supports unlimited amount of keys shared across groups (default AD / WS) ๐
- Facilitates smoother transitions between left and right movements without input conflicts ๐
- Does not use AutoHotkey or similar tools; its features rely solely on Windows API functions ๐ก๏ธ**SnapKey in Action**
--------------------------------------------------------------------------------------------------
![Explain](https://github.com/user-attachments/assets/7d11c221-33d8-43ea-839b-bfe276332593)- When you press and hold down the **"A"** key, SnapKey remembers it.
- If you then press the **"D"** key while still holding down **"A"** SnapKey automatically releases the **"A"** key for you.
- The same happens if you press **"A"** while holding **"D"** โ SnapKey releases the **"D"** key.**SnapKey prevents simultaneous movement key conflicts (AD / WS)**
- In many FPS games, pressing both the **"A"** and **"D"** keys simultaneously typically results in the game recognizing conflicting inputs. SnapKey automatically releases the previously held key when a new key input is detected.
- The keys are separated into two different groups: A/D and W/S. In each group, **"A"** cancels out **"D"** and vice versa, while the same applies to **"W"** and **"S"**. These groups do not interfere with each other and work separately.**Sticky Keys**
- Sticky Keys is a feature that keeps track of the state of a key you've pressed down. For example, if you
hold down the **"A"** key and tap the **"D"** key repeatedly, each press of **"D"** will temporarily override
the **"A"** key. When you release the **"D"** key, the action associated with the **"A"** key will resume, as
long as you're still holding it down. The same principle applies if you start with **"D"** held down and
press **"A"** instead.![Snapkey](https://github.com/user-attachments/assets/504ffa5e-50d3-4a77-9016-70f22d143cb1)
**Enhanced precision of counter-strafing**
- Automatically releases a previously held key when a new key (A/D) & (W/S) is pressed.
**Quick Guide to Using SnapKey**
--------------------------------------------------------------------------------------------------
![use](https://github.com/user-attachments/assets/4d9fdf11-ec72-459c-995e-364bf1fc8d66)1. Get SnapKey:
- [Download](https://github.com/cafali/SnapKey/releases), Unzip and Launch SnapKey.exe2. System Tray:
- SnapKey will appear in your system tray![tray](https://github.com/user-attachments/assets/26c08735-76f2-4bc0-aa75-44c9a866b453)
3. You're All Set:
- SnapKey is now running and is ready to use
4. Rebind Keys (Optional):
- [Rebind your keys](https://github.com/cafali/SnapKey/wiki/Rebinding-Keys) if you're using a nonstandard keyboard layout or if you want to map different keysDisable SnapKey
--------------------------------------------------------------------------------------------------
- Right-click the SnapKey icon in the system tray and select "Disable SnapKey". This option disables the entire SnapKey functionality of the keys that are set in the config file while keeping the SnapKey process and the software running in the tray.![image](https://github.com/user-attachments/assets/4f9d8d30-4674-4361-bc87-84ee70ce4116)
Exit SnapKey
--------------------------------------------------------------------------------------------------
- Right-click the SnapKey icon in the system tray and select "Exit SnapKey"![image](https://github.com/user-attachments/assets/c3a9534e-ed8b-4258-be56-37b6117c1814)
**Linux Support**
--------------------------------------------------------------------------------------------------
Since SnapKey isnโt natively supported on Linux, itโs recommended to check out @Dillacorn's guide on **[running SnapKey on Linux](https://github.com/cafali/SnapKey/issues/4#issuecomment-2251568839)**.[![LINUX baner](https://github.com/user-attachments/assets/794a16ed-b0ab-4320-a680-52bda1ca0fd1)](https://github.com/cafali/SnapKey/wiki/Setup-Linux)
Looking for More Information? Got Questions or Need Help?
--------------------------------------------------------------------------------------------------
[](https://github.com/cafali/SnapKey/wiki)- **[About โน๏ธ](https://github.com/cafali/SnapKey/wiki/About)**
Learn about Snapkey, its features, and what it can do for you.- **[Code Breakdown ๐ง ](https://github.com/cafali/SnapKey/wiki/Code-Breakdown)**
Dive into the details of SnapKeyโs code structure.- **[Compatibility List ๐ฎ](https://github.com/cafali/SnapKey/wiki/Compatibility-List)**
Games that work with SnapKey and those that don't.- **[FAQโ](https://github.com/cafali/SnapKey/wiki/FAQ)**
Find answers to common questions about Snapkey.- **[License ๐](https://github.com/cafali/SnapKey/wiki/License)**
Overview of Snapkeyโs licensing.- **[Rebinding Keys โจ๏ธ](https://github.com/cafali/SnapKey/wiki/Rebinding-Keys)**
Instructions on how to rebind keys.- **[Setup ๐ ๏ธ](https://github.com/cafali/SnapKey/wiki/Setup)**
General setup instructions for getting Snapkey up and running on your system.- **[Setup Linux ๐ง](https://github.com/cafali/SnapKey/wiki/Setup-Linux)**
Setting up Snapkey on Linux distributions.- **[System Requirements ๐ฅ๏ธ](https://github.com/cafali/SnapKey/wiki/System-Requirements)**
SnapKey System Requirments.- **[Troubleshoot ๐ง](https://github.com/cafali/SnapKey/wiki/Troubleshoot)**
Solutions and tips for troubleshooting common issues with Snapkey.- **[Updates ๐](https://github.com/cafali/SnapKey/wiki/Updates)**
SnapKey Version Updates.
----
SnapKey by