Full Code of wertarbyte/triggerhappy for AI

master b82288806612 cached
36 files
90.5 KB
25.1k tokens
74 symbols
1 requests
Download .txt
Repository: wertarbyte/triggerhappy
Branch: master
Commit: b82288806612
Files: 36
Total size: 90.5 KB

Directory structure:
gitextract_jgq61jy_/

├── .gitignore
├── AUTHORS
├── COPYING
├── Makefile
├── README
├── cmdsocket.c
├── cmdsocket.h
├── command.h
├── devices.c
├── devices.h
├── devtag.h
├── eventnames.c
├── eventnames.h
├── eventtable.h
├── ignore.c
├── ignore.h
├── keystate.c
├── keystate.h
├── obey.c
├── obey.h
├── systemd/
│   ├── triggerhappy.service
│   └── triggerhappy.socket
├── th-cmd.c
├── th-cmd.pod
├── thd.c
├── thd.h
├── thd.pod
├── trigger.c
├── trigger.h
├── triggerhappy.conf.examples
├── triggerparser.c
├── triggerparser.h
├── udev/
│   └── triggerhappy-udev.rules
├── uinput.c
├── uinput.h
└── version.inc

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
thd
thd.1
th-cmd
th-cmd.1
*.o
/*.d
evtable_*.inc
linux_input_defs_gen.inc
version.h


================================================
FILE: AUTHORS
================================================
Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>


================================================
FILE: COPYING
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.


================================================
FILE: Makefile
================================================
PREFIX:=/usr/
DESTDIR:=/
BINDIR:=$(DESTDIR)/$(PREFIX)/sbin/
MANDIR:=$(DESTDIR)/$(PREFIX)/share/man/man1/

PKGCONFIG = pkg-config
HAVE_PKGCONFIG = $(shell $(PKGCONFIG) --version 2>/dev/null || echo no)
ifneq ($(HAVE_PKGCONFIG),no)
HAVE_SYSTEMD = $(shell $(PKGCONFIG) --exists libsystemd && echo 1 || echo 0)
ifeq ($(HAVE_SYSTEMD),1)
CPPFLAGS += -DHAVE_SYSTEMD=1
CFLAGS += $(shell $(PKGCONFIG) --cflags libsystemd)
LDLIBS += $(shell $(PKGCONFIG) --libs libsystemd)
endif
endif

VERSION:=$(shell cat version.inc)

THD_COMPS := thd keystate trigger eventnames devices cmdsocket obey ignore uinput triggerparser
THCMD_COMPS := th-cmd cmdsocket

MAKEDEPEND = $(CC) -M -MG $(CPPFLAGS) -o $*.d $<

all: thd th-cmd man

man: thd.1 th-cmd.1

thd: $(THD_COMPS:%=%.o)

th-cmd: $(THCMD_COMPS:%=%.o)

%.1: %.pod
	pod2man \
		--center="Triggerhappy daemon" \
		--section=1 \
		--release="$(VERSION)" \
		$< > $@

linux_input_defs_gen.inc:
	echo "#include <linux/input.h>" | $(CC) $(CPPFLAGS) -dM -E - > $@

evtable_%.inc: linux_input_defs_gen.inc
	awk '/^#define $*_/ && $$2 !~ /_(MIN_INTERESTING|MAX|CNT|VERSION)$$/ {print "EV_MAP("$$2"),"}' $< > $@

version.h: version.inc
	sed -r 's!(.*)!#define TH_VERSION "\1"!' $< > $@

clean:
	rm -f *.d
	rm -f *.o
	rm -f linux_input_defs_gen.inc
	rm -f evtable_*.inc
	rm -f version.h
	rm -f thd th-cmd
	rm -f thd.1 th-cmd.1

install: all
	install -D thd $(BINDIR)/thd
	install -D th-cmd $(BINDIR)/th-cmd
	install -D thd.1 $(MANDIR)/thd.1
	install -D th-cmd.1 $(MANDIR)/th-cmd.1

%.d : %.c
	$(MAKEDEPEND)

-include $(THD_COMPS:%=%.d) $(THCMD_COMPS:%=%.d)


================================================
FILE: README
================================================
Triggerhappy
- a lightweight hotkey daemon -

by Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
http://github.com/wertarbyte/triggerhappy/

Triggerhappy is a hotkey daemon developed with small and embedded systems in
mind, e.g. linux based routers. It attaches to the input device files and
interprets the event data received and executes scripts configured in its
configuration.

Examples:

Dump all events received through two device files:

	thd --dump /dev/input/event0 /dev/input/event1

Event handlers can be defined in configuration files (specified by --triggers).
If a directory is specified, all configuration files within matching the
pattern *.conf are loaded. The files use the following format:

<event name>	<event value>	<command line>

e.g.

KEY_VOLUMEUP	1		/usr/bin/amixer set Master 5%+
KEY_VOLUMEUP	2		/usr/bin/amixer set Master 5%+
KEY_VOLUMEDOWN	1		/usr/bin/amixer set Master 5%-
KEY_VOLUMEDOWN	2		/usr/bin/amixer set Master 5%-

A value of 1 corresponds to pressing a key, while 2 is generated by
holding it; releasing it yields a value of 0.

It is also possible to append up to 5 modifiers to each event definition by
appending their names to the event name:

KEY_VOLUMEUP+KEY_LEFTSHIFT	1	/usr/bin/amixer set Master 15%+

Devices can be added dynamically by specifying a command socket:

thd --socket /var/run/triggerhappy.socket --triggers /etc/triggerhappy.d/

The program th-cmd is used to add new devices to the daemon:

th-cmd --socket /var/run/triggerhappy.socket --add /dev/input/event0
th-cmd --socket /var/run/triggerhappy.socket --remove /dev/input/event3

An example udev script is also included to facilitate this hotplug
support - for this use, th-cmd can handle the parameter "udev" to
deduce the device name and action from the udev environment.

For more information, consult the manual pages of "thd" and "th-cmd".


================================================
FILE: cmdsocket.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <string.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

#ifdef HAVE_SYSTEMD
#include <systemd/sd-daemon.h>
#endif

#include "devtag.h"
#include "devices.h"
#include "command.h"
#include "cmdsocket.h"

int bind_cmdsocket( char *name ) {
	int cmd_fd;

#ifdef HAVE_SYSTEMD
	if (sd_listen_fds(0) == 1) {
		fprintf(stderr, SD_DEBUG "Found socket passed from systemd\n");
		return SD_LISTEN_FDS_START + 0;
	}
#endif

	struct sockaddr_un addr;
	/* remove any stale files */
	struct stat sb;
	int serr = stat(name, &sb);
	if ( !serr && S_ISSOCK(sb.st_mode)) {
		unlink(name);
	}
	cmd_fd = socket(AF_UNIX, SOCK_DGRAM, 0);
	strcpy(addr.sun_path, name);
	addr.sun_family = AF_UNIX;
	bind (cmd_fd, (struct sockaddr *) &addr, 
		strlen(addr.sun_path) + sizeof (addr.sun_family));
	return cmd_fd;
}

int connect_cmdsocket( char *name ) {
	int fd;
	struct sockaddr_un server;
	fd = socket(AF_UNIX, SOCK_DGRAM, 0);
	strcpy(server.sun_path, name);
	server.sun_family = AF_UNIX;
	connect(fd, (struct sockaddr *) &server,
		strlen(server.sun_path) + sizeof (server.sun_family));
	return fd;
}

struct command *read_command( int cmd_fd ) {
	struct command *cmd = malloc(sizeof(struct command));
	if (! cmd) {
		fprintf(stderr, "Unable to allocate memory for command!\n");
		return NULL;
	}

	int fd[1] = {-1};
	char buffer[CMSG_SPACE(sizeof fd)];

	struct iovec v = {
		.iov_base = cmd,
		.iov_len  = sizeof(*cmd)
	};
	struct msghdr msg = {
		.msg_iov        = &v,
		.msg_iovlen     = 1,
		.msg_control    = buffer,
		.msg_controllen = sizeof(buffer)
	};

	int done = recvmsg( cmd_fd, &msg, 0 );

	if (done == -1) {
		fprintf(stderr, "Error reading command.");
		free(cmd);
		return NULL;
	}
	struct cmsghdr *cmessage = CMSG_FIRSTHDR(&msg);
	if (cmessage) {
		memcpy(fd, CMSG_DATA(cmessage), sizeof fd);
		/* place FD back in the command message */
		cmd->fd = (int) fd[0];
	}
	return cmd;
}

