-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/okkosh/FN-key-lock
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# FN Key Lock | ||
A Script to simulate custom hardware (F1-F12) FN key lock on windows | ||
|
||
![Screenshot](https://i.imgur.com/54YAxSS.png) | ||
|
||
## Installation: | ||
Press `Ctrl`+`Alt`+`L` to toggle Lock. | ||
|
||
**How to Install** | ||
- Download the [fnlock.exe](https://github.com/okkosh/FN-key-lock/raw/master/bin/fnlock.exe) file. | ||
- Place it anywhere on your system. | ||
- *Double Click* **fnlock.exe** and It will show up in your tray. | ||
- Enjoy! | ||
|
||
**How to Remove** | ||
- Exit `fnlock.exe` from the tray (If it is already running). | ||
- Delete `fnlock.exe` file and optionally delete `config.ini` file from `Documents` directory of your windows. | ||
|
||
**Starting Automatically with Windows** | ||
- Place the file inside *C:\Users\[Username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup* folder | ||
- That's it! | ||
|
||
**Notes** | ||
- The GUI shows up only for the first time and for the subsequent runs it will start in the tray mode. | ||
- You can always access the GUI using `tray->right-click->Show` | ||
|
||
## Building | ||
- Clone the Repo | ||
- Download Autohotkey (AHK) from https://www.autohotkey.com | ||
- Use `ahk2exe` tool and add `fn-lock` script into it | ||
- Compile | ||
|
||
## Credits: | ||
Icon by - [Papirus Development Team](https://github.com/PapirusDevelopmentTeam/) |