Skip to content

Commit

Permalink
Add Uncap 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Sep 13, 2015
0 parents commit 2973f01
Show file tree
Hide file tree
Showing 8 changed files with 1,054 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.sw?
*.exe
*.obj
*.sha1
html/
latex/
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Changelog
=========

0.1.0 (2015-09-13)
------------------
- NEW: Map Caps Lock key to Escape key by default.
- NEW: Map any key to any key with `MAP_KEY:TO_KEY` argument.
- NEW: No mapping occurs with `MAP_KEY:MAP_KEY` argument.
- NEW: Disable any key with `MAP_KEY:0` argument.
- NEW: Run in background without console by default.
- NEW: Kill other instances of the program with `-k` or `--kill` option.
- NEW: Run silently in console with `-c` or `--console` option.
- NEW: Run verbosely in console with `-d` or `--debug` option.
3 changes: 3 additions & 0 deletions Doxyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PROJECT_NAME = Uncap
PROJECT_NUMBER = 0.1.0
JAVADOC_AUTOBRIEF = YES
27 changes: 27 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Simplified BSD License
======================
Copyright (c) 2015 Susam Pal
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Loading

0 comments on commit 2973f01

Please sign in to comment.