int send_command( int cmd_fd, enum command_type type, char *param, int passfd, int exclusive, char *tag ) {
	if (type == CMD_ADD && passfd == 1) {
		type = CMD_PASSFD;
	}
	struct command cmd = {
		.fd    = -1,
		.exclusive = exclusive,
		.type  = type,
		.param = {0},
		.tag = {0}
	};
	if (param != NULL) {
		strncpy(cmd.param, param, TH_COMMAND_PARAM_LENGTH);
		cmd.param[TH_COMMAND_PARAM_LENGTH-1] = '\0';
	}
	if (tag != NULL) {
		strncpy(cmd.tag, tag, TH_DEVICE_TAG_LENGTH);
		cmd.tag[TH_DEVICE_TAG_LENGTH-1] = '\0';
	}

	struct iovec v = {
		.iov_base = &cmd,
		.iov_len = sizeof(cmd)
	};
	struct msghdr m = {
		.msg_iov    = &v,
		.msg_iovlen = 1
	};

	/* add FD */
	int dev_fd[1] = { -1 };
	char buffer[CMSG_SPACE(sizeof(dev_fd))];
	if (passfd) {
		int fd = open( param, O_RDONLY );
		if (fd < 0) {
			perror("open");
			return 1;
		}
		dev_fd[0] = fd ;
		m.msg_control = buffer;
		m.msg_controllen = sizeof(buffer);

		struct cmsghdr *cmessage = CMSG_FIRSTHDR(&m);
		cmessage->cmsg_level = SOL_SOCKET;
		cmessage->cmsg_type = SCM_RIGHTS;
		cmessage->cmsg_len = CMSG_LEN(sizeof(dev_fd));

		m.msg_controllen = cmessage->cmsg_len;
		memcpy(CMSG_DATA(cmessage), dev_fd, sizeof dev_fd);
	}
	int done = sendmsg( cmd_fd, &m, 0 );
	return (done == -1);
}


================================================
FILE: cmdsocket.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

int bind_cmdsocket(char *name);
struct command *read_command(int cmd_fd);
int send_command(int cmd_fd, enum command_type type, char *param, int passfd, int exclusive, char *tag);
int connect_cmdsocket(char *name);


================================================
FILE: command.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include "devtag.h"
#define TH_COMMAND_PARAM_LENGTH 256

enum command_type {
	CMD_NOP,
	CMD_ADD,
	CMD_REMOVE,
	CMD_QUIT,
	CMD_DISABLE,
	CMD_ENABLE,
	CMD_PASSFD,
	CMD_CLEARDEVS,
	CMD_CHANGEMODE
};

struct command {
	enum command_type type;
	/* udev pathnames are long, but not that long */
	char param[TH_COMMAND_PARAM_LENGTH];
	int fd;
	int exclusive;
	char tag[TH_DEVICE_TAG_LENGTH];
};


================================================
FILE: devices.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <linux/input.h>
#include <linux/hiddev.h>
#include <sys/ioctl.h>
#include <inttypes.h>

#include "devices.h"
#include "eventnames.h"

#define BITFIELD uint32_t

static device *device_list = NULL;

char *get_device_description(int fd) {
	char descr[256] = "Unknown";
	if(ioctl(fd, EVIOCGNAME(sizeof(descr)), descr) < 0) {
		perror("evdev ioctl");
	}
	return strdup(descr);
}

static __inline__ int test_bit(int nr, BITFIELD * addr) {
	BITFIELD mask;

	addr += nr >> 5;
	mask = 1 << (nr & 0x1f);
	return ((mask & *addr) != 0);
}

int device_is_suitable(int fd) {
	BITFIELD bits[32];
	int rc = ioctl(fd, EVIOCGBIT(0,sizeof(bits)), bits);
	return rc > 0 && (
		/* we only consider devices with keys or switches suitable */
		test_bit(EV_KEY, bits) || test_bit(EV_SW, bits)
	);
}

void add_device(char *dev, int fd, int excl, char *tag) {
	device **p = &device_list;
	// find end of list
	while (*p != NULL) {
		p = &( (*p)->next );
	}
	if (fd < 0) {
		fd = open( dev, O_RDONLY );
	}
	if (fd >= 0) {
		if (! device_is_suitable(fd) ) {
			fprintf(stderr, "Device %s not suitable.\n", dev);
			close(fd);
			return;
		}
		/* grab device exclusively */
		if (excl) {
			if (ioctl(fd, EVIOCGRAB, 1) == -1) {
				fprintf(stderr, "Device %s cannot be grabbed exclusively.\n", dev);
				close(fd);
				return;
			}
		}
		*p = malloc(sizeof(device));
		if (*p == NULL) goto nomem_cleanup;
		memset(*p, 0, sizeof(device));
		(*p)->devname = strdup(dev);
		if ((*p)->devname == NULL) goto nomem_cleanup;
		(*p)->fd = fd;
		(*p)->exclusive = excl;
		if (tag) {
			strncpy((*p)->tag, tag, TH_DEVICE_TAG_LENGTH);
			(*p)->tag[TH_DEVICE_TAG_LENGTH-1] = '\0';
		}
		(*p)->next = NULL;
	} else {
		fprintf( stderr, "Error opening '%s': %s\n", dev, strerror(errno) );
	}
	return;
nomem_cleanup:
	fprintf(stderr, "Unable to allocate memory for new device!\n");
	if (*p) {
		free( (*p)->devname );
	}
	free(*p);
	*p = NULL;
}

int remove_device(char *dev) {
	device **p = &device_list;
	while (*p != NULL) {
		if ( strcmp( (*p)->devname, dev ) == 0 ) {
			device *copy = *p;
			/* bypass the list item */
			*p = copy->next;
			close(copy->fd);
			free(copy->devname);
			free(copy);
			return 1;
		}
		/* advance to the next node */
		p = &( (*p)->next );
	}
	/* reached the end of the list */
	return 0;
}

void clear_devices(void) {
	device *p = device_list;
	while (p != NULL) {
		device *next = p->next;
		close(p->fd);
		free(p->devname);
		free(p);
		p = next;
	}
	device_list = NULL;
}

int count_devices(void) {
	int n = 0;
	device *p = device_list;
	while (p != NULL) {
		n++;
		p = p->next;
	}
	return n;
}

void for_each_device( void(*func)(device*) ) {
	device *p = device_list;
	while (p != NULL) {
		func( p );
		p = p->next;
	}
}


================================================
FILE: devices.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include "devtag.h"

typedef struct device {
	int fd;
	char *devname;
	int exclusive;
	char tag[TH_DEVICE_TAG_LENGTH];
	struct device *next;
} device;

void add_device(char *dev, int fd, int excl, char *tag);
int remove_device(char *dev);
void clear_devices(void);
int count_devices(void);

void for_each_device( void(*func)(device*) );

char *get_device_description(int fd);


================================================
FILE: devtag.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#define TH_DEVICE_TAG_LENGTH 256


================================================
FILE: eventnames.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdlib.h>
#include <linux/input.h>
#include <string.h>
#include "eventnames.h"
#include "eventtable.h"

const char *lookup_event_name_i( const int evtype, const int evcode ) {
	switch(evtype) {
		case EV_KEY:
			return (KEY_MAX >= evcode ? KEY_NAME[ evcode ] : NULL);
		case EV_SW:
			return (SW_MAX >= evcode ? SW_NAME[ evcode ] : NULL);
		case EV_REL:
			return (REL_MAX >= evcode ? REL_NAME[ evcode ] : NULL);
		case EV_ABS:
			return (ABS_MAX >= evcode ? ABS_NAME[ evcode ] : NULL);
		default:
			return NULL;
	}
}

const char *lookup_event_name( const struct input_event ev ) {
	return lookup_event_name_i( ev.type, ev.code );
}

const char *lookup_type_name_i( const int evtype ) {
	return (EV_MAX >= evtype ? EV_NAME[ evtype ] : NULL);
}

const char *lookup_type_name( const struct input_event ev ) {
	return lookup_type_name_i( ev.type );
}

static int lookup_index(const char **map, const char *value, int max) {
	int i = 0;
	while (i <= max) {
		if (map[i] != NULL &&
		    strcmp(value, map[i])  == 0) {
			return i;
		}
		i++;
	}
	return -1;
}

int lookup_event_code( const char *eventname ) {
	int res = -1;
	if (res == -1) res = lookup_index(KEY_NAME, eventname, KEY_MAX);
	if (res == -1) res = lookup_index(SW_NAME, eventname, SW_MAX);
	if (res == -1) res = lookup_index(REL_NAME, eventname, REL_MAX);
	if (res == -1) res = lookup_index(ABS_NAME, eventname, ABS_MAX);
	return res;
}

int lookup_event_type( const char *eventname ) {
	if (lookup_index(KEY_NAME, eventname, KEY_MAX) != -1) {
		return EV_KEY;
	}
	if (lookup_index(SW_NAME, eventname, SW_MAX) != -1) {
		return EV_SW;
	}
	if (lookup_index(REL_NAME, eventname, REL_MAX) != -1) {
		return EV_REL;
	}
	if (lookup_index(ABS_NAME, eventname, ABS_MAX) != -1) {
		return EV_ABS;
	}
	return -1;
}


================================================
FILE: eventnames.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <linux/input.h>

const char *lookup_event_name_i(const int evtype, const int evcode);
const char *lookup_event_name(const struct input_event ev);

const char *lookup_type_name_i(const int evtype);
const char *lookup_type_name(const struct input_event ev);

int lookup_event_code(const char *eventname);
int lookup_event_type(const char *eventname);


================================================
FILE: eventtable.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <linux/input.h>

#define EV_MAP( N ) [ N ] = #N

static const char *EV_NAME[EV_CNT] = {
#include "evtable_EV.inc"
};

static const char *KEY_NAME[KEY_CNT] = {
#include "evtable_KEY.inc"
#include "evtable_BTN.inc"
};

static const char *REL_NAME[REL_CNT] = {
#include "evtable_REL.inc"
};

static const char *ABS_NAME[ABS_CNT] = {
#include "evtable_ABS.inc"
};

static const char *SW_NAME[SW_CNT] = {
#include "evtable_SW.inc"
};


