Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskonojacki authored May 27, 2021
1 parent 5332610 commit 2e2ea3a
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# mkCursorClip
Handy little tool to capture the mouse cursor inside a program window.
I've moved this little project over from codeplex to github to save it. I've written it in 2012 but it still works.

# Project Description

This handy little tool provides a keyboard shortcut to trap your cursor in a window, be it a game or any other program.

# Features

- Configurable hotkeys
- Configurable padding from application border
- Simple and lightweight
- Uses modified version of http://keyboardmousehooks.codeplex.com/ for hotkey handling (link is probably dead when you read this, I've found no new repo for it)

# How-to

It's pretty simple.

- Download the current release
- Start it
- Press the configured hotkeys (default is left-shift + <) and watch your cursor struggle to come out of the current window!
- Optional: Right-click the tray icon and configure it for your own needs in the settings dialog

0 comments on commit 2e2ea3a

Please sign in to comment.