summaryrefslogtreecommitdiff
path: root/src/bindings.h
AgeCommit message (Expand)Author
2015-09-27help: show defined action chainsAndrzej Rybczak
2015-05-14bindinds: add support for alt/ctrl/shift modifiers and escape keyAndrzej Rybczak
2015-05-11replace boost::bind with std::bindAndrzej Rybczak
2015-05-09bindings: implement Key and Command in terms of std::tupleAndrzej Rybczak
2015-05-09bindings: move some code from .h to .cpp fileAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27bindings: allow for binding multiple chains to one keyAndrzej Rybczak
2013-07-13actions: require action to be non-null if we query by action typeAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-10-06actions: make ActionType enum classAndrzej Rybczak
2012-10-06actions: use namespaceAndrzej Rybczak
2012-10-06actions: change naming convention to camelCaseAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-20bindings: guarantee ordering of bindings of the same keyAndrzej Rybczak
2012-09-20bindings: add support for defining and executing commandsAndrzej Rybczak
2012-09-06add example bindings configuration file with comprehensive descriptionAndrzej Rybczak
2012-09-05rename keys.{cpp,h} to bindings.{cpp,h}Andrzej Rybczak