================================================
FILE: ignore.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdio.h>
#include <stdlib.h>
#include "ignore.h"

void ignore_key( int code, ignore **list ) {
	ignore **p = list;
	while ( *p != NULL ) {
		p = &( (*p)->next );
	}
	*p = malloc( sizeof(ignore) );
	if (*p) {
		(*p)->next = NULL;
		(*p)->code = code;
	} else {
		fprintf(stderr, "Unable to allocate memory for ignored key!\n");
	}
}

void print_ignores( ignore *list ) {
	ignore *p = list;
	while ( p != NULL ) {
		p = p->next;
	}
}

int is_ignored( int code, ignore *list ) {
	ignore *p = list;
	while ( p != NULL ) {
		if (p->code == code) {
			return 1;
		}
		p = p->next;
	}
	return 0;
}


================================================
FILE: ignore.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

typedef struct ignore {
	int code;
	struct ignore *next;
} ignore;

void ignore_key( int code, ignore **list );
int is_ignored( int code, ignore *list );
void clear_ignore_list( ignore **list );


================================================
FILE: keystate.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdio.h>
#include <linux/input.h>
#include <stdlib.h>
#include <string.h>
#include "eventnames.h"
#include "keystate.h"

void init_keystate_holder(keystate_holder **ksh) {
	if (*ksh == NULL) {
		*ksh = malloc(sizeof(keystate_holder));
	}
	if (*ksh == NULL) {
		fprintf(stderr, "Unable to allocate memory for keystate table!\n");
		return;
	}
	int i;
	for (i=0; i<=KEY_MAX; i++) {
		(**ksh)[i] = 0;
	}
}

/*
 * Keep track of a pressed or released key
 */
void change_keystate( keystate_holder ksh, struct input_event ev ) {
	if (ev.type != EV_KEY)
		return;
	if (ev.code > KEY_MAX)
		return;
	switch(ev.value) {
		case 1: // pressed
			ksh[ev.code]++;
			break;
		case 0: // released
			if (ksh[ev.code] > 0) {
				ksh[ev.code]--;
			}
			break;
	}
}

char *get_keystate(keystate_holder ksh) {
	return get_keystate_ignore_key( ksh, -1 );
}

char *get_keystate_ignore_key(keystate_holder ksh, int ignore_key) {
	const int bsize = 1024;
	char *KS = "+";

	char buf[bsize];
	buf[0] = '\0';

	int i;
	int n = 0;
	for (i=0; i<=KEY_MAX; i++) {
		if (i != ignore_key && ksh[i] > 0) {
			if (n>0) {
				strncat( buf, KS, bsize-1-strlen(KS) );
			}
			const char *name = lookup_event_name_i(EV_KEY, i);
			strncat( &(buf[0]), name, bsize-1-strlen(buf) );
			n++;
		}
	}
	char *res = malloc( sizeof(char) * (1+strlen(buf)) );
	if (res) {
		strcpy( res, buf );
	}
	return res;
}


================================================
FILE: keystate.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <linux/input.h>
typedef unsigned short keystate_holder[KEY_MAX+1];

void init_keystate_holder(keystate_holder**);
void change_keystate(keystate_holder, struct input_event);
char *get_keystate(keystate_holder);
char *get_keystate_ignore_key(keystate_holder, int ignore_key);


================================================
FILE: obey.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdio.h>
#include "devices.h"
#include "command.h"
#include "keystate.h"
#include "trigger.h"
#include "thd.h"

int obey_command( struct command *cmd ) {
	if (cmd->type == CMD_ADD) {
		add_device( cmd->param, -1, cmd->exclusive, cmd->tag );
		return 0;
	}
	if (cmd->type == CMD_PASSFD) {
		add_device( cmd->param, cmd->fd, cmd->exclusive, cmd->tag );
		return 0;
	}
	if (cmd->type == CMD_REMOVE) {
		remove_device( cmd->param );
		return 0;
	}
	if (cmd->type == CMD_QUIT) {
		cleanup();
		return 0;
	}
	if (cmd->type == CMD_ENABLE) {
		triggers_enabled(1);
		return 0;
	}
	if (cmd->type == CMD_DISABLE) {
		triggers_enabled(0);
		return 0;
	}
	if (cmd->type == CMD_CLEARDEVS) {
		clear_devices();
		return 0;
	}
	if (cmd->type == CMD_CHANGEMODE) {
		change_trigger_mode( cmd->param );
		return 0;
	}
	return 1;
}


================================================
FILE: obey.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

int obey_command( struct command *cmd );


================================================
FILE: systemd/triggerhappy.service
================================================
[Unit]
Description=triggerhappy global hotkey daemon
After=local-fs.target

[Service]
Type=notify
ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket --user nobody --deviceglob /dev/input/event*

[Install]
WantedBy=multi-user.target


================================================
FILE: systemd/triggerhappy.socket
================================================
[Socket]
ListenStream=/run/thd.socket

[Install]
WantedBy=sockets.target


================================================
FILE: th-cmd.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <strings.h>
#include <getopt.h>
#include <unistd.h>

#include "devices.h"
#include "command.h"
#include "cmdsocket.h"

#include "version.h"

void show_help(void) {
	fprintf( stderr, "Triggerhappy command " TH_VERSION "\n");
	fprintf( stderr, "Use:\n");
	fprintf( stderr, "  th-cmd --socket <socket> [--grab] [--passfd] --add <devices...>\n");
	fprintf( stderr, "  th-cmd --socket <socket> --remove <devices...>\n");
	fprintf( stderr, "  th-cmd --socket <socket> --clear\n");
	fprintf( stderr, "  th-cmd --socket <socket> --enable\n");
	fprintf( stderr, "  th-cmd --socket <socket> --disable\n");
	fprintf( stderr, "  th-cmd --socket <socket> --mode <mode>\n");
	fprintf( stderr, "  th-cmd --socket <socket> --quit\n");
	fprintf( stderr, "  th-cmd --socket <socket> --help\n");
}

int main(int argc, char *argv[]) {
	char *socket = NULL;
	static int passfd = 0;
	static int grab_dev = 0;
	static int op_add = 0;
	static int op_rem = 0;
	static int op_clear = 0;
	static int op_udev = 0;
	static int op_en = 0;
	static int op_dis = 0;
	static int op_mode = 0;
	static int op_quit = 0;
	enum command_type ctype = CMD_NOP;

	char *tag = NULL;

	static struct option long_options[] = {
		{ "socket", 1, 0, 's' },
		{ "add", 0, &op_add, 1 },
		{ "remove", 0, &op_rem, 1 },
		{ "clear", 0, &op_clear, 1 },
		{ "udev", 0, &op_udev, 1 },
		{ "passfd", 0, &passfd, 1 },
		{ "grab", 0, &grab_dev, 1 },
		{ "enable", 0, &op_en, 1 },
		{ "disable", 0, &op_dis, 1 },
		{ "mode", 0, &op_mode, 1 },
		{ "quit", 0, &op_quit, 1 },
		{ "help", 0, 0, 'h' },
		{ "tag", required_argument, 0, 't' },
		{ 0, 0, 0, 0 }
	};

	int c;
	while (1) {
		int option_index = 0;
		c = getopt_long(argc, argv, "s:t:", long_options, &option_index);
		if (c == -1) {
			break;
		}
		switch(c) {
			case 's':
				socket = optarg;
				break;
			case 't':
				tag = optarg;
				break;
			case 'h':
			case '?':
			case -1:
				show_help();
				return 1;
		}
	}

	if ( op_add + op_rem + op_clear + op_udev + op_en + op_dis + op_mode + op_quit != 1 ) {
		fprintf(stderr, "A single command must be specified!\n");
		show_help();
		return 1;
	}

	if (! socket ) {
		fprintf(stderr, "No socket specified!\n");
		show_help();
		return 1;
	}
	int s = connect_cmdsocket( socket );
	if (s < 0) {
		perror("connect()");
		return 1;
	}

	int err = 0;
	if (op_udev) {
		if (strcasecmp("add", getenv("ACTION")) == 0) {
			ctype = CMD_ADD;
		} else if (strcasecmp("remove", getenv("ACTION")) == 0) {
			ctype = CMD_REMOVE;
		}
		char *dev = getenv("DEVNAME");
		if ( ctype && dev ) {
			err = send_command( s, ctype, dev, passfd, grab_dev, tag );
		}
	} else {
		/* get devices from command line */
		if (op_add) ctype = CMD_ADD;
		else if (op_rem) ctype = CMD_REMOVE;
		else if (op_clear) ctype = CMD_CLEARDEVS;
		else if (op_en) ctype = CMD_ENABLE;
		else if (op_dis) ctype = CMD_DISABLE;
		else if (op_mode) ctype = CMD_CHANGEMODE;
		else if (op_quit) ctype = CMD_QUIT;

		if ( ctype == CMD_NOP) {
			show_help();
		}
		switch (ctype) {
			case CMD_CLEARDEVS:
			case CMD_ENABLE:
			case CMD_DISABLE:
			case CMD_QUIT:
				err = send_command( s, ctype, "", 0, 0, tag);
				break;
			case CMD_CHANGEMODE:
				err = send_command( s, ctype,
						(optind < argc) ? argv[optind] : "",
						0, 0, tag );
				break;
			case CMD_ADD:
			case CMD_REMOVE:
				while (optind < argc && err == 0) {
					err = send_command( s, ctype, argv[optind++], passfd, grab_dev, tag );
				}
				break;
			default:
				err = 1;
		}
		if (err != 0) {
			perror("send_command");
		}
	}
	close(s);
	return err;
}


