summaryrefslogtreecommitdiff
path: root/xbindkeys.c
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10Fix keyboard layout problems - Ignore 13th and 14th bits of button stateAlberto Sánchez Molero1-2/+2
Author: Alberto Sanchez Molero <alsamolero@gmail.com>
2012-05-12Make release modifier works as expected when autorepeat is enabledDmitry Klimov1-0/+17
2010-12-05Fix memory error: use sizeof(char)Philippe Brochard1-1/+1
2010-12-05Fix memory error: use sizeof(char)Philippe Brochard1-1/+1
2010-12-04Fix a memory faultPhilippe Brochard1-1/+1
2010-01-24xbindkeys.c (event_loop): Doesn't stat on configuration file change the ↵Philippe Brochard1-6/+9
first time if poll-rc is false. (fix uninitialized variables)
2010-01-23options.c: A poll-rc flag has been added to poll the rc/guile configuration ↵Philippe Brochard1-5/+2
file for update. By default no poll is done on configuration files. Many thanks to Alexander Clouter.
2010-01-23xbindkeys.c (event_loop): Stat both default rc file and guile rc file for ↵Philippe Brochard1-25/+22
reloading them when they change.
2009-05-18Initial importPhilippe Brochard1-0/+548