summaryrefslogtreecommitdiff
path: root/src/core/keybindings.h
AgeCommit message (Collapse)AuthorFilesLines
2020-08-04Remove multiple empty linesrbuj1-4/+0
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
2019-06-03Allow use of up/down arrow keys in alt+tab popuposch1-0/+7
2017-07-14Alt/tab - define arrow keycode + numpad arrowsPierre-Louis Dubouilh1-0/+6
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-4/+4
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+60