================================================
FILE: th-cmd.pod
================================================
=pod

=head1 NAME

th-cmd -- triggerhappy commander

=head1 SYNOPSIS

B<th-cmd> --socket B<< <socket> >> [B<--passfd>] [B<--tag> I<< <foo> >>] [B<--clear>|B<--enable>|B<--disable>|B<--mode> I<< <mode> >>|B<--quit>|B<--udev>|B<--add> F<< <devices...> >>|B<--remove> F<< <devices...> >>]

=head1 DESCRIPTION

This program is used to issue commands to a running triggerhappy daemon. It utilizes an unix domain socket bound by the daemon.

=head1 OPTIONS

=over

=item B<--socket> F<socket>

The socket file opened by the running triggerhappy daemon instance.

=item B<--add> F<< <devices...> >>

Instruct the running daemon to open the input devices specified on the command line

=item B<--remove> F<< <devices...> >>

Remove specified devices from the running daemon.

=item B<--clear>

Remove all devices from the running daemon.

=item B<--udev>

Deduce operation and device name from udev environment (for use in udev rules).

=item B<--disable>

Disable the execution of triggers.

=item B<--enable>

Re-enable the execution of triggers.

=item B<--mode> I<< <newmode> >>

Change the mode of the triggerhappy daemon to I<< <newmode> >>. If no new mode is specified, the daemon switches to default mode.

=item B<--quit>

Terminate the triggerhappy daemon.

=item B<--passfd>

Instead of instructing the daemon to open the device, open the device and pass the file descriptor to the daemon. This allows the adding of new devices to a daemon having dropped its privileges, however the th-cmd process must have access to the device file.

=item B<--grab>

Grab the device; the triggerhappy daemon will try to get exclusive access to the device, other applications will not receive the events emitted by it.

=item B<--tag> F<foo>

Label the added device with the tag I<< <foo> >>; this can be used to limit the scope of event
handlers to a subset of input devices.

=back

=head1 AUTHOR

Stefan Tomanek E<lt>stefan.tomanek+th@wertarbyte.deE<gt>



================================================
FILE: thd.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <signal.h>
#include <glob.h>

#include <stdlib.h>
#include <sys/wait.h>
#include <sys/select.h>
#include <sys/time.h>
#include <getopt.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <stddef.h>
#include <pwd.h>
#include <grp.h>

#ifdef HAVE_SYSTEMD
#include <systemd/sd-daemon.h>
#endif

#include "thd.h"
#include "eventnames.h"
#include "devices.h"
#include "keystate.h"
#include "trigger.h"
#include "command.h"
#include "cmdsocket.h"
#include "obey.h"
#include "ignore.h"
#include "uinput.h"

/* version information */
#include "version.h"

/* command channel & FD */
static char *cmd_file = NULL;
static int cmd_fd = -1;

static char *uinput_dev = NULL;

static int dump_events = 0;
static int run_as_daemon = 0;

static char *triggerfile = NULL;
static char *pidfile = NULL;

static keystate_holder *keystate = NULL;

static ignore *ignored_keys = NULL;

static int normalize_events = 0;

static char *user = NULL;

static int exiting = 0;
static int reload_conf = 0;

/* forward declarations */
static int reload_triggerfile();

/* FDs to watch */
static fd_set rfds;
static int max_fd = -1;

/*
 * Look up event and key names and print them to STDOUT
 */
static void print_event(char* dev, struct input_event ev) {
	const char *typename = lookup_type_name( ev );
	const char *evname = lookup_event_name( ev );
	if ( evname != NULL ) {
		printf( "%s\t%s\t%d\t%s\n", typename, evname, ev.value, dev );
	} else {
		fprintf( stderr, "Unknown %s event id on %s : %d (value %d)\n", typename, dev, ev.code, ev.value );
	}
	fflush(stdout);
}

static void print_triggerline(struct input_event ev, keystate_holder ksh) {
	const char *evname = lookup_event_name( ev );
	char *state = ( ev.type == EV_KEY ? get_keystate_ignore_key( ksh, ev.code ) : NULL);
	const int d = (state && strlen(state)>0);
	if ( evname != NULL ) {
		printf( "# %s%s%s\t%d\tcommand\n", state?state:"", d?"+":"", evname, ev.value );
		fflush(stdout);
	}
	free(state);
}

/*
 * Read event from fd, decode it and pass it to handlers
 */
static int read_event( device *dev ) {
	int fd = dev->fd;
	char *devname = dev->devname;
	struct input_event ev;
	int n = read( fd, &ev, sizeof(ev) );
	if ( n != sizeof(ev) ) {
		fprintf(stderr, "Error reading device '%s'\n", dev->devname);
		return 1;
	}
	/* ignore all events except KEY, SW and REL*/
	if (ev.type == EV_KEY || ev.type == EV_SW || ev.type == EV_REL || ev.type == EV_ABS) {
		if (ev.type == EV_KEY && is_ignored( ev.code, ignored_keys)) {
			return 0;
		}
		if ((ev.type == EV_REL || ev.type == EV_ABS) && normalize_events) {
			if (ev.value > 0) {
				ev.value = 1;
			} else if (ev.value < 0) {
				ev.value = -1;
			}
		}
		if (dump_events) {
			print_event( devname, ev );
			print_triggerline( ev, *keystate );
		}
		run_triggers( ev.type, ev.code, ev.value, *keystate, dev );
		change_keystate( *keystate, ev );
	}
	return 0;
}

static void check_device( device *d ) {
	int fd = d->fd;
	if (FD_ISSET( fd, &rfds )) {
		if (read_event( d )) {
			/* read error? Remove the device! */
			remove_device( d->devname );
		}
	}
}

static void process_devices(void) {
	for_each_device( &check_device );
}

static void add_device_to_fdset( device *d ) {
	int fd = d->fd;
	if (fd > max_fd) {
		max_fd = fd;
	}
	FD_SET( fd, &rfds );
}


static void process_events(void) {
	struct timeval tv;
	int retval;
	/* loop as long as we have at least one device or
	 * the command channel
	 */
	while ( count_devices() > 0 || cmd_fd != -1 ) {
		FD_ZERO( &rfds );
		max_fd = -1;
		/* add device fds */
		for_each_device( &add_device_to_fdset );
		/* add command channel */
		if (cmd_fd != -1) {
			FD_SET( cmd_fd, &rfds );
			max_fd = cmd_fd > max_fd ? cmd_fd : max_fd;
		}
		tv.tv_sec = 5;
		tv.tv_usec = 0;
		retval = select(max_fd+1, &rfds, NULL, NULL, &tv);
		if (retval == -1 && errno != EINTR) {
			perror("select()");
			continue;
		} else if (exiting) {
			break;
		} else if (reload_conf) {
			reload_conf = 0;
			reload_triggerfile();
			continue;
		} else if (retval) {
			process_devices();
			if ( cmd_fd != -1 && FD_ISSET( cmd_fd, &rfds ) ) {
				struct command *cmd = read_command( cmd_fd );
				obey_command( cmd );
				free(cmd);
			}
		}
	}
}

static int write_pidfile( char *pidfile ) {
	FILE *pid = fopen( pidfile, "w+" );
	if (pid == NULL) {
		return 1;
	}
	fprintf(pid, "%u\n", (unsigned int) getpid());
	return fclose(pid);
}

static struct option long_options[] = {
	{"dump",	no_argument, &dump_events, 1},
	{"daemon",	no_argument, &run_as_daemon, 1},
	{"user",	required_argument, 0, 'u'},
	{"pidfile",	required_argument, 0, 'p'},
	{"triggers",	required_argument, 0, 't'},
	{"socket",	required_argument, 0, 's'},
	{"ignore",	required_argument, 0, 'i'},
	{"normalize",	no_argument, &normalize_events, 1},
	{"help",	no_argument, 0, 'h'},
	{"uinput",	required_argument, 0, '<'},
	{"listevents",	no_argument, 0, 'l'},
	{"deviceglob",	required_argument, 0, 'g'},
	{0,0,0,0} /* end of list */
};

void show_help(void) {
	printf( "Triggerhappy event daemon " TH_VERSION "\n\n" );
	printf( "Usage:\n" );
	printf( "  thd [switches] [devices]\n\n" );
	printf( "Command line switches:\n" );
	printf( "  --help             Display this help message\n" );
	printf( "  --daemon           Run as daemon process\n" );
	printf( "  --dump             Dump events to console\n" );
	printf( "  --listevents       Print a list of all known events\n" );
	printf( "  --triggers <file>  Load trigger definitions from <file>\n" );
	printf( "  --socket <socket>  Read commands from socket\n" );
	printf( "  --ignore <event>   Ignore key events with name <event>\n" );
	printf( "  --normalize        Normalize relative movement events\n" );
	printf( "  --user <name>      Drop privileges to <name> after opening devices\n" );
	printf( "  --deviceglob <p>   Open device files matching pattern <p>\n" );
}

static void list_event_table(int type, int max) {
	int n = 0;
	for (n = 0; n <= max; n++) {
		const char *name = lookup_event_name_i(type, n);
		if (name) {
			printf("%s\n", name);
		}
	}
}

