summaryrefslogtreecommitdiff
path: root/src/uterm_input_uxkb.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-12kmscon: add --xkb-keymap option for predefined keymapsRan Benita1-1/+14
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-01-07uterm: move input related API to uterm_input.hDavid Herrmann1-1/+1
2013-01-07uterm: move uterm_input.h to uterm_input_internal.hDavid Herrmann1-1/+1
2012-12-09uxkb: print warning if LED update failsDavid Herrmann1-2/+4
2012-11-05uterm: input: uxkb: properly handle changed keyboard state on wake upRan Benita1-18/+48
2012-10-27uterm: input: allow passing "model" for keyboard descsDavid Herrmann1-5/+7
2012-10-27uterm_input_uxkb: update leds to match keyboard stateRan Benita1-2/+39
2012-10-27uterm_input: remove supporting code for updating LED stateRan Benita1-24/+2
2012-10-27xkb: use system defaults instead of "us" for layoutRan Benita1-3/+3
2012-10-27xkb: don't use deprecated libxkbcommon symbolsRan Benita1-10/+11
2012-10-15uterm: input: fix resetting key-repeat timer during key-pressDavid Herrmann1-7/+7
2012-10-12uterm: input: fix key-repeat handlingDavid Herrmann1-55/+112
2012-10-12uterm: input: fix stopping key-repeats on key-upDavid Herrmann1-4/+1
2012-10-09uterm: input: fix passing the correct keycode to get_ascii()David Herrmann1-1/+1
2012-10-09kmscon: add --xkb-repeat-rate/delay command-line argumentsDavid Herrmann1-2/+2
2012-10-09uterm: input: implement software key-repeatDavid Herrmann1-8/+77
2012-10-09tsm: vte: use ASCII keysyms for ctrl+<XY> shortcutsDavid Herrmann1-0/+1
2012-10-09uterm: input: add support for multiple keysymsDavid Herrmann1-13/+34
2012-10-09uterm: input: use uxkb directlyDavid Herrmann1-166/+68
2012-10-01Move grab-parsing into conf.cDavid Herrmann1-24/+2
2012-09-11uterm: move uterm_internal.h to uterm_input.hDavid Herrmann1-1/+1
2012-09-05uterm: input: uxkb: fix compile error in string_to_keysym()David Herrmann1-3/+3
2012-09-05uterm: input: add string_to_keysym() helperDavid Herrmann1-0/+15
2012-08-14uterm: uxkb: fix correctly resetting input stateDavid Herrmann1-3/+14
2012-07-21Refactor input backend-systemDavid Herrmann1-0/+297