Nedgeva / deno-keyboard-locker

Handy Keyboard Locker for Windows written for Deno runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno Keyboard Locker

What?

Handy keyboard locker for Windows written in Typescript specifically for Deno runtime. This one is strongly inspired by the same app in AutoHotkey version, but allows you to customize hotkeys, unlock phrase etc. Also AHK version bugged for me when I was logging in any locale except en-related.

How?

Assuming you're on Windows machine, download Deno runtime and then do in folder with this project:

deno task start

and here you go. By default it locks your keyboard when you press Ctrl + Alt + L and unlocks when you type unlock. To prevent hotkey latching it also has 250 ms delay.

Pay attention that it uses some pre-compiled binaries from systray package to provide sys tray functionality, so your antivirus might be angry.

About

Handy Keyboard Locker for Windows written for Deno runtime

License:MIT License


Languages

Language:TypeScript 100.0%