static void list_events(void) {
	list_event_table(EV_KEY, KEY_MAX);
	list_event_table(EV_SW, SW_MAX);
	list_event_table(EV_REL, REL_MAX);
	list_event_table(EV_ABS, REL_MAX);
}

void cleanup(void) {
	close_uinput();
	if (cmd_file) {
		if (cmd_fd != -1) {
			close( cmd_fd );
		}
		unlink(cmd_file);
		cmd_fd = -1;
	}
	clear_devices();
	if (pidfile) {
		unlink(pidfile);
	}
}

static int reload_triggerfile(void) {
	clear_triggers();
	if (triggerfile) {
		int err = read_triggers(triggerfile);
		if (err) {
			fprintf(stderr, "Error loading triggerfile '%s'\n", triggerfile);
			return 1;
		}
	}
	return 0;
}

static void handle_signal(int sig) {
	switch (sig) {
		case SIGINT:
		case SIGTERM:
			exiting = 1;
			break;
		case SIGHUP:
			reload_conf = 1;
			break;
	}
}

int start_readers(int argc, char *argv[], int start, char *dev_glob) {
	if (argc-start < 1 && cmd_file == NULL && dev_glob == NULL) {
		fprintf(stderr, "No input device files or command pipe specified.\n");
		return 1;
	}
	/* open command pipe */
	if (cmd_file) {
		cmd_fd = bind_cmdsocket(cmd_file);
		if (cmd_fd < 0) {
			return 1;
		}
	}

	/* add every device file supplied on command line */
	int i;
	for (i=start; i<argc; i++) {
		char *dev = argv[i];
		/* TODO
		 * we should provide a method to
		 * optionally grab the device or
		 * assign a tag
		 */
		int grab_dev = 0;
		char *tag_dev = NULL;
		add_device( dev, -1, grab_dev, tag_dev );
	}
	/* check device glob */
	if (dev_glob) {
		glob_t globbuf;
		glob(dev_glob, GLOB_NOSORT, NULL, &globbuf);
		for (i=0; i<globbuf.gl_pathc; i++) {
			int grab_dev = 0;
			char *tag_dev = NULL;
			add_device(globbuf.gl_pathv[i], -1, grab_dev, tag_dev);
		}
	}
	if (run_as_daemon) {
		int err = daemon(0,0);
		if (err) {
			perror("daemon()");
		}
	}
	if (pidfile) {
		write_pidfile( pidfile );
	}
	/* drop privileges */
	if (user) {
		struct passwd *pw = getpwnam(user);
		if (pw) {
			int uid = pw->pw_uid;
			int gid = pw->pw_gid;
			if ( initgroups(user, gid) ) {
				perror("initgroups");
				return 1;
			}
			if ( setregid( gid, gid ) ) {
				perror("setregid");
				return 1;
			}
			if ( setreuid( uid, uid ) ) {
				perror("setreuid");
				return 1;
			}
		} else {
			fprintf(stderr, "Unable to lookup user '%s'.\n", user);
			return 1;
		}
	}

#ifdef HAVE_SYSTEMD
	sd_notify(0, "READY=1");
#endif

	process_events();

	return 0;
}

int main(int argc, char *argv[]) {
	signal(SIGCHLD, SIG_IGN);
	char *dev_glob = NULL;
	int option_index = 0;
	int c;
	while (1) {
		c = getopt_long (argc, argv, "t:s:dhpni:u:g:", long_options, &option_index);
		if (c == -1) {
			break;
		}
		switch (c) {
			case 0:
				if (long_options[option_index].flag != 0) {
					break;
				}
				printf ("option %s", long_options[option_index].name);
				if (optarg)
					printf (" with arg %s", optarg);
				printf ("\n");
				break;
			case 'd': /* short for --dump */
				dump_events = 1;
				break;
			case 'p': /* short for --pidfile */
				pidfile = optarg;
				break;
			case 't':
				triggerfile = optarg;
				break;
			case 's':
				cmd_file = optarg;
				break;
			case 'i':
				if ( lookup_event_type(optarg) == EV_KEY ) {
					ignore_key( lookup_event_code(optarg), &ignored_keys );
				}
				break;
			case 'h':
				show_help();
				return 0;
			case 'l':
				list_events();
				return 0;
			case 'u':
				user = optarg;
				break;
			case '<':
				uinput_dev = optarg;
				break;
			case 'g':
				dev_glob = optarg;
				break;
			case '?':
			default:
				return 1;
		}
	}
	/* load config file */
	if (reload_triggerfile() != 0) {
		return 1;
	}
	/* init keystate holder */
	init_keystate_holder(&keystate);
	/* set initial trigger mode */
	change_trigger_mode("");
	/* open uinput if requested */
	if (uinput_dev != NULL && open_uinput(uinput_dev) == -1) {
		fprintf(stderr, "Error setting up uinput support\n");
		return 1;
	}
	/* install signal handler */
	struct sigaction handler;
	handler.sa_handler = handle_signal;
	sigfillset(&handler.sa_mask);
	handler.sa_flags=0;
	sigaction(SIGINT,&handler,0);
	sigaction(SIGTERM,&handler,0);
	sigaction(SIGHUP,&handler,0);

	int status = start_readers(argc, argv, optind, dev_glob);
	cleanup();
	return status;
}



================================================
FILE: thd.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

void cleanup(void);


================================================
FILE: thd.pod
================================================
=pod

=head1 NAME

thd -- triggerhappy global hotkey daemon

=head1 SYNOPSIS

B<thd> [B<--help>] [B<--user> I<name>] [B<--listevents>] [B<--dump>] [B<--socket> I<socket>] [B<--triggers> I<config>] [B<--daemon>] [B<--pidfile> I<file>] [B<--uinput> I<device>][B<--ignore> I<event>] [B<--deviceglob> I<pattern>] [I<devices...>]

=head1 DESCRIPTION

Triggerhappy is a hotkey daemon that operates on a system wide scale. It watches all configured input devices
for key, switch or button events and can launch arbitrary commands specified by the administrator. In contrast
to hotkey services provided by desktop environments, Triggerhappy is especially suited to hardware related switches
like volume or wifi control; it works independently from a specific user being logged in and is also suitable for embedded systems that do not a graphical user interface.

=head1 OPTIONS

=over

=item B<--help>

Shows usage instructions

=item B<--listevents>

Prints a list of all known event names.

=item B<--triggers> F<conf>

Read trigger definitions from F<conf>, which can either be a file or a directory. If a directory is specified, all its files matching the pattern *.conf are loaded.

=item B<--dump>

Dump all recognized events to STDOUT. This can also be utilized to create a skeleton trigger configuration by redirecting the printed configuration lines to a configuration file, adding the desired command and activating the generated line by removing the comment mark "#" at its beginning:

  thd --dump /dev/input/event* | grep ^# > /etc/triggerhappy/triggers.d/skeleton.conf

=item B<--socket> F<file>

Open a unix domain socket at F<file>; this socket can be used to send commands to the running daemon (by using the program L<th-cmd>), e.g. for adding or removing devices.

=item B<--daemon>

Run as a background daemon and detach from the terminal.

=item B<--pidfile> F<file>

Write PID to F<file>.

=item B<--uinput> F<device>

Open uinput file (probably F</dev/input/uinput>) to generate synthetic events.

=item B<--ignore> I<eventname>

Ignore key and switch event labeled I<eventname>. This can be used to suppress the FN key on some notebooks which only generates events sometimes and might screw up key combinations.

=item B<--normalize>

Normalize REL and ABS events. If this option is enabled, the values of axis movement events are mapped to the three values -1, 0 and 1, depending on the sign of the value reported by the kernel.

=item B<--user> I<name>

Change to user id I<name> after opening files. This usually prevents thd from opening additional input devices, unless they are opened by the th-cmd program and their file descriptor are passed to the daemon.

=item B<--deviceglob> I<pattern>

Open device files matching the glob I<pattern>.

=back

Additional command line arguments are considered filenames of input devices.

=head1 CONFIGURATION


=head2 Configuring event handlers

The hotkey bindings used by Triggerhappy are set in the configuration file specified by B<--triggers>. Each line consists of three segments:
The symbolic name of the key or event name to react on, the value carried by the expected event, and of course the command to be launched.

The event names can be identified by operating the desired key or switch while running the triggerhappy daemon with the option B<--dump>.

Key events carry the value I<1> for a key being pressed and transmit the payload I<0> when it is released; holding the key down constantly yields events with a value of I<2>.

The command can include any number of arguments. Please include the full path to avoid trouble through different $PATH settings for the daemon and your interactive session.

The three fields are separated by an arbitrary number of whitespaces, while anything behind a # character is ignored and considered a comment.

=head1 EXAMPLE

=head2 Starting the daemon

B<thd --dump /dev/input/event*>

Dump all events processable by thd to the console; this is useful to find out the correct event name for a specific key.

B<thd --triggers /etc/triggerhappy/triggers.d/ /dev/input/event*>

Read from all currently connected input devices and process events according to the files in F</etc/triggerhappy/triggers.d/>.

B<thd --triggers /etc/triggerhappy/triggers.conf --socket /var/run/thd.socket>

Do not open any input devices yet, but bind the socket F</var/run/thd.socket> for L<th-cmd> to connect to.

=head2 Configuration files

Any number of event handlers can be placed in the configuration file:

    # /etc/triggerhappy/triggers.d/suspend.conf
    #
    # Suspend the system
    KEY_SLEEP                   1       /usr/sbin/hibernate-ram
    KEY_SLEEP+KEY_LEFTSHIFT     1       /usr/sbin/hibernate-disk

    # /etc/triggerhappy/triggers.d/audio.conf
    # Change mixer volume when pressing the appropriate keys (or holding them)
    KEY_VOLUMEUP    1      /usr/bin/amixer set Master 5%+
    KEY_VOLUMEUP    2      /usr/bin/amixer set Master 5%+
    KEY_VOLUMEDOWN  1      /usr/bin/amixer set Master 5%-
    KEY_VOLUMEDOWN  2      /usr/bin/amixer set Master 5%-

In more complex situations, triggerhappy can provide multiple modes that map a
single event to different keys; triggers are bound to a specific mode by appending
its name to the event name:

    KEY_KPPLUS@media	1	/usr/bin/mpc next
    KEY_KPMINUS@media	1	/usr/bin/mpc prev

These two lines will only cause mpc to be called if the triggerhappy daemon is in
"media" mode. Changing the mode can be achieved by placing a special trigger inside
the configuration:

    KEY_F12@		1	@media
    KEY_F12@media	1	@

These two lines make the F12 key toggle between the (nameless) default mode and the
newly defined media mode.

Triggers with "@" appended are only executed if the specified mode is active; all other
triggers are enabled in every mode.

When launched with the option B<--uinput>, triggerhappy can be used to generate
synthetic events. A virtual input device is created which emits specified key
presses once a special trigger is reached:

    KEY_KPASTERISK	1	<KEY_VOLUMEDOWN

By prepending a keycode with the special character '<', other applications will
receive a press and release of the corresponding key. This is especially useful
to remap or mirror events generated by devices exclusively serviced by the
triggerhappy daemon.

It is possible to create handlers that only react to specific devices: to achieve
such behaviour, add the input device using B<th-cmd> and supply it with a tag; this
tag can then be used to limit the scope of a trigger to this device:

    <remote>KEY_ENTER	1	/usr/bin/mpc stop

Defining the hotkey in this way will only trigger the handler if the event is received
from a device tagged "remote".

=head1 AUTHOR

Stefan Tomanek E<lt>stefan.tomanek+th@wertarbyte.deE<gt>



================================================
FILE: trigger.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <string.h>
#include <ctype.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include "eventnames.h"
#include "keystate.h"
#include "devices.h"
#include "trigger.h"
#include "uinput.h"

#include "triggerparser.h"

static trigger *trigger_list = NULL;

static int triggers_are_enabled = 1;

static char *trigger_mode = NULL;

char *get_trigger_mode() {
	return trigger_mode;
}

void change_trigger_mode(const char *mode) {
	if (trigger_mode != NULL) {
		free(trigger_mode);
		/* suppress the message on the first change to default mode */
		fprintf(stderr, "Changing trigger mode to <%s>\n", mode);
	}
	trigger_mode = strdup(mode);
}

void triggers_enabled( int status ) {
	triggers_are_enabled = status;
}

void append_trigger(trigger *t) {
	trigger **p = &trigger_list;
	while (*p != NULL) {
		p = &( (*p)->next );
	}
	*p = t;
}

static int read_triggerfile(const char *filename) {
	FILE *conf;
	size_t len = 0;
	char *line = NULL;
	ssize_t read;

	if(!filename)
		return 2;

	conf = fopen(filename, "r");
	if (conf == NULL) {
		return 1;
	}
	while ((read = getline(&line, &len, conf)) != -1) {
		char *copy = strdup(line);
		if (!copy) {
			fprintf(stderr, "Error allocating memory for trigger parsing!\n");
			break;
		}
		trigger *t = parse_trigger(copy);
		if (t) {
			append_trigger(t);
		} else if (strlen(copy) > 0) {
			/* perhaps it was just an empty line */
			fprintf(stderr, "Unable to parse trigger line: %s\n", line);
		}
		free(copy);
	}
	fclose(conf);
	conf=NULL;
	free(line);
	line=NULL;
	return 0;
}

static int accept_triggerfile(const struct dirent *entry) {
	const char *suffix = ".conf";
	const char *name = entry->d_name;
	char *end = strstr( name, suffix );
	if ( end && end[ strlen(suffix) ] == '\0' ) {
		return 1;
	} else {
		return 0;
	}
}

int read_triggers(const char *path) {
	/* check whether filename is a directory */
	struct stat sb;
	if (stat(path, &sb) == -1) {
		perror("stat");
		return 1;
	}
	if (S_ISDIR(sb.st_mode)) {
		/* dive into it */
		struct dirent **namelist;
		int n;
		n = scandir(path, &namelist, accept_triggerfile, alphasort);
		if ( n < 0) {
			perror("scandir");
			return 1;
		} else {
			while (n--) {
				struct stat sf;
				char *file = namelist[n]->d_name;
				char *sep = "/";
				char fpath[strlen(path)+strlen(sep)+strlen(file) + 1];
				strcpy(fpath, path);
				strcat(fpath, sep);
				strcat(fpath, file);
				if (stat(fpath, &sf) == -1) {
					perror("stat");
				}
				if (S_ISREG(sf.st_mode)) {
					read_triggerfile(fpath);
				}
				free(namelist[n]);
			}
			free(namelist);
			return 0;
		}
	} else {
		return read_triggerfile( path );
	}
}

static int devtag_equal(const char *d_tag, const char *t_tag) {
	if (strlen(t_tag) == 0) {
		return 1;
	}
	if (strcmp(t_tag, d_tag) == 0) {
		return 1;
	}
	return 0;
}

static int mods_equal(keystate_holder ksh, trigger_modifier tm, int ignore_key) {
	int n = 0;
	while ( n < TRIGGER_MODIFIERS_MAX ) {
		int code = tm[n]; /* this key must be pressed */
		if (code < 0) {
			break;
		} else if (ksh[code] <= 0) {
			return 0;
		}
		n++;
	}
	/* Now n is equal to the number of modifiers needed
	 * we can check whether any additional keys are pressed
	 * by counting the number of pressed keys instead of having
	 * to cross-examine every key against the modifier list
	 */
	int x;
	for (x=0; x<=KEY_MAX; x++) {
		if (x != ignore_key && ksh[x] > 0) {
			n--;
		}
	}
	/* if n is zero, we have the exact number of needed modifiers pressed */
	return (n == 0);
}

static int correct_mode( const char *tmode ) {
	/* not mode specified, valid in every mode */
	return (tmode == NULL) || (strcmp( get_trigger_mode(), tmode ) == 0);
}

void run_triggers(int type, int code, int value, keystate_holder ksh, device *dev) {
	if (triggers_are_enabled == 0) {
		return;
	}
	if (dev && dev->tag) {
	}
	trigger *et = trigger_list;
	while (et != NULL) {
		if ( type  == et->type &&
		     code  == et->code &&
		     value == et->value &&
		     et->action &&
		     correct_mode( et->mode ) &&
		     devtag_equal(&(dev->tag[0]), &(et->devtag[0])) &&
		     mods_equal(ksh, et->modifiers, (type==EV_KEY?code:-1) )) {
			fprintf(stderr, "Executing trigger action: %s\n", et->action);
			/* switch trigger mode or execute program? */
			if (et->action[0] == '@') {
				change_trigger_mode( &(et->action)[1] );
				/* we now stop checking for additional triggers
				 * to avoid changing back to the original mode
				 */
				break;
			} else if (et->action[0] == '<' ) {
				char *keyname = &(et->action[1]);
				fprintf(stderr, "Sending event: %s\n", keyname);
				int type = lookup_event_type( keyname );
				int code = lookup_event_code( keyname );
				if (type && code) {
					send_event( type, code, 1 );
					send_event( type, code, 0 );
					send_event( EV_SYN, 0, 0 );
				}
			} else {
				int pid = fork();
				if (pid == 0 ) {
					/* adjust environment */
					setenv( "TH_DEVICE", dev->devname, 1 );
					setenv( "TH_KEYSTATE", get_keystate(ksh), 1 );
					const char *en = lookup_event_name_i( et->type, et->code );
					setenv( "TH_EVENT", en, 1 );
					char ev[8];
					sprintf( &(ev[0]), "%d", et->value );
					setenv( "TH_VALUE", &(ev[0]), 1 );
					/* default SIGCHLD is not automatically
					   restored and most applications would
					   fail if this signal is ignored */
					signal(SIGCHLD, SIG_DFL);
					system(et->action);
					exit(0);
				} else if (pid < 0) {
					fprintf(stderr, "Unable to fork!\n");
				}
			}
		}
		et = et->next;
	}
}

int count_triggers( trigger **list ) {
	int n = 0;
	if(!list)
		return 0;
	trigger *p = *list;
	while ( p != NULL ) {
		n++;
		p = p->next;
	}
	return n;
}

void clear_triggers() {
	trigger *p = trigger_list;
	while (p != NULL) {
		trigger *next = p->next;
		free(p->action);
		free(p->mode);
		free(p);
		p = next;
	}
	trigger_list = NULL;
}


================================================
FILE: trigger.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include "devtag.h"
#define TRIGGER_MODIFIERS_MAX 5

typedef int trigger_modifier[TRIGGER_MODIFIERS_MAX];

typedef struct trigger {
	int type;
	int code;
	int value;
	trigger_modifier modifiers;
	char *mode;
	char devtag[TH_DEVICE_TAG_LENGTH];
	char *action;
	struct trigger *next;
} trigger;

trigger* parse_trigger(char* line);
void append_trigger(trigger *t);
int read_triggers(const char *filename);
void run_triggers(int type, int code, int value, keystate_holder ksh, device *dev);
void clear_triggers();

void triggers_enabled( int status );

void change_trigger_mode( const char *tmode );


================================================
FILE: triggerhappy.conf.examples
================================================
# adjust volume
KEY_VOLUMEUP			1	/usr/bin/amixer set Master 5%+
KEY_VOLUMEUP+KEY_LEFTSHIFT	1	/usr/bin/amixer set Master 15%+ # with modifier
KEY_VOLUMEUP			2	/usr/bin/amixer set Master 5%+ # even while holding
KEY_VOLUMEDOWN			1	/usr/bin/amixer set Master 5%-
KEY_VOLUMEDOWN+KEY_LEFTSHIFT	1	/usr/bin/amixer set Master 15%-
KEY_VOLUMEDOWN			2	/usr/bin/amixer set Master 5%-
# only trigger commands when in "media" mode
KEY_KPPLUS@media		1	/usr/bin/mpc next # next song
KEY_KPMINUS@media		1	/usr/bin/mpc prev # next song
# only used if in the nameless default mode
KEY_F12@			1	@media # switch to media mode
KEY_F12@media			1	@ # switch back to nameless default mode
KEY_KPASTERISK			1	<KEY_VOLUMEDOWN # emit a synthetic key event through uinput
# enable trigger only on devices tagged "sys"
<sys>KEY_F11			1	id


================================================
FILE: triggerparser.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <string.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include "eventnames.h"
#include "keystate.h"
#include "devices.h"
#include "trigger.h"
#include "triggerparser.h"

static int parse_evdef(char *evdef, trigger *t) {
	/* first we split the mode (if present) */
	char *mode = strchr(evdef, '@');
	if (mode) {
		*mode = '\0';
		mode++;
	}
	/* place a copy of the mode string or NULL in the struct */
	t->mode = (mode ? strdup(mode) : NULL);

	/* The evdef event now might still contain a device tag enclosed in < > */
	t->devtag[0] = '\0';
	char *tmp = strchr(evdef, '>');
	if (tmp && evdef[0] == '<') {
		*tmp = '\0';
		strncpy(t->devtag, &evdef[1], TH_DEVICE_TAG_LENGTH);
		t->devtag[TH_DEVICE_TAG_LENGTH-1] = '\0';
		evdef = tmp+1; /* point evdef to the beginning of the event */
	}

	/* now we can start to separate the triggering event from the modifiers */
	char *sptr = NULL;
	char *s_trigger  = strtok_r(evdef, "+", &sptr);

	int n = 0;
	while (n < TRIGGER_MODIFIERS_MAX) {
		char *s_mod = strtok_r(NULL, "+", &sptr);
		if (s_mod == NULL) {
			t->modifiers[n] = -1;
		} else {
			int type = lookup_event_type(s_mod);
			int c = lookup_event_code(s_mod);
			if (type == EV_KEY && c >= 0) {
				t->modifiers[n] = c;
			} else {
				/* we cannot process this key code */
				return 1;
			}
		}
		n++;
	}

	int type = lookup_event_type( s_trigger );
	int code = lookup_event_code( s_trigger );

	if (type < 0 || code < 0) {
		return 1;
	}
	t->type = type;
	t->code = code;

	return 0;
}

trigger* parse_trigger(char* line) {
	/* ignore everything behind # */
	char *comment = strchr(line, '#');
	if ( comment != NULL ) {
		*comment = '\0';
	}

	/* no we must have at least 3 tokens left */
	char *delim = " \t\n";
	char *sptr = NULL;
	/* event definition including modifiers and daemon mode */
	char *s_evdef  = strtok_r(line, delim, &sptr);
	/* value of the event (0, 1, 2) */
	char *s_value  = strtok_r(NULL, delim, &sptr);
	/* the action that should take place filling the rest of the line */
	char *s_action = strtok_r(NULL, "", &sptr);

	/* if we do not have 3 tokens, we can abort */
	if (! (s_evdef && s_value && s_action)) {
		return NULL;
	}
	trigger *t = malloc( sizeof(trigger) );
	if (! t) {
		fprintf(stderr, "Unable to allocate memory for trigger definition!\n");
		return NULL;
	}
	memset( t, 0, sizeof(*t) );
	t->next = NULL;

	t->value = atoi(s_value);

	int err = parse_evdef( s_evdef, t );
	if (!err) {
		/* remove trailing whitespaces from the end of the command line */
		char *end = s_action + strlen(s_action) - 1;
		while (end >= s_action && (isspace(*end) || *end == '\n')) {
			end --;
		}
		*(end+1) = '\0';
		/* remove leading whitespaces as well */
		while (isspace(*s_action)) {
			s_action++;
		}
		/* now copy the strings (mode is already copied in parse_evdef) */
		t->action = strdup(s_action);
	} else {
		/* free the allocated memory */
		free(t->mode);
		free(t->action);
		free(t);
		t = NULL;
	}
	return t;
}



================================================
FILE: triggerparser.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

trigger* parse_trigger(char* line);


================================================
FILE: udev/triggerhappy-udev.rules
================================================
## open new input devices and pass the file descriptor to the triggerhappy daemon
ACTION=="add", SUBSYSTEM=="input", \
	ATTRS{name}!="triggerhappy", \
	RUN+="/usr/sbin/th-cmd --socket /var/run/thd.socket --passfd --udev"
## add device exclusively
#ACTION=="add", SUBSYSTEM=="input", \
#	ATTRS{name}=="Nintendo Wiimote", \
#	RUN+="/usr/sbin/th-cmd --socket /var/run/thd.socket --passfd --udev --grab"


================================================
FILE: uinput.c
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <linux/input.h>
#include <linux/uinput.h>

#include "uinput.h"

static int uinput_fd = -1;

int open_uinput(const char *path) {
	close_uinput();
	struct uinput_user_dev device;
	uinput_fd = open(path, O_WRONLY);
	if (!uinput_fd) {
		return -1;
	}
	memset(&device, 0, sizeof device);
	strcpy(device.name,"triggerhappy");
	device.id.bustype = BUS_USB;
	device.id.vendor = 1;
	device.id.product = 1;
	device.id.version = 1;
	if (write(uinput_fd,&device,sizeof(device)) != sizeof(device)) {
		close_uinput();
		return -1;
	}

	if (ioctl(uinput_fd,UI_SET_EVBIT,EV_KEY) < 0) {
		close_uinput();
		return -1;
	}

	/* we can generate _any_ key event */
	int i;
	for (i=0; i<KEY_MAX && uinput_fd; i++) {
		if (ioctl(uinput_fd, UI_SET_KEYBIT, i) < 0) {
			close_uinput();
			return -1;
		}
	}

	if (ioctl(uinput_fd, UI_DEV_CREATE) < 0) {
		close_uinput();
		return -1;
	}

	return uinput_fd;
}

void close_uinput() {
	if (uinput_fd >= 0) {
		close(uinput_fd);
		uinput_fd = -1;
	}
}

int send_event(const int type, const int code, const int value) {
	if (!uinput_fd) {
		return -1;
	}
	struct input_event event;
	memset(&event, 0, sizeof event);
	event.type = type;
	event.code = code;
	event.value = value;
	if (write(uinput_fd, &event, sizeof(event)) != sizeof(event)) {
		fprintf(stderr, "Error on send_event\n");
		return -1;
	}
	return 0;
}



================================================
FILE: uinput.h
================================================
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
 * You have permission to copy, modify, and redistribute under the
 * terms of the GPLv3 or any later version.
 * For full license terms, see COPYING.
 */

int open_uinput(const char *path);
void close_uinput();
int send_event(const int type, const int code, const int value);


================================================
FILE: version.inc
================================================
0.5.0
Download .txt
gitextract_jgq61jy_/

├── .gitignore
├── AUTHORS
├── COPYING
├── Makefile
├── README
├── cmdsocket.c
├── cmdsocket.h
├── command.h
├── devices.c
├── devices.h
├── devtag.h
├── eventnames.c
├── eventnames.h
├── eventtable.h
├── ignore.c
├── ignore.h
├── keystate.c
├── keystate.h
├── obey.c
├── obey.h
├── systemd/
│   ├── triggerhappy.service
│   └── triggerhappy.socket
├── th-cmd.c
├── th-cmd.pod
├── thd.c
├── thd.h
├── thd.pod
├── trigger.c
├── trigger.h
├── triggerhappy.conf.examples
├── triggerparser.c
├── triggerparser.h
├── udev/
│   └── triggerhappy-udev.rules
├── uinput.c
├── uinput.h
└── version.inc
Download .txt
SYMBOL INDEX (74 symbols across 19 files)

FILE: cmdsocket.c
  function bind_cmdsocket (line 27) | int bind_cmdsocket( char *name ) {
  function connect_cmdsocket (line 52) | int connect_cmdsocket( char *name ) {
  type command (line 63) | struct command
  type command (line 64) | struct command
  type command (line 64) | struct command
  type iovec (line 73) | struct iovec
  type msghdr (line 77) | struct msghdr
  type cmsghdr (line 91) | struct cmsghdr
  function send_command (line 100) | int send_command( int cmd_fd, enum command_type type, char *param, int p...

FILE: cmdsocket.h
  type command (line 8) | struct command
  type command_type (line 9) | enum command_type

FILE: command.h
  type command_type (line 10) | enum command_type {
  type command (line 22) | struct command {

FILE: devices.c
  function test_bit (line 35) | static __inline__ int test_bit(int nr, BITFIELD * addr) {
  function device_is_suitable (line 43) | int device_is_suitable(int fd) {
  function add_device (line 52) | void add_device(char *dev, int fd, int excl, char *tag) {
  function remove_device (line 100) | int remove_device(char *dev) {
  function clear_devices (line 119) | void clear_devices(void) {
  function count_devices (line 131) | int count_devices(void) {
  function for_each_device (line 141) | void for_each_device( void(*func)(device*) ) {

FILE: devices.h
  type device (line 9) | typedef struct device {

FILE: eventnames.c
  type input_event (line 28) | struct input_event
  type input_event (line 36) | struct input_event
  function lookup_index (line 40) | static int lookup_index(const char **map, const char *value, int max) {
  function lookup_event_code (line 52) | int lookup_event_code( const char *eventname ) {
  function lookup_event_type (line 61) | int lookup_event_type( const char *eventname ) {

FILE: eventnames.h
  type input_event (line 10) | struct input_event
  type input_event (line 13) | struct input_event

FILE: ignore.c
  function ignore_key (line 11) | void ignore_key( int code, ignore **list ) {
  function print_ignores (line 25) | void print_ignores( ignore *list ) {
  function is_ignored (line 32) | int is_ignored( int code, ignore *list ) {

FILE: ignore.h
  type ignore (line 7) | typedef struct ignore {

FILE: keystate.c
  function init_keystate_holder (line 14) | void init_keystate_holder(keystate_holder **ksh) {
  function change_keystate (line 31) | void change_keystate( keystate_holder ksh, struct input_event ev ) {

FILE: keystate.h
  type input_event (line 11) | struct input_event

FILE: obey.c
  function obey_command (line 14) | int obey_command( struct command *cmd ) {

FILE: obey.h
  type command (line 7) | struct command

FILE: th-cmd.c
  function show_help (line 23) | void show_help(void) {
  function main (line 36) | int main(int argc, char *argv[]) {

FILE: thd.c
  function print_event (line 79) | static void print_event(char* dev, struct input_event ev) {
  function print_triggerline (line 90) | static void print_triggerline(struct input_event ev, keystate_holder ksh) {
  function read_event (line 104) | static int read_event( device *dev ) {
  function check_device (line 135) | static void check_device( device *d ) {
  function process_devices (line 145) | static void process_devices(void) {
  function add_device_to_fdset (line 149) | static void add_device_to_fdset( device *d ) {
  function process_events (line 158) | static void process_events(void) {
  function write_pidfile (line 197) | static int write_pidfile( char *pidfile ) {
  type option (line 206) | struct option
  function show_help (line 222) | void show_help(void) {
  function list_event_table (line 239) | static void list_event_table(int type, int max) {
  function list_events (line 249) | static void list_events(void) {
  function cleanup (line 256) | void cleanup(void) {
  function reload_triggerfile (line 271) | static int reload_triggerfile(void) {
  function handle_signal (line 283) | static void handle_signal(int sig) {
  function start_readers (line 295) | int start_readers(int argc, char *argv[], int start, char *dev_glob) {
  function main (line 373) | int main(int argc, char *argv[]) {

FILE: trigger.c
  function change_trigger_mode (line 34) | void change_trigger_mode(const char *mode) {
  function triggers_enabled (line 43) | void triggers_enabled( int status ) {
  function append_trigger (line 47) | void append_trigger(trigger *t) {
  function read_triggerfile (line 55) | static int read_triggerfile(const char *filename) {
  function accept_triggerfile (line 90) | static int accept_triggerfile(const struct dirent *entry) {
  function read_triggers (line 101) | int read_triggers(const char *path) {
  function devtag_equal (line 141) | static int devtag_equal(const char *d_tag, const char *t_tag) {
  function mods_equal (line 151) | static int mods_equal(keystate_holder ksh, trigger_modifier tm, int igno...
  function correct_mode (line 177) | static int correct_mode( const char *tmode ) {
  function run_triggers (line 182) | void run_triggers(int type, int code, int value, keystate_holder ksh, de...
  function count_triggers (line 241) | int count_triggers( trigger **list ) {
  function clear_triggers (line 253) | void clear_triggers() {

FILE: trigger.h
  type trigger (line 12) | typedef struct trigger {

FILE: triggerparser.c
  function parse_evdef (line 21) | static int parse_evdef(char *evdef, trigger *t) {
  function trigger (line 75) | trigger* parse_trigger(char* line) {

FILE: uinput.c
  function open_uinput (line 20) | int open_uinput(const char *path) {
  function close_uinput (line 60) | void close_uinput() {
  function send_event (line 67) | int send_event(const int type, const int code, const int value) {
Condensed preview — 36 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (100K chars).
[
  {
    "path": ".gitignore",
    "chars": 84,
    "preview": "thd\nthd.1\nth-cmd\nth-cmd.1\n*.o\n/*.d\nevtable_*.inc\nlinux_input_defs_gen.inc\nversion.h\n"
  },
  {
    "path": "AUTHORS",
    "chars": 49,
    "preview": "Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n"
  },
  {
    "path": "COPYING",
    "chars": 35147,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "Makefile",
    "chars": 1580,
    "preview": "PREFIX:=/usr/\nDESTDIR:=/\nBINDIR:=$(DESTDIR)/$(PREFIX)/sbin/\nMANDIR:=$(DESTDIR)/$(PREFIX)/share/man/man1/\n\nPKGCONFIG = pk"
  },
  {
    "path": "README",
    "chars": 1859,
    "preview": "Triggerhappy\n- a lightweight hotkey daemon -\n\nby Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\nhttp://github.com/wert"
  },
  {
    "path": "cmdsocket.c",
    "chars": 3503,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "cmdsocket.h",
    "chars": 437,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "command.h",
    "chars": 611,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "devices.c",
    "chars": 3116,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "devices.h",
    "chars": 599,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "devtag.h",
    "chars": 256,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "eventnames.c",
    "chars": 2000,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "eventnames.h",
    "chars": 581,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "eventtable.h",
    "chars": 661,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "ignore.c",
    "chars": 824,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "ignore.h",
    "chars": 418,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "keystate.c",
    "chars": 1600,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "keystate.h",
    "chars": 506,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "obey.c",
    "chars": 1046,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "obey.h",
    "chars": 264,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "systemd/triggerhappy.service",
    "chars": 271,
    "preview": "[Unit]\nDescription=triggerhappy global hotkey daemon\nAfter=local-fs.target\n\n[Service]\nType=notify\nExecStart=/usr/sbin/th"
  },
  {
    "path": "systemd/triggerhappy.socket",
    "chars": 73,
    "preview": "[Socket]\nListenStream=/run/thd.socket\n\n[Install]\nWantedBy=sockets.target\n"
  },
  {
    "path": "th-cmd.c",
    "chars": 3894,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "th-cmd.pod",
    "chars": 1946,
    "preview": "=pod\n\n=head1 NAME\n\nth-cmd -- triggerhappy commander\n\n=head1 SYNOPSIS\n\nB<th-cmd> --socket B<< <socket> >> [B<--passfd>] ["
  },
  {
    "path": "thd.c",
    "chars": 10557,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "thd.h",
    "chars": 243,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "thd.pod",
    "chars": 6781,
    "preview": "=pod\n\n=head1 NAME\n\nthd -- triggerhappy global hotkey daemon\n\n=head1 SYNOPSIS\n\nB<thd> [B<--help>] [B<--user> I<name>] [B<"
  },
  {
    "path": "trigger.c",
    "chars": 6143,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "trigger.h",
    "chars": 820,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "triggerhappy.conf.examples",
    "chars": 810,
    "preview": "# adjust volume\nKEY_VOLUMEUP\t\t\t1\t/usr/bin/amixer set Master 5%+\nKEY_VOLUMEUP+KEY_LEFTSHIFT\t1\t/usr/bin/amixer set Master "
  },
  {
    "path": "triggerparser.c",
    "chars": 3286,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "triggerparser.h",
    "chars": 259,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "udev/triggerhappy-udev.rules",
    "chars": 400,
    "preview": "## open new input devices and pass the file descriptor to the triggerhappy daemon\nACTION==\"add\", SUBSYSTEM==\"input\", \\\n\t"
  },
  {
    "path": "uinput.c",
    "chars": 1692,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "uinput.h",
    "chars": 344,
    "preview": "/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>\n * You have permission to copy, modify, and redistrib"
  },
  {
    "path": "version.inc",
    "chars": 6,
    "preview": "0.5.0\n"
  }
]

About this extraction

This page contains the full source code of the wertarbyte/triggerhappy GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 36 files (90.5 KB), approximately 25.1k tokens, and a symbol index with 